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
Revision 4:31947c1695fc, committed 2015-03-07
- 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 */
