ESPhome starter code for this device (ESP32-2432S028R)

I just bought one of these:-

https://www.aliexpress.com/item/1005004961285750.html

but am a total noob when it comes to coding it using ESPhome. I’m happy to modify existing code, but don’t know what settings to use for a new device, in particular, how to initialise the screen.

Where might I find out what display form to use, and the required settings ? Better still, anyone got one of these with some sample code with the touch screen working ?

Hello,

Docs for LVGL graphics https://esphome.io/components/lvgl/

Example for another similar display: https://youtu.be/8TuYq-6c5ok?si=KWrxI0fg24XU1pSU

Thanks for the above, it helped me then find this github repo which was exactly what I was looking for:-

This might also be helpful, although the repo you linked goes more in-depth