Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/components/display/mipi_dsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ specified, or a custom init sequence can be provided.
| Model | Manufacturer | Product Description |
| ---------------------- | ------------ | ----------------------------------------------------------------------------- |
| JC1060P470 | Guition | <https://aliexpress.com/item/1005008328088576.html> |
| JC4880P443C | Guition | <https://aliexpress.com/w/wholesale-JC4880P443C.html> |
| M5STACK-TAB5 | M5Stack | <https://shop.m5stack.com/products/m5stack-tab5-iot-development-kit-esp32-p4> |
| WAVESHARE-P4-NANO-10.1 | Waveshare | <https://www.waveshare.com/esp32-p4-nano.htm?sku=29031> |
| WAVESHARE-P4-86-PANEL | Waveshare | <https://www.waveshare.com/esp32-p4-wifi6-touch-lcd-4b.htm?sku=31570> |
Expand All @@ -52,8 +53,8 @@ specified, or a custom init sequence can be provided.
```yaml
# Example minimal configuration entry
display:
- platform: mipi_dsi
model: WAVESHARE-P4-NANO-10.1
- platform: mipi_dsi
model: JC4880P443C
```

### Configuration options
Expand Down