Skip to content

Generic LcdKeypad shield driver with driver type auto selection

Compare
Choose a tag to compare
@dniklaus dniklaus released this 09 Feb 16:11
· 25 commits to master since this release
9c3d43b

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.