add display support for LCD screen (Waveshare 4inch DSI circular LCD) #3394
Replies: 4 comments 2 replies
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
-
|
I have one of those on order so will add support after it arrives. |
Beta Was this translation helpful? Give feedback.
-
|
hi Clyde! happy new year! just checking in. had any luck with this so far? |
Beta Was this translation helpful? Give feedback.
-
|
I just saw esphome/esphome#13840 in the latest esphome release. thank you SO much for your contributions in this field, @clydebarrow (I didn't test it yet, but closing this issue nevertheless.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
display
Link to component documentation on our website
https://esphome.io/components/display/mipi_dsi/
Describe the enhancement
I recently managed to get the aforementioned MIPI DSI display working when attached to an esp32-p4-dev-kit using the esp-idf framework. However, for my project I would very much prefer to draw on this screen using esphome (for ease of use and communication with Home Assistant).
https://components.espressif.com/components/waveshare/esp_lcd_dsi/versions/1.0.7/ contains a lot of the information required for the CUSTOM model of the mipi_dsi platform, but I haven't managed to get anything working with esphome so far.
Use cases
ah, everything you could do with any screen. :-)
in my particular case I'd like to use the display to build into a nightstand-device to interact with Home Assistant.
Anything else?
the panel: https://www.waveshare.com/4inch-dsi-lcd-c.htm
some technical details: https://components.espressif.com/components/waveshare/esp_lcd_dsi/versions/1.0.7/
is this about the same?: https://github.com/orgs/esphome/discussions/3347
Beta Was this translation helpful? Give feedback.
All reactions