GLCDlib
The GLCDlib implements a number of simple graphics primitives for drawing text, lines, rectangles, circles, etc. on a graphical LCD display. This library was written to support the Graphics Board.
Starting with Arduino IDE 1.0beta2, the source code and and issue tracker have moved to GitHub.
For the Arduino IDE 0022, download as ZIP archive, and put the "GLCDlib" folder inside a "libraries" folder next to your sketches.
Definitions in source:GLCDlib
Examples
Credits
The graphics code is based on what used to be the ST7565 library by Limor Fried at AdaFruit, which was in turn derived from public domain code attributed to “cstone@pobox.com”.
Several bug fixes and a couple of extensions to the core graphics routines were written by Steve Evans, who also implemented the remote/proxy code and the JeePU “host” and JeePU_demo “client”.
Various name changes, reorgs, tweaks, optimizations, and wireless ACK / retry / timeout logic were added by JCW.