diff --git a/src/content/docs/components/display/mipi_dsi.mdx b/src/content/docs/components/display/mipi_dsi.mdx index dbc274c9be..16cdfaa00c 100644 --- a/src/content/docs/components/display/mipi_dsi.mdx +++ b/src/content/docs/components/display/mipi_dsi.mdx @@ -69,6 +69,7 @@ will set the correct pins and dimensions for the display. | JC1060P470 | Guition | [JC1060P470 product page](https://aliexpress.com/item/1005008328088576.html) | | JC4880P443 | Guition | [JC4880P443 product page](https://aliexpress.com/item/1005009618259341.html) | | JC8012P4A1 | Guition | [JC8012P4A1 product page](https://aliexpress.com/item/1005008789890066.html) | +| JC8012P4A1-V2 | Guition | [JC8012P4A1-V2 product page](https://aliexpress.com/item/1005008789890066.html) | | M5STACK-TAB5 | M5Stack | [TAB5 product page](https://shop.m5stack.com/products/m5stack-tab5-iot-development-kit-esp32-p4) | | M5STACK-TAB5-V2 | M5Stack | [TAB5-V2 product page](https://shop.m5stack.com/products/m5stack-tab5-iot-development-kit-esp32-p4) | | SEEED-RETERMINAL-D1001 | Seeed Studio | [D1001 product page](https://www.seeedstudio.com/reTerminal-D1001-p-6729.html) | @@ -93,6 +94,15 @@ verify the correct touchscreen driver first to accurately identify the board bef Tab5 version label showing model identification +> [!NOTE] +The Guition JC8012P4A1 (also sold under JC8012P4A1C_I_W_Y) has two hardware revisions with different display panels requiring different model selections. + +You can check the correct model by the batch number, which is the number following the SKU on the sticker at the back of the device. +Units manufactured in batch 2624 or later should use model `JC8012P4A1-V2` +Units manufactured with a lower batch number should use model `JC8012P4A1` + +Selecting the incorrect driver will show horizontal lines on the display. + ## Configuration ```yaml