UniGraphics Library Fork to support mbed os 6.3 Release for ILI9341

Dependents:   TFT_ILI9341_UniGraphic TFT_ILI9341_os6

Revision:
1:6f267dbbafec
Parent:
0:bb2bda4f5846
--- a/Inits/ILI9341.cpp	Tue Oct 06 05:07:55 2020 +0000
+++ b/Inits/ILI9341.cpp	Thu Oct 08 17:58:07 2020 -0500
@@ -171,9 +171,9 @@
     wr_cmd8(0x13); // Nomal Displaymode
     
      wr_cmd8(0x11);                     // sleep out
-     ThisThread::sleep_for(150);
+     ThisThread::sleep_for(150ms);
      
      wr_cmd8(0x29);                     // display on
-     ThisThread::sleep_for(150);
+     ThisThread::sleep_for(150ms);
 
 }
\ No newline at end of file