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.
History
Updated to support both stock SFE firmware and summoningdark firmware
2012-04-11, by shimniok [Wed, 11 Apr 2012 07:13:52 +0000] rev 3
Updated to support both stock SFE firmware and summoningdark firmware
Bugfix for rect() due to mistake in datasheet
2012-03-29, by shimniok [Thu, 29 Mar 2012 18:33:42 +0000] rev 2
Bugfix for rect() due to mistake in datasheet
revised pos() to use text row, column for text position. Added posXY to specify x, y coordinates for text position.
2012-03-28, by shimniok [Wed, 28 Mar 2012 16:33:27 +0000] rev 1
revised pos() to use text row, column for text position. Added posXY to specify x, y coordinates for text position.
Initial revision
2012-03-28, by shimniok [Wed, 28 Mar 2012 16:04:25 +0000] rev 0
Initial revision