1. 簡(jiǎn)介
2. 屏參dts配置
- 屏幕的時(shí)序參數(shù)表如下:
signal timing
-
屏參對(duì)應(yīng)的dts配置:
disp_timings1: display-timings { native-mode = < &dsi1_timing0 >; dsi1_timing0: timing0 { clock-frequency = < 159400000 >; hactive = < 1200 >; vactive = < 1920 >; hfront-porch = < 80 >; hsync-len = < 1 >; hback-porch = < 60 >; vfront-porch = < 35 >; vsync-len = < 1 >; vback-porch = < 25 >; hsync-active = < 0 >; vsync-active = < 0 >; de-active = < 0 >; pixelclk-active = < 1 >; }; };
-
解析:
-
Hactive:水平有效像素
-
Vactive:垂直有效像素
-
水平總周期 Htotal = Hactive + + hfront-porch +hsync-len + hback-porch
-
垂直總周期 Vtotal = Vactive + + vfront-porch + vsync-len + vback-porch
-
clock-frequency: 提供給lcd的時(shí)鐘頻率,一般屏的規(guī)格書都會(huì)給出, 也可以通過計(jì)算得到。
clock-frequency = 水平總周期 * 垂直總周期 * 幀率:
clock-frequency = (hactive + hfront + hsync-len + hback)* (vactive + vfront + vsync-len + vback) * fps
-
名詞解析
hactive: 橫向分辨率。 vactive: 縱向分辨率。 hsync-len 行同步回掃時(shí)間。 hback-porn: 行同步后肩時(shí)間。 hfront-porn: 行同步前肩時(shí)間。 vsync-len: 幀同步回掃時(shí)間。 vback-porch: 幀同步后肩時(shí)間。 vfront-proch: 幀同步前肩時(shí)間。 de-active: DE 信號(hào)極性。 hysnc-active: 行同步信號(hào)極性。 vsync-active: 幀同步信號(hào)極性 hback-porch/hfront-porch/hsync-len:水平同步信號(hào) vback-porch/vfront-porch/vsync-len:垂直同步信號(hào)
審核編輯:湯梓紅
-
嵌入式
+關(guān)注
關(guān)注
5138文章
19524瀏覽量
314652 -
屏幕
+關(guān)注
關(guān)注
7文章
1214瀏覽量
56370 -
調(diào)試
+關(guān)注
關(guān)注
7文章
604瀏覽量
34510 -
MIPI
+關(guān)注
關(guān)注
11文章
326瀏覽量
49482 -
RK3588
+關(guān)注
關(guān)注
7文章
403瀏覽量
5534
發(fā)布評(píng)論請(qǐng)先 登錄
瑞芯微RK3588開發(fā)板RK3588 EVB和RK3588S EVB解讀

RK3588-MIPI屏幕調(diào)試筆記:RK3588-MIPI-DSI之LCD上電初始化時(shí)序
RK3588-HDMIRX

Banana Pi BPI-W3 ArmSoM-W3之RK3588-MIPI-DSI屏幕調(diào)試筆記

RK3588 EVB 開發(fā)板介紹
基于RK3588芯片方案開發(fā)ARM PC項(xiàng)目
Banana Pi BPI-W3 ArmSoM-W3之RK3588-MIPI-DSI屏幕調(diào)試筆記
rk3588和rk3588s的區(qū)別
RK3588與3588s的區(qū)別
RK3588S和RK3588S2差異說明

評(píng)論