GUITION 1.8” 360x360 ESP32-S3-JC3636W518 Smart Display

GUITION 4" 480x480 ESP32-S3-4848S040 Smart Display with LVGL - ESPHome - Home Assistant Community (home-assistant.io)

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

1721190177415

-CNC casing
-The price is about $20

That is a really nice looking screen. My guess it more screens will start using this chip. Another user has requested a ESPhome driver for it.

Quad SPI AMOLED Displays — ESPHome
esp-iot-solution/components/display/lcd/esp_lcd_st77916 at master · espressif/esp-iot-solution (github.com)

Unfortunately, ESPHome does not have the QSPI-LCD component. Looking forward to adding it

There is no difference - the QSPI will work with either. The display driver does need to be ported.

I hope someone can contribute a driver program set

Can anybody put together a basic configuration based on what is known?

The issue is no ESPhome component for the display driver IC yet

ESPHome has QSPI BUS and adds two AMOLED display models. There is no LCD display model.

Quad SPI AMOLED Displays

1 Like

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.

Example ESPhome-JC3248W535EN/jc3248w535-demo.yaml at 75b865516f7239915587f79866072da9fe74f3c8 · clowrey/ESPhome-JC3248W535EN · GitHub

Yeah the code is here but my C skills are not good enough. Does anybody have the skills to take a wack at adding this to ESPHome?

Its now natively supported by ESPhome component in DEV version :slight_smile: Thanks to Clyde for updating the QSPI to accept custom init code and renaming it.

Details and YAML here GitHub - clowrey/esphome-guition-360x360-jc3636w518: Guition 360x360 jc3636w518 ESPhome LCD dev board example