TFT_eSPI refuses to work with M5Dial no matter what. #3548
-
Hello, I am trying to run an LVGL example using TFT_eSPI on my M5Dial (by M5Stack) using Arduino IDE. For some reason, it does not display anything no matter what I do. For context, the M5Dial uses a GC9A01A Driver to drive its display. It works perfectly when I run LVGL using the Adafruit GC9A01A library. My TFT eSPI config files are as follows: User_setup_select.h i also tried Setups46 and its corresponding config file to no avail. User_Setup.h Setup200_GC9A01.h #define GC9A01_DRIVER // For ESP32 Dev board (only tested with GC9A01 display) #define TFT_MOSI 5 // In some display driver board, it might be written as "SDA" and so on. As a pre-test, I tested TFT_eSPI with a very basic example. I found that when I used
The test code was // Use hardware SPI void setup(){ void loop(){ } |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @vishaljagdish, |
Beta Was this translation helpful? Give feedback.
Can you add this line to your setup (Setup200_GC9A01.h) file: