Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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