Closed luxxtek closed 1 year ago
The library does not support that 16 bit interface protocol so will not work. That interface style is unlikely to be supported in future.
Thank you for your confirmation. This stops my quest.
Did you manage to make something appear on the display? Or just the demo code that the manufacturer made available to us? Can you put here a minimal code that works on this display?
I did with the Arduino_GFX_Library.h lirary and I'm using the display for simple (non LVGL) graphics/touch screen for home automation. I switched to PlatformIO because the Arduino IDE (re-)compilation time exceeded 5 minutes. Initially I connected the display to ArduinoCloud but couldn't get the ArduinoCloud libraries working together with Arduino_GFX_Library. Now using a separate serial (JSON) connected ESP32 LILYGO T RELAY 8 to communicate with ArduinoCloud. It's all quite basic but it works stable. SCHEMA DOMOTICA.pdf. I added a zip file with PIO demo code to display a bmp file stored on the SD card. You will need to insert an SD card into the display with the L_icon_service.bmp file in the root
L_icon_service.bmp.zip baseline GRAPHICS TFT.zip Hope this helps you a little further. Success
Thanks!
I've been using TFT_eSPI for some years and it is my favorite library. Thank you for this masterpiece!
I bought this display and it has some (LVGL and other) demo sketches that run and I can upload in Arduino IDE using the Arduino_GFX_Library but I would like to use the TFT_eSPI library. The PCB is marked 8048S070 and uses the ILI9341 driver.
Arduino IDE 1.8.19 ESP32 v 2.0.5 FTF-eSPI v 2.5.0 TFT driver ILI9341
The display works with the Arduino_GFX_Library settings as below but I have not been successful to migrate these settings to the the TFT_eSPI library. The display has an ESP32 S3 and I tried TFT_eSPI Setup70b without success (dark display).
Working Arduino_GFX_Library config
I ran the Read_User_Setup sketch with following result:
This display and touchscreen perform very smooth with the LVGL demo but that is beyond my goal. I want to display some static graphics and text and have some experience with the TFT-eSPI library with the Dustin Watts PCB with ILI9488 and also with the TTGO display.
schematic of the display
Any help would be very much appreciated.