From da838c2eb4e1ceed215b5a5b878df6f7da51fdce Mon Sep 17 00:00:00 2001 From: James Moore Date: Wed, 7 Mar 2018 17:51:11 -0800 Subject: [PATCH] dimensions --- MemoryLCD.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MemoryLCD.h b/MemoryLCD.h index 018e1dd..7fe25f5 100644 --- a/MemoryLCD.h +++ b/MemoryLCD.h @@ -7,8 +7,8 @@ #include // Memory LCD pixel dimensions - ALTER ACCORDING TO YOUR PARTICULAR LCD MODEL -#define LCDWIDTH (96) -#define LCDHEIGHT (96) +#define LCDWIDTH (400) +#define LCDHEIGHT (240) // Delay constants for LCD timing // (Datasheet values) #define PWRUP_DISP_DELAY 40 // (>30us) @@ -69,4 +69,4 @@ class MemoryLCD { char reverseByte(char b); }; -#endif \ No newline at end of file +#endif