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.
Dependents: TouchScreenCalibrate TouchScreenGUIDemo
Fork of UniGraphic by
Diff: Inits/ILI9486.cpp
- Revision:
- 34:091b954c3205
- Parent:
- 11:b842b8e332cb
--- a/Inits/ILI9486.cpp Mon Apr 11 16:54:35 2016 +0000
+++ b/Inits/ILI9486.cpp Sun Jun 21 15:23:02 2020 +0100
@@ -146,8 +146,8 @@
wr_cmd8(0x13); // Nomal Displaymode
wr_cmd8(0x11); // sleep out
- wait_ms(150);
+ ThisThread::sleep_for(150);
wr_cmd8(0x29); // display on
- wait_ms(150);
+ ThisThread::sleep_for(150);
}
\ No newline at end of file
