Skip to content

Releases: blackhack/LCD_I2C

2.4.0

Choose a tag to compare

@blackhack blackhack released this 23 Dec 14:55
cafaf2c

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

Choose a tag to compare

@blackhack blackhack released this 22 Nov 15:42

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

Bug fixes

Choose a tag to compare

@blackhack blackhack released this 22 Oct 01:08

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

Choose a tag to compare

@blackhack blackhack released this 07 Oct 01:47

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

2.0.0

Choose a tag to compare

@blackhack blackhack released this 01 Oct 12:42

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

Initial Release

Choose a tag to compare

@blackhack blackhack released this 30 Sep 23:26

Implemented most functions based on Arduino's LiquidDisplay library.