Skip to content
Merged
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
10 changes: 10 additions & 0 deletions src/content/docs/components/display/mipi_dsi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand All @@ -93,6 +94,15 @@ verify the correct touchscreen driver first to accurately identify the board bef

<Image src={tab5VersionLabelImg} alt="Tab5 version label showing model identification" layout="constrained" style="width: 50%; height: auto; margin: 0 auto; display: block;" />

> [!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
Expand Down