From 521b0bd20b34ed97205029da9016673e15cbb3d9 Mon Sep 17 00:00:00 2001 From: youkorr <96953496+youkorr@users.noreply.github.com> Date: Sat, 23 Aug 2025 07:15:08 +0200 Subject: [PATCH 1/3] Update mipi_dsi.md --- content/components/display/mipi_dsi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/components/display/mipi_dsi.md b/content/components/display/mipi_dsi.md index 4cf1fd7ac7..ef67d11804 100644 --- a/content/components/display/mipi_dsi.md +++ b/content/components/display/mipi_dsi.md @@ -43,10 +43,12 @@ specified, or a custom init sequence can be provided. | Model | Manufacturer | Product Description | | ---------------------- | ------------ | ----------------------------------------------------------------------------- | | JC1060P470 | Guition | | +| JC4880P443C | Guition | | | M5STACK-TAB5 | M5Stack | | | WAVESHARE-P4-NANO-10.1 | Waveshare | | | WAVESHARE-P4-86-PANEL | Waveshare | | + ## Configuration ```yaml From 200a1cf3e1f3fc62ab4f71f3f5473111e0dee32b Mon Sep 17 00:00:00 2001 From: youkorr <96953496+youkorr@users.noreply.github.com> Date: Sat, 23 Aug 2025 07:32:35 +0200 Subject: [PATCH 2/3] Update mipi_dsi.md --- content/components/display/mipi_dsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/components/display/mipi_dsi.md b/content/components/display/mipi_dsi.md index ef67d11804..768da10399 100644 --- a/content/components/display/mipi_dsi.md +++ b/content/components/display/mipi_dsi.md @@ -43,7 +43,7 @@ specified, or a custom init sequence can be provided. | Model | Manufacturer | Product Description | | ---------------------- | ------------ | ----------------------------------------------------------------------------- | | JC1060P470 | Guition | | -| JC4880P443C | Guition | | +| JC4880P443C | Guition | | | M5STACK-TAB5 | M5Stack | | | WAVESHARE-P4-NANO-10.1 | Waveshare | | | WAVESHARE-P4-86-PANEL | Waveshare | | From 9edaf2f0104efd0bed3f80a57aaf3d9fb8509444 Mon Sep 17 00:00:00 2001 From: youkorr <96953496+youkorr@users.noreply.github.com> Date: Sat, 23 Aug 2025 07:38:19 +0200 Subject: [PATCH 3/3] Update mipi_dsi.md --- content/components/display/mipi_dsi.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/components/display/mipi_dsi.md b/content/components/display/mipi_dsi.md index 768da10399..212545812f 100644 --- a/content/components/display/mipi_dsi.md +++ b/content/components/display/mipi_dsi.md @@ -48,14 +48,13 @@ specified, or a custom init sequence can be provided. | WAVESHARE-P4-NANO-10.1 | Waveshare | | | WAVESHARE-P4-86-PANEL | Waveshare | | - ## Configuration ```yaml # Example minimal configuration entry display: - - platform: mipi_dsi - model: WAVESHARE-P4-NANO-10.1 + - platform: mipi_dsi + model: JC4880P443C ``` ### Configuration options