modified for 4180 project
Fork of 4DGL by
Revision 2:3f6f03cad581, committed 2017-05-02
- Comitter:
- jkassab7
- Date:
- Tue May 02 05:49:25 2017 +0000
- Parent:
- 1:ce0089f18a1e
- Commit message:
- turned debug off
Changed in this revision
TFT_4DGL.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ce0089f18a1e -r 3f6f03cad581 TFT_4DGL.h --- a/TFT_4DGL.h Tue Apr 18 20:23:51 2017 +0000 +++ b/TFT_4DGL.h Tue May 02 05:49:25 2017 +0000 @@ -22,7 +22,7 @@ // Debug Verbose on terminal enabled #ifndef DEBUGMODE -#define DEBUGMODE 1 +#define DEBUGMODE 0 #endif // Common WAIT value in millisecond @@ -126,8 +126,8 @@ // change this to your specific screen (newer versions) if needed // Startup orientation is PORTRAIT so SIZE_X must be lesser than SIZE_Y -#define SIZE_X 240 -#define SIZE_Y 320 +#define SIZE_X 479 +#define SIZE_Y 639 #define IS_LANDSCAPE 0 #define IS_PORTRAIT 1