10" lcd panel support
1. set output_mode to 0x45 for 1024x600 panel 2. set output_mode to 0x46 for 1280x800 panel
This commit is contained in:
parent
6f5aff25b6
commit
8e766dba19
18 changed files with 111 additions and 1 deletions
|
@ -231,6 +231,8 @@ enum disp_tv_mode {
|
|||
DISP_TV_MOD_1024_768P_60HZ = 0x42,
|
||||
DISP_TV_MOD_900_540P_60HZ = 0x43,
|
||||
DISP_TV_MOD_1920_720P_60HZ = 0x44,
|
||||
DISP_TV_MOD_1024_600P = 0x45,
|
||||
DISP_TV_MOD_1280_800P = 0x46,
|
||||
/* vga */
|
||||
DISP_VGA_MOD_640_480P_60 = 0x50,
|
||||
DISP_VGA_MOD_800_600P_60 = 0x51,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue