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