Releases: dniklaus/arduino-display-lcdkeypad
Release 4.2.0
R5.0.2
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:
- LiquidCristal (https://www.arduinolibraries.info/libraries/liquid-crystal)
- spin-timer (https://www.arduinolibraries.info/libraries/spin-timer)
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
Release 4.1
FIX: Correct formatting of keywords.txt
Generic LcdKeypad shield driver with driver type auto selection - updated descriptions and help texts
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
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
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
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
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
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
- done for LcdKeypad 3.1.0 (pre-release)
- done with Test Application 3.1.0 (pre-release)