Compared to 4848S040, it has added a microphone and magnetic QI wireless power supply, but uses the screen of st77916 QSPI. I have installed ESPHome, but I can control the backlight because the screen is not within ESPHome’s support range and I cannot make the screen work.
If it is supported by ESPHome, that would be great
The QSPI bus can be defined as “quad” in the spi component and is separate from any display, at least I have used it to talk to a LCD display. The display driver for this LCD is what’s missing.
That is a very different screen from a different manufacture. It does look like it has ST77916 display like the JC3636W518 but it’s on different pins.
Waveshare is good they give you all the pinout info right on the product page so you don’t need to go digging around the internet to find how everything is hooked up.
You need to configure the correct display and touch GPIO in ESPHome
Then try custom init sequence and finally make it work. As Clyde said, you need to find these from the supplier’s example code. 3636W518 is the init sequence found in this way