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: testUniGraphic_150217 maze_TFT_MMA8451Q TFT_test_frdm-kl25z TFT_test_NUCLEO-F411RE ... more
Diff: Inits/ILI9341.cpp
- Revision:
- 34:c66986d80f72
- Parent:
- 21:ae0a4eedfc90
--- a/Inits/ILI9341.cpp Mon Feb 06 12:29:33 2017 +0000
+++ b/Inits/ILI9341.cpp Tue Jan 25 17:57:55 2022 +0000
@@ -171,9 +171,9 @@
wr_cmd8(0x13); // Nomal Displaymode
wr_cmd8(0x11); // sleep out
- wait_ms(150);
+ thread_sleep_for(150);
wr_cmd8(0x29); // display on
- wait_ms(150);
+ thread_sleep_for(150);
}
\ No newline at end of file

