Use Makerbase TS35 display with LVGL?

Hi all,

i have an ESP32-WROOM-32 and a Makerbase MKS TS35 display and i would like to know if it’s possible to use this display?

i have read this display use the same driver as ST7796,

if anyone have an idea ? i have for the moment just the backlight

thanks all

Hi
it’s ok now, I used the 9488 driver and 16 bit color, I use a resolution of 480x320
Today I am looking for what kind of touch driver I need to make the touch work

Hello,

I am looking to try something fairly similar, only with ESPHome.

Can you please share the method you used to wire this display?

Looking at the schematic on the MKS github, I am unable to determine what some of the pins are…

Any assistance appreciated!
Thank you in advance!

Hello,

it’s ok for me, i have used multiple parameters,

in your user_setup.sh :
i used the ILI9488_DRIVER
TFT_CS was LCD_CS on MKS TFT
TFT_DC was LCD_RS on MKS TFT

in User_Setup_Select.sh :
#include <User_Setups/Setup21_ILI9488.h> // Setup file for ESP32 and ILI9488 SPI bus TFT

In Arduino i used <XPT2046_Touchscreen.h> for touchscreen,
CS_PIN was TOUCH_CS on MKS TFT
IRQ_PIN was TOUCH_INT MKS TFT

you need to put 5v on LCD_BLK to active light on screen

you can use this to see where is the pin :