Skip to content

Releases: blackhack/LCD_I2C

2.4.0

23 Dec 14:55
cafaf2c
Compare
Choose a tag to compare

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

New Feature

22 Nov 15:42
Compare
Choose a tag to compare

Added compatibility with LCD2004
Thanks to https://github.com/brewmanz

Bug fixes

22 Oct 01:08
Compare
Choose a tag to compare

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

07 Oct 01:47
Compare
Choose a tag to compare

Implemented scrollDisplayLeft and scrollDisplayRight
Added Functions.ino example
Fixed setCursor arguments order
Fixed keywords.txt
Implemented createChar
Added Custom_Chars example

2.0.0

01 Oct 12:42
Compare
Choose a tag to compare

The backlight function was changed to match the style of Arduino's LiquidDisplay functions.
backlight(bool on) -> backlight() and noBacklight()

Initial Release

30 Sep 23:26
Compare
Choose a tag to compare

Implemented most functions based on Arduino's LiquidDisplay library.