embed rtc driver, not sure if its that exact but should be better infact

This commit is contained in:
2026-01-15 23:35:47 +01:00
parent 2f24be697d
commit a3f1c194ba
14 changed files with 185 additions and 2036 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
writedata(0x86); //--
writecommand(ILI9341_MADCTL); // Memory Access Control
writedata(TFT_MAD_MX | TFT_MAD_COLOR_ORDER); // Rotation 0 (portrait mode)
writedata(TFT_MAD_MX | TFT_MAD_BGR); // Rotation 0 (portrait mode)
writecommand(ILI9341_PIXFMT);
writedata(0x55);