uVGA Library that works
Fork of 4DGL by
Revision 1:6eb5f1864d21, committed 2017-04-25
- Comitter:
- ykuris3
- Date:
- Tue Apr 25 18:17:39 2017 +0000
- Parent:
- 0:d6e186427f3e
- Commit message:
- Test
Changed in this revision
TFT_4DGL_main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d6e186427f3e -r 6eb5f1864d21 TFT_4DGL_main.cpp --- a/TFT_4DGL_main.cpp Tue Jul 05 11:45:02 2011 +0000 +++ b/TFT_4DGL_main.cpp Tue Apr 25 18:17:39 2017 +0000 @@ -112,7 +112,7 @@ _rst = 0; // put RESET pin to low wait_ms(TEMPO); // wait a few milliseconds for command reception _rst = 1; // put RESET back to high - wait(3); // wait 3s for screen to restart + wait(4); // wait 3s for screen to restart freeBUFFER(); // clean buffer from possible garbage }