diff --git a/docs/doc/en/vision/display.md b/docs/doc/en/vision/display.md index 4be2e3c..a026c61 100644 --- a/docs/doc/en/vision/display.md +++ b/docs/doc/en/vision/display.md @@ -103,11 +103,12 @@ display.send_to_maixvision(img) If you wish to switch to a screen of a different size, you can consult and purchase from the [store](https://wiki.sipeed.com/store). -For MaixCAM, the following four screen options are currently supported: +For MaixCAM, currently, there are 4 types of screens and 1 type of MIPI to HDMI module supported: * 2.3-inch 552x368 resolution capacitive touch screen: The default screen that comes with MaixCAM. * 2.4-inch 640x480 resolution capacitive touch screen: The default screen that comes with MaixCAM-Pro. * 5-inch 854x480 resolution non-touch screen: Note that this is a non-touch screen, similar in size to a mobile phone screen. * 7-inch 1280x800 resolution capacitive touch screen: A large 7-inch screen, suitable for scenarios requiring a fixed screen display. +* LT9611 (MIPI to HDMI module) supports various resolutions including 1280x720, suitable for driving various HDMI screens. The image refresh time difference between different screens is about 1-5 milliseconds, which is not significant; the main difference lies in the image resolution, which affects image processing time. @@ -120,6 +121,15 @@ When replacing the screen, you must also **modify the configuration file**; othe * 2.4-inch (MaixCAM-Pro default screen): `st7701_lct024bsi20`. * 5-inch: `st7701_dxq5d0019_V0`, with the earlier (2023) test screen being `st7701_dxq5d0019b480854`. * 7-inch: `mtd700920b`, with the earlier (2023) test screen being `zct2133v1`. + * LT9611 (MIPI to HDMI module): + * Wiring: + * LT9611 I2C <---> MaixCAM I2C5 + * LT9611 MIPI IN <---> MaixCAM MIPI OUT + * Supported configurations: + * `lt9611_1280x720_60hz`: 1280x720 60Hz + * `lt9611_1024x768_60hz`: 1024x768 60Hz + * `lt9611_640x480_60hz`: 640x480 60Hz + * `lt9611_552x368_60hz`: 552x368 60Hz * Save the `board` file, and **click to eject the USB drive**—do not just disconnect the power, or the file may be lost. * Press the board's `reset` button, or power cycle to restart. diff --git a/docs/doc/zh/vision/display.md b/docs/doc/zh/vision/display.md index 17e00bb..4de348a 100644 --- a/docs/doc/zh/vision/display.md +++ b/docs/doc/zh/vision/display.md @@ -104,11 +104,12 @@ display.send_to_maixvision(img) ## 更换其它型号屏幕 如果想换不同尺寸的屏幕,可以到[商城](https://wiki.sipeed.com/store)咨询购买。 -对于 MaixCAM,目前支持 4 款屏幕: +对于 MaixCAM,目前支持 4 款屏幕和 1 款 MIPI 转 HDMI 模块: * 2.3寸 552x368 分辨率电容触摸屏: MaixCAM 带的屏幕。 * 2.4寸 640x480 分辨率电容触摸屏: MaixCAM-Pro 带的屏幕。 * 5寸 854x480 分辨率无触摸屏: 注意无触摸,类似手机屏幕大小。 * 7寸 1280x800 分辨率电容触摸屏:7寸大屏,适合更多需要固定屏幕观看场景。 +* LT9611(MIPI转HDMI模块) 支持1280x720等多种分辨率,适合驱动各种HDMI屏。 不同屏幕的刷新图像时间差别在1~5毫秒,差别不是很大,主要的区别在于图像分辨率大了图像处理时间的差别。 @@ -121,7 +122,16 @@ display.send_to_maixvision(img) * 2.4寸(MaixCAM-Pro 自带屏幕): `st7701_lct024bsi20`。 * 5寸:`st7701_dxq5d0019_V0` 早期(2023年)测试屏幕`st7701_dxq5d0019b480854`。 * 7寸:`mtd700920b`,早期(2023年)测试屏幕用 `zct2133v1`。 -* 保存`board`,并且**点击弹出 U 盘**,不要只接断电,否则可能文件丢失。 + * LT9611(MIPI转HDMI模块): + * 接线: + * LT9611 I2C <---> MaixCAM I2C5 + * LT9611 MIPI IN <---> MaixCAM MIPI OUT + * 支持的配置 + * `lt9611_1280x720_60hz`: 1280x720 60Hz + * `lt9611_1024x768_60hz`: 1024x768 60Hz + * `lt9611_640x480_60hz`: 640x480 60Hz + * `lt9611_552x368_60hz`: 552x368 60Hz +* 保存`board`,并且**点击弹出 U 盘**,不要直接断电,否则可能文件丢失。 * 按下板子的`reset`按键,或者重新上电启动。