Skip to content

Releases: TcMenu/LiquidCrystalIO

1.4.3 - fix compile error in I2C helper macro

04 Oct 09:33
Compare
Choose a tag to compare

Fixes a compile error in the I2C macro.

Fix crash in I2C case

13 Jul 11:58
6f84a09
Compare
Choose a tag to compare

Fixes a crash using I2C constructor

ESP32 compatible analog, sync backlight correctly

11 May 15:19
b1045bb
Compare
Choose a tag to compare
  • Now uses IoAbstraction's AnalogDevice class to handle the PWM/DAC based backlight better.
  • Proper sync operation on set backlight

Simplier initialisation options

01 Sep 10:19
Compare
Choose a tag to compare

New construction methods are available for standard I2C Backpacks and DfRobot LCD shields.

Support for Nano33BLE - Moving to PlatformDetermination

20 Jul 09:09
Compare
Choose a tag to compare

Using the new IoAbstraction platform determination to work out what the underlying OS is.
Correct the platformIO libraries.json file.

Support for Arduino, ESP and mbed. Backlight improvements

30 Jun 10:27
caf96c9
Compare
Choose a tag to compare

This release adds:

  • Support for mbed boards that use V5 RTOS including i2c backpacks and other Ioexpanders. Remains fully compatible with Arduino and ESP.
  • Moving towards LCD API compliance, backlight methods added for PWM and inverted backlights.
  • Small performance improvements now available when using wire at 100Khz (EG: PCF8574's) by setting the delay to 0.

Major improvement in examples and readme

15 Apr 18:19
Compare
Choose a tag to compare

This tidies up the library in terms of examples and documentation.

Allows for characters to reside in program memory

15 Sep 08:42
9d02307
Compare
Choose a tag to compare
1.1.0

Update library.properties