|
1
|
#万显达1024x600 lvds
|
|
2
|
|
|
3
|
lcd0-type=0 //connector type, 0:lvds 1:edp 2: dsi 3: hdmi
|
|
4
|
lcd0-num=0 //connector index, start with 0
|
|
5
|
lcd0-clock=43400000 //lcd clock frequency
|
|
6
|
lcd0-hactive=1024 //lcd resolution width
|
|
7
|
lcd0-vactive=600 //lcd resolutioni height
|
|
8
|
lcd0-hfp=70 //lcd horizon front porch length
|
|
9
|
lcd0-hsync-len=43 //lcd horizon sync length
|
|
10
|
lcd0-hbp=113 //lcd horizon back porch length
|
|
11
|
lcd0-vfp=3 //lcd vertical front porch length
|
|
12
|
lcd0-vsync-len=3 //lcd vertical sync length
|
|
13
|
lcd0-vbp=24 //lcd vertical back porch length
|
|
14
|
lcd0-hsync-active=0 //lcd hsync pulse active level, 0:active low 1: active high
|
|
15
|
lcd0-vsync-active=0 //lcd vsync pulse active level, 0:active low 1: active high
|
|
16
|
lcd0-de-active=1 //lcd data pulse active level, 0:active low 1: active high
|
|
17
|
lcd0-pixelclk-active=1 //lcd drive pixel data active level, 0:falling edge 1:rising edge
|
|
18
|
lcd0-format=1 //lcd format 0:rgb666 1:rgb888
|
|
19
|
lcd0-standard=0 //lcd lvds format 0:vesa 1: jeida
|
|
20
|
lcd0-logo=1 //lcd format 0:off 1: on
|
|
21
|
lcd0-status=1 //lcd screen status 0:off 1:on
|
|
22
|
|
|
23
|
|
|
24
|
|