For uVGAII WebBrowser
Fork of 4DGL by
Diff: TFT_4DGL.h
- Revision:
- 9:cc9c742bb1a0
- Parent:
- 2:6063b076187b
--- a/TFT_4DGL.h Tue Sep 07 12:25:42 2010 +0000 +++ b/TFT_4DGL.h Wed Mar 12 16:14:26 2014 +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