Sharp Memory LCD library

Dependencies:   Fonts Images BurstSPI

Revision:
1:1bd2b42b305d
Parent:
0:0a76610c48a1
--- a/SharpLCD.h	Sun Aug 23 16:21:57 2015 +0000
+++ b/SharpLCD.h	Tue Aug 25 21:15:06 2015 +0000
@@ -12,9 +12,9 @@
 /// Set the display geometry depending on the resolution of the display used
 /// common types are 96x96, 128x128, 400x240
 /** MemoryLCD width in pixels */
-#define DISPLAY_WIDTH				(400)
+#define DISPLAY_WIDTH				(128)
 /** MemoryLCD height in pixels */
-#define DISPLAY_HEIGHT				(240)
+#define DISPLAY_HEIGHT				(128)
 
 /** Maximum length of a printf to the display */
 #define MAX_PRINTF_CHARS			40