Basically i glued Peter Drescher and Simon Ford libs in a GraphicsDisplay class, then derived TFT or LCD class (which inherits Protocols class), then the most derived ones (Inits), which are per-display and are the only part needed to be adapted to diff hw.

Dependents:   testUniGraphic_150217 maze_TFT_MMA8451Q TFT_test_frdm-kl25z TFT_test_NUCLEO-F411RE ... more

Revision:
34:c66986d80f72
Parent:
18:ffa58f1a680a
--- a/Inits/IST3020.cpp	Mon Feb 06 12:29:33 2017 +0000
+++ b/Inits/IST3020.cpp	Tue Jan 25 17:57:55 2022 +0000
@@ -45,7 +45,7 @@
     /* Start Initial Sequence ----------------------------------------------------*/
     
     wr_cmd8(0xE2);   //  sw reset
-    wait_ms(10);
+    thread_sleep_for(10);
     
     wr_cmd8(0xAE);   //  display off
     wr_cmd8(0xAB);   //  built-in OSC on
@@ -58,11 +58,11 @@
     //wr_cmd8(0xC0);   // SHL select com0-com63
 
     wr_cmd8(0x2C);   //  Internal Voltage Converter ON
-    wait_ms(10);
+    thread_sleep_for(10);
     wr_cmd8(0x2E);   //  Internal Voltage Regulator ON
-    wait_ms(10);
+    thread_sleep_for(10);
     wr_cmd8(0x2F);   //  Internal Voltage Follower ON
-    wait_ms(10);
+    thread_sleep_for(10);
     wr_cmd8(0x20);   //  Regulor_Resistor_Select resistor ratio 20-27 20=4.5(default) 27=8.0, 0.5 steps
     set_contrast(46);
     //wr_cmd8(0x81);   //  set contrast (reference voltage register set)