Sharp Memory LCD library

Dependencies:   Fonts Images BurstSPI

Files at this revision

API Documentation at this revision

Comitter:
star297
Date:
Tue Aug 25 21:15:06 2015 +0000
Parent:
0:0a76610c48a1
Commit message:
set 128 default display size

Changed in this revision

BurstSPI.lib Show annotated file Show diff for this revision Revisions of this file
SharpLCD.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0a76610c48a1 -r 1bd2b42b305d BurstSPI.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BurstSPI.lib	Tue Aug 25 21:15:06 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/Sissors/code/BurstSPI/#bc069279eb37
diff -r 0a76610c48a1 -r 1bd2b42b305d SharpLCD.h
--- 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