Waveshare 3.49 and mipi_spi

You’ll need to compile with the dev version, there are other changes merged.

I updated the PR so should fix that.

external_components:
  - source: github://pr#11680
    components: [lvgl, const]
    refresh: 1h

sorry was at work, but tested now and seem you fixed the problem :slight_smile:
compiled with normal ESPHome 2025.10.3.
you better be the one to close as solution, last time i did was too early :wink:

thanks for sticking with this issue :+1:

1 Like

sidenote, i used the same display model as before, not the one in your example:

spi:
  id: display_qspi
  type: quad
  clk_pin: 10
  data_pins: [11, 12, 13, 14]

display:
  - platform: mipi_spi
    id: main_display
    model: WAVESHARE-ESP32-S3-TOUCH-LCD-3.49
    rotation: 90
lvgl:
1 Like