Krzysztof Szczesniak / SharpLCD

Dependents:   mbed_weloop_screen_demo

Fork of SharpLCD by Rohit Grover

Files at this revision

API Documentation at this revision

Comitter:
sl0w0rm
Date:
Sat Mar 07 12:54:28 2015 +0000
Parent:
2:270ee57c0367
Commit message:
memory lcd demo

Changed in this revision

SharpLCD.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/SharpLCD.hpp	Wed Jul 30 07:53:49 2014 +0000
+++ b/SharpLCD.hpp	Sat Mar 07 12:54:28 2015 +0000
@@ -326,8 +326,10 @@
     void writeBuffer(const uint8_t *buffer, unsigned len);
 
 public:
-    static const unsigned LCD_WIDTH  = 96;  ///< Constant defining the LCD's geometry.
-    static const unsigned LCD_HEIGHT = 96;  ///< Constant defining the LCD's geometry.
+    static const unsigned LCD_WIDTH  = 144;  ///< Constant defining the LCD's geometry.
+    static const unsigned LCD_HEIGHT = 168;  ///< Constant defining the LCD's geometry.
+   // static const unsigned LCD_WIDTH  = 96;  ///< Constant defining the LCD's geometry.
+   // static const unsigned LCD_HEIGHT = 96;  ///< Constant defining the LCD's geometry.
     static const unsigned LCD_END_OF_DUMMY_SIZE = 2;
     static const unsigned LCD_FRAMEBUFFER_SIZEOF_SCAN_LINE_METADATA =
         (1 + /* mode byte in SPI update command */