Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_weloop_screen_demo
Fork of SharpLCD by
Diff: SharpLCD.hpp
- Revision:
- 4:31947c1695fc
- Parent:
- 2:270ee57c0367
--- 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 */
