From 3f19cf3e58634aa19d1862902d6f7192e7bf0c08 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Mon, 14 Aug 2023 19:19:38 +0800 Subject: [PATCH] HDMI --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index a815409..bf42290 100644 --- a/README.md +++ b/README.md @@ -4972,6 +4972,28 @@ And the [HDMI Plug and Unplug Process](https://doc-en.rvspace.org/VisionFive2/DG [(Source)](https://doc-en.rvspace.org/VisionFive2/DG_HDMI/JH7110_SDK/plug_n_unplug_process.html) +# Test HDMI for Star64 JH7110 + +TODO + +https://doc-en.rvspace.org/VisionFive2/DG_Display/JH7110_SDK/test_example_display.html + +The following command shows an example for testing the HDMI output. + +```bash +modetest \ + -M starfive \ + -D 0 \ + -a \ + -s 116@31:1920x1080 \ + -P 39@31:1920x1080@RG16 \ + -Ftiles +``` + +`116@31:1920x1080` means @: + +`39@31:1920x1080@RG16` means @: @ + # LCD Panel for Star64 JH7110 TODO: [Cadence MIPI DSI v1.3.1 TX Controller IP (DSITX)](https://doc-en.rvspace.org/VisionFive2/DG_LCD/JH7110_SDK/ic_specification_lcd.html)