I’m venturing into using a display in ESPHome for the first time, but I’m having no luck. Any pointers are appreciated.
I am using this device:
I’ve tried using similar code as shared in this thread, since they share similar screens: GUITION 1.8” 360x360 ESP32-S3-JC3636W518 Smart Display
I did change out the pin definitions (except for the EXIO reset pin, which I’m not sure how to reference), and used the init sequence I found in the sample code (in esp_lcd_st77916.c).
My current yaml:
If I comment out the lvgl section and flash, the device is available and I can toggle the switch for the backlight, but with the backlight on the screen is just “snow” (I’m not sure if that’s normal). However, if I flash with the lvgl section the screen remains black and the device does not come online.
Any suggestions for what I’m missing?