User_Setup file for XIAO ESP32-C3 with 320x240 display with ILI9341 controller #2957
Replies: 1 comment 1 reply
-
My User_Setup.h. CS and BLK are not connected. #define ILI9341_DRIVER #define TFT_WIDTH 240 #define TFT_MOSI D10 // D10 (GPIO10) #define LOAD_GLCD #define SPI_FREQUENCY 10000000 But only working with an old core-lib ; PlatformIO Project Configuration File ; Not working ; Working |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
And yet another setup file :
User_Setup_XIAO_ESP32-C3_ILI9341_TFT.zip
The XIAO ESP32-C3 has the advantage of being the size of a thumbnail, so it can be handy if you want to build a little display with the XIAO glued (with some double-sided adhesive) at the rear of the display.
The drawback is that is has only 11 GPIOs, and the display needs 6 of them.
So there are just 5 GPIOs remaining (3 of t.hem being also analog inputs) or 3 GPIOs + 2 GPIOs for a I2C bus.
Roland
Beta Was this translation helpful? Give feedback.
All reactions