Newliquidcrystal_1.3.5
ea 22 6S1 7OGB 

所属分类:其他
开发工具:ASP
文件大小:2460KB
下载次数:4
上传日期:2018-05-11 01:12:52
上 传 者Ila Evans
说明:  Ea qui sit et molestias irure tempor libero aut sunt sit eveniet quaerat sapiente doloribus quae quasi

文件列表:
Newliquidcrystal_1.3.5 (0, 2017-11-26)
Newliquidcrystal_1.3.5\LiquidCrystal_SR1W.h (17157, 2017-11-26)
__MACOSX (0, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5 (0, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LiquidCrystal_SR1W.h (212, 2017-11-26)
Newliquidcrystal_1.3.5\LiquidCrystal.h (5946, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LiquidCrystal.h (212, 2017-11-26)
Newliquidcrystal_1.3.5\FastIO.h (7966, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._FastIO.h (212, 2017-11-26)
Newliquidcrystal_1.3.5\LiquidCrystal_SR1W.cpp (7721, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LiquidCrystal_SR1W.cpp (212, 2017-11-26)
Newliquidcrystal_1.3.5\LCD.cpp (9793, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LCD.cpp (212, 2017-11-26)
Newliquidcrystal_1.3.5\doxygen_objdb_2806.tmp (0, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._doxygen_objdb_2806.tmp (212, 2017-11-26)
Newliquidcrystal_1.3.5\def (0, 2017-11-26)
Newliquidcrystal_1.3.5\def\doxygen.def (290205, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\def (0, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\def\._doxygen.def (212, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._def (176, 2017-11-26)
Newliquidcrystal_1.3.5\I2CIO.h (5332, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._I2CIO.h (212, 2017-11-26)
Newliquidcrystal_1.3.5\keywords.txt (1598, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._keywords.txt (212, 2017-11-26)
Newliquidcrystal_1.3.5\.hgignore (33, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._.hgignore (212, 2017-11-26)
Newliquidcrystal_1.3.5\LCD.h (18364, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LCD.h (212, 2017-11-26)
Newliquidcrystal_1.3.5\.hgtags (2036, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._.hgtags (212, 2017-11-26)
Newliquidcrystal_1.3.5\FastIO.cpp (7111, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._FastIO.cpp (212, 2017-11-26)
Newliquidcrystal_1.3.5\.hgsubstate (72, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._.hgsubstate (212, 2017-11-26)
Newliquidcrystal_1.3.5\LiquidCrystal.cpp (9439, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LiquidCrystal.cpp (212, 2017-11-26)
Newliquidcrystal_1.3.5\LiquidCrystal_SR.cpp (7763, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._LiquidCrystal_SR.cpp (212, 2017-11-26)
Newliquidcrystal_1.3.5\doxygen_entrydb_2806.tmp (18267046, 2017-11-26)
__MACOSX\Newliquidcrystal_1.3.5\._doxygen_entrydb_2806.tmp (212, 2017-11-26)
... ...

# README # ## Introduction ## ![LCD library](https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads/I2CLCDextraIO_assemblyProject_small.jpg) Welcome to the *LCD Library* for **Arduino** and **Chipkit**. It is a derivate of the original LiquidCrystal Library as sourced in the Arduino SDK. It has been developed to be compatible with the current LiquidCrystal library, its performance is almost 5 times faster and fully extendable if need be. It supports most ``Hitachi HD44780`` based LCDs, or compatible, connected to any project using: 4, 8 wire parallel interface, I2C IO port expander (native I2C and bit bang) and Shift Regiter. It currently supports 4 types of connections: * 4 bit parallel LCD interface * 8 bit parallel LCD interface * I2C IO bus expansion board with the PCF8574* I2C IO expander ASIC such as [I2C LCD extra IO](http://www.electrofunltd.com/2011/10/i2c-lcd-extra-io.html "I2C LCD extra IO"). * ShiftRegister adaptor board as described [Shift Register project home](http://code.google.com/p/arduinoshiftreglcd/ "Shift Register project home") or in the HW configuration described below, 2 and 3 wire configurations supported. * ShiftRegister 3 wire latch adaptor board as described [ShiftRegister 3 Wire Home](http://www.arduino.cc/playground/Code/LCD3wires "ShiftRegister 3 Wire Home") * Support for 1 wire shift register [ShiftRegister 1 Wire](http://www.romanblack.com/shift1.htm "ShiftRegister 1 Wire") * I2C bus expansion using general purpose IO lines. ### How do I get set up? ### * Please refer to the project's [wiki](https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home "wiki") ### Contributors The library has had the invaluable contribution of: * [piccaso](http://www.3guys1laser.com/blog-cheap-arduino-2-wire-lcd-display-0 "picas") - Florian Fida - Flo, thanks for testing and improving the SR library, initial version of the 1 wire interface and speed improvements. * B. Perry - *bperrybap@opensource.billsworld.billandterrie.com*, with his thoughtful contribution, speed improvements and development support for the SR2W library. * Adrian Piccioli, with his contribution to the i2c GPIO support. * [todbot](https://github.com/todbot "todbot") Tod E. Kurt for the [softwarei2cmaster](https://github.com/todbot/SoftI2CMaster "softwarei2cmaster") library. * [felias-fogg](https://github.com/felias-fogg) - Bernhard for the [softwarei2cmaster fast](https://github.com/felias-fogg/SoftI2CMaster "softwirei2cmaster") #### Contribution guidelines * Writing tests * Code review * Help out with bug fixing * Setup a project logo * Write new drivers to support more LCDs. ### Who do I talk to? ### * Repo owner or admin * For SoftI2CMaster latest versions, updates and support, please refer to [SoftI2CMaster](https://github.com/todbot/SoftI2CMaster "todbot")

近期下载者

相关文件


收藏者