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/lcd.h	Sat Jan 08 22:31:14 2011 +0000
+++ b/lcd.h	Sat Jan 08 23:13:52 2011 +0000
@@ -6,6 +6,12 @@
 #define LCD_X_SIZE 97
 #define LCD_Y_SIZE 67
 
+#define COLOR_BLACK 0x0000
+#define COLOR_WHITE 0xFFFF
+#define COLOR_BLUE  0x0000
+#define COLOR_GREEN 0x0000
+#define COLOR_RED   0x0000
+
 
 #undef LCD_BACKLIGHT_LED