Releases: blackhack/LCD_I2C
Releases · blackhack/LCD_I2C
2.4.0
What's Changed
- Support 2nd, 3rd etc. I2C hardware interface.
- Support ESP32 sda and scl signal mapping.
- Refactoring to streamline the code.
Thanks to:
Full Changelog: 2.3.0...2.4.0
Bug fixes
Fixed compilation on case-sensitive platforms
Fixed undefined behavior causing lcd.print calls to fail randomly
Fixed setCursor arguments order in Hello_World.ino
Update
Implemented scrollDisplayLeft and scrollDisplayRight
Added Functions.ino example
Fixed setCursor arguments order
Fixed keywords.txt
Implemented createChar
Added Custom_Chars example
2.0.0
The backlight function was changed to match the style of Arduino's LiquidDisplay functions.
backlight(bool on) -> backlight() and noBacklight()
Initial Release
Implemented most functions based on Arduino's LiquidDisplay library.