A lib for accessing ST7626 based lcds. It provides a set_pixel function. It is only tested with one display.

Revision:
4:a4925df73101
Parent:
2:04fb8af3ecb0
Child:
5:70dcbb284628
--- a/font.c	Sat Jan 08 22:31:14 2011 +0000
+++ b/font.c	Sat Jan 08 23:13:52 2011 +0000
@@ -20,7 +20,7 @@
     unsigned char pos = 0x01;
     unsigned char ColorHigh, ColorLow;
     for (i = 0; i < 8 ; i++) {
-        for (j = 0 ; j < 5 ; j++) {
+        for (j = 0 ; j < 5 ; j++) { //FIXME: is this  aBUUUG?????
             char pixel = Font5x7[sign+j] & pos;
             if (pixel) {
                 ColorHigh = color;