Skip to content

Releases: dniklaus/arduino-display-lcdkeypad

Generic LcdKeypad shield driver with driver type auto selection

25 Nov 15:05
Compare
Choose a tag to compare

This release provides:

  • a copy of the LiquidTWI2 driver sources, so the LiquidTWI2 is no longer required separately
  • a bug fix in the automatic LiquidTWI2 / LiquidCrystal driver selection

Generic LcdKeypad shield driver with driver type auto selection

31 Aug 13:04
Compare
Choose a tag to compare

This release supports LcdKeypad Shields based on LiquidCrystal (standard Arduino library) and also LiquidTWI2 devices (I2C based), while the driver type will be choosen automatically according to the presence of the actually inserted HW.

Generic LcdKeypad shield driver

26 Aug 12:36
Compare
Choose a tag to compare

This release supports LcdKeypad Shields based on LiquidCrystal (standard Arduino library) and now also LiquidTWI2 devices (I2C based).

Generic LcdKeypad shield driver

22 Jul 11:48
Compare
Choose a tag to compare
Pre-release

This release supports LiquidCrystal (standard Arduino library) and now also LiquidTWI2 devices (I2C based).

Fix for potential backlight high current issue.

07 May 19:28
Compare
Choose a tag to compare

This release addresses the potential backlight high current issue, see #1.