arduino-libraries / LiquidCrystal

Liquid Crystal Library for Arduino
http://arduino.cc/
246 stars 169 forks source link

Lcd oop extensions #11

Open agdl opened 8 years ago

agdl commented 8 years ago

From @manfredjonsson on May 28, 2012 15:31

This Version of the Liquid Crystal Library can be inherited from other classes. A possible usage is outlined in http://github.com/manfredjonsson/LiquidCrystalAddons

Because of the many changes, each commit contains one step of the improvements.

Commit 1: Fixes

Commit 2: Minimal set of changes for inheritance

Commit 3: Make it smaller

Copied from original issue: arduino/Arduino/pull/87

facchinm commented 7 years ago

Patches applied to https://github.com/arduino-libraries/LiquidCrystal/tree/pr_87