mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
41 lines
642 B
Plaintext
41 lines
642 B
Plaintext
|
|
menu "display timing of simple panel"
|
|
|
|
config PANEL_PIXELCLOCK
|
|
int "pixelclock in MHZ"
|
|
default 52
|
|
|
|
config PANEL_HACTIVE
|
|
int "hactive"
|
|
default 1024
|
|
|
|
config PANEL_VACTIVE
|
|
int "vactive"
|
|
default 600
|
|
|
|
config PANEL_HBP
|
|
int "hback-porch"
|
|
default 160
|
|
|
|
config PANEL_HFP
|
|
int "hfront-porch"
|
|
default 160
|
|
|
|
config PANEL_HSW
|
|
int "hsync-len"
|
|
default 20
|
|
|
|
config PANEL_VBP
|
|
int "vback-porch"
|
|
default 12
|
|
|
|
config PANEL_VFP
|
|
int "vfront-porch"
|
|
default 20
|
|
|
|
config PANEL_VSW
|
|
int "vsync-len"
|
|
default 2
|
|
endmenu
|
|
|