I have recently purchased a ESP32-C3 1.28 Inch Round Display. No documentation nor reference were provided with the hardware :(
I made a nice UI on SquareLine studio to be run on my ESP32-2424S012. I have used the "create project template" option, then "export UI files".
I have received indeed the project with apparently everything I need. Then, I opened Arduino IDE with the main "ui.ino" file. I set on the IDE the right Sketchbook location. I managed to compile and upload with no error on my device.
The thing is... when I received the ESP32-2424S012, it had its own demo software and it was running fine. Since I uploaded my project, nothing is displayed anymore.
I also updated the User_Setup_Select.h file on libraries/TFT_eSPI
to enable #include <User_Setups/Setup46_GC9A01_ESP32.h>
. on User_Setup.h, I enabled #define GC9A01_DRIVER
.
I am out of ideas about how to solve this issue.
Thanks for your support!
EDIT: Please find User_Setup.h: https://pastebin.com/Rc2zcayF User_Setup_Select.h: https://pastebin.com/uPyVZWsa
EDIT 2: Below is the trace i received using pyserial-miniterm: https://pastebin.com/LGMpLYPH
pyserial-miniterm
utility. E.g.pyserial-miniterm /dev/ttyUSB0 115200
opens the default USB-UART adapter on Linux at the default baud rate.