An interface to the Sparkfun Serial Graphic LCD, LCD-09351; and Graphic LCD Serial Backpack, LCD-09352. Derived class from Serial so that you can conveniently send text to the display with printf(), putc(), etc.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:dff460658aed | 2012-04-11 | shimniok | Updated to support both stock SFE firmware and summoningdark firmware |
2:84b78506add6 | 2012-03-29 | shimniok | Bugfix for rect() due to mistake in datasheet |
1:2f436b8aebf4 | 2012-03-28 | shimniok | revised pos() to use text row, column for text position. Added posXY to specify x, y coordinates for text position. |
0:a3d518d2f36f | 2012-03-28 | shimniok | Initial revision |