Skip to content

Releases: dniklaus/arduino-display-lcdkeypad

Release 4.2.0

09 Nov 14:08
Compare
Choose a tag to compare

Changes compared to the last release (4.1.0):

  • FIX: add dependencies to library.properties (wiring-timer, LiquidCrystal)
  • FIX: Compatibility row offset for 16 and 20 columns LCD (LiquidTWI2)

R5.0.2

16 Mar 07:40
e9d0af6
Compare
Choose a tag to compare

Changes compared to the last release (4.1):

  • CHG: bump Timer to SpinTimer 3.0.0
  • FIX: add LiquidTWI2 destructor
  • FIX: add dependencies to the library.properties (spin-timer, LiquidCrystal)

Dependencies

This library depends on the following libraries:

The SpinTimer library (spin-timer, version 3.0) is a successor of the Timer library (wiring-timer, versions 1.x to 2.x). Projects using that new version of this arduino-display-lcdkeypad library have to replace wiring-timer with spin-timer.

R5.0.1

14 Mar 16:06
Compare
Choose a tag to compare
  • CHG: bump Timer to SpinTimer 3.0.0
  • FIX: add LiquidTWI2 destructor
  • FIX: add dependencies to library.properties (spin-timer, LiquidCrystal)

Release 4.1

20 Jul 19:42
fa44663
Compare
Choose a tag to compare

FIX: Correct formatting of keywords.txt

Generic LcdKeypad shield driver with driver type auto selection - updated descriptions and help texts

31 May 12:09
c6d2450
Compare
Choose a tag to compare

Scope

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.

Changes since last release 4.0.2

FIX: put Arduino example sketch in appropriate subfolder
FIX: fix issues in README.md and comments in example sketch

Generic LcdKeypad shield driver with driver type auto selection

17 Feb 15:43
Compare
Choose a tag to compare

Scope
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.

Changes since last release 4.0.1
NEW: integrate with Arduino Library Manager, add Arduino example sketch
FIX: links updated

Generic LcdKeypad shield driver with driver type auto selection

09 Feb 16:11
9c3d43b
Compare
Choose a tag to compare

Scope

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.

Changes since last release 4.0.0:

  • FIX: LiquidCrystal::command() is private, avoid to call it. Thus, the command() API function will have no effect when called while a LiquidCrystal HW type is plugged.

Generic LcdKeypad shield driver with driver type auto selection

08 Oct 23:38
Compare
Choose a tag to compare

Scope

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.

Changes since last release 3.1.2:

  • directory structure changed to be compatible with PlatformIo.org requirements

Generic LcdKeypad shield driver with driver type auto selection

06 Jan 10:06
Compare
Choose a tag to compare

Scope

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.

Changes since last release 3.1.1

  • Fix #3 (I2C based LCD device not found if application is not using other I2C devices)

Generic LcdKeypad shield driver with driver type auto selection

13 Dec 23:20
Compare
Choose a tag to compare

Scope

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.

Test