5 inch WZ8048C050 TFT_eSPI and LovyanGFX setup
Hi, I bought a 5inch touch screen display. I have to use it with TFT_eSPI library or with LovyanGFX but i can't find any information about of the setup. Can you help me to make the display work with these library. I developed my project with this library and i need a bigger display but i don't want to rewrite everything from scratch. Thanks
Comments
Hello @marcobuzzanca ,
We are sincerely sorry for the inconvenience caused.
May I kindly ask what is your ESP32 screen hardware version? Is it v1 or v2?(V2 has an I2C port added, the silkscreen on PCB is SKU: DIS07050H).
For v1 we use Arduino_GFX library(https://github.com/moononournation/Arduino_GFX)
For v2 we use LovyanGFX library(https://github.com/lovyan03/LovyanGFX)
Because the hardware driver of our screen is not a typical driver, there is no ready-made driver code that can be used directly. We wrote the driver code in the main program of the factory program. You can download it here to view the screen configuration: https://www.elecrow.com/download/product/ESP32_Display/5.0inch/Arduino_5inch.zip