Fork of David Smart's RA8875 library for the purpose of adding touch screen support
Fork of RA8875 by
Diff: RA8875.cpp
- Revision:
- 48:065cc320473e
- Parent:
- 44:207594dece70
--- a/RA8875.cpp Mon Mar 10 11:40:56 2014 +0000 +++ b/RA8875.cpp Thu Mar 13 23:02:47 2014 +0000 @@ -1467,10 +1467,13 @@ display.SetLayerMode(3); // Transparent mode if (!SuppressSlowStuff) wait_ms(1000); + + // 0 1 2 3 4 5 6 7 8 + // 8 7 6 5 4 3 2 1 0 for (i=0; i<=8; i++) { display.SetLayerTransparency(i, 8-i); if (!SuppressSlowStuff) - wait_ms(200); + wait_ms(60); } // Restore before we exit