I2C...
Dependents: Timer_TestOverflow
Fork of TextLCD by
History
Cleaned up low level command and data write operations to improve speed of I2C expander versions (PCF8574 and MCP23008). Added initial support for controllers with alternative fonttables.
2015-03-29, by wim [Sun, 29 Mar 2015 13:08:03 +0000] rev 40
Cleaned up low level command and data write operations to improve speed of I2C expander versions (PCF8574 and MCP23008). Added initial support for controllers with alternative fonttables.
20150326
2015-03-26, by eduardoG26 [Thu, 26 Mar 2015 14:21:49 +0000] rev 39
20150326
Added ST7070 and KS0073 support, added setIcon(), clrIcon() and setInvert() method for supported devices.
2014-11-25, by wim [Tue, 25 Nov 2014 19:21:18 +0000] rev 38
Added ST7070 and KS0073 support, added setIcon(), clrIcon() and setInvert() method for supported devices.
~no changes
2014-11-28, by eduardoG26 [Fri, 28 Nov 2014 16:17:58 +0000] rev 37
~no changes
First Revision
2014-11-24, by eduardoG26 [Mon, 24 Nov 2014 17:06:44 +0000] rev 36
First Revision
Added AC780 support, added I2C expander module types, fixed setBacklight() for inverted logic I2C expander modules. Fixed bug in LCD_SPI_N define.
2014-10-10, by wim [Fri, 10 Oct 2014 15:47:56 +0000] rev 35
Added AC780 support, added I2C expander module types, fixed setBacklight() for inverted logic I2C expander modules. Fixed bug in LCD_SPI_N define.
Added support for PT6314 (VFD), added setOrient() method for supported devices (eg SSD1803, US2066), added Double Height lines and 16 UDCs for supported devices. Added separate files for UDC defines and feature/footprint configuration.
2014-09-27, by wim [Sat, 27 Sep 2014 12:38:27 +0000] rev 34
Added support for PT6314 (VFD), added setOrient() method for supported devices (eg SSD1803, US2066), added Double Height lines and 16 UDCs for supported devices. Added separate files for UDC defines and feature/footprint configuration.
Added support for controllers US2066/SSD1311 (OLED), added setUDCBlink method for supported devices (eg SSD1803), fixed issue in setPower()
2014-08-28, by wim [Thu, 28 Aug 2014 15:44:08 +0000] rev 33
Added support for controllers US2066/SSD1311 (OLED), added setUDCBlink method for supported devices (eg SSD1803), fixed issue in setPower()
Added support for controllers PCF2119 (native I2C) and SSD1803A, ST7036 (native I2C/SPI), added setContrast method (by JH1PJL) and setPower method for supported devices (eg ST7032i). Cleaned up Init method.
2014-08-22, by wim [Fri, 22 Aug 2014 19:50:49 +0000] rev 32
Added support for controllers PCF2119 (native I2C) and SSD1803A, ST7036 (native I2C/SPI), added setContrast method (by JH1PJL) and setPower method for supported devices (eg ST7032i). Cleaned up Init method.
Added Support for native I2C controllers (PCF21XX, AIP31068), added LCDTypes for 3 and 4 line displays. Encoded features in LCDTypes and LCDCtrl enumerators to ease code maintenance and improve sanity checks.
2014-06-29, by wim [Sun, 29 Jun 2014 14:55:50 +0000] rev 31
Added Support for native I2C controllers (PCF21XX, AIP31068), added LCDTypes for 3 and 4 line displays. Encoded features in LCDTypes and LCDCtrl enumerators to ease code maintenance and improve sanity checks.