Skip to content

Commit

Permalink
dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
foozmeat authored Mar 8, 2018
1 parent 5b5ca2c commit da838c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MemoryLCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <iostream>

// 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)
Expand Down Expand Up @@ -69,4 +69,4 @@ class MemoryLCD {
char reverseByte(char b);
};

#endif
#endif

0 comments on commit da838c2

Please sign in to comment.