|
Project Information
Featured
Downloads
|
DogLcd
This is an Arduino library for the Dog Text-LCD modules manufactured by Electronic Assembly. The features that make them an interesting option for development are
The HardwareHere is the bare minimum of wiring needed to connect the display to an Arduino.
(Click here for print resolution) On the Hardware-page I show you how to connect the display to your Arduino and how you can add a hardware reset and backlight switching with just a few more components. There is also a section about driving more than one display from the Arduino. The CodeThe DogLcd-library is a close relative of the new LiquidCrystal-library, that was first shipped with Arduino-0017. There are only a few minor changes necessary to port existing LiquidCrystal-code to the DogLcd-library. The two libraries are so similar, I didn't have to bother writing my own examples, it was enough to recycle a few from the LiquidCrystal-library. The basic documentation and a few examples for the DogLcd-lib are on on the Code-page. All methods that are available from the DogLcd-lib are documented on the Library-page. Known Bugs
If you find another one please report it on the Issues page, thank you!
|