Very simple library for controlling small graphic LCDs

Dependents:   LCD

Revision:
1:9ae4e5352e19
Parent:
0:573607103077
--- a/lcd.h	Thu Mar 03 00:28:24 2011 +0000
+++ b/lcd.h	Thu Mar 03 00:35:24 2011 +0000
@@ -16,6 +16,10 @@
     Dots dots[10][32]; // 160x32 pixels LCD
 };
 
+/** gfxLcd class
+ * 
+ * This class is used for controlling the LCD.
+ */
 class gfxLcd
 {
 private: