Merge pull request #14 from sonic74/add-1024x600

Add 1024x600 mode(11).
This commit is contained in:
sorgelig
2018-05-02 19:30:12 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ dvi_mode=0 ; set to 1 for DVI mode. Audio won't be transmitted throu
; 8 - 1920x1080@60
; 9 - 1920x1080@50
;10 - 1366x768@60
;11 - 1024x600@60
;
; custom mode: 1,hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix
; 1,1280,110,40,220,720,5,5,20,74.25

View File

@@ -1995,6 +1995,7 @@ vmode_t vmodes[] =
{ { 1920, 88, 44, 148, 1080, 4, 5, 36 }, 148.5 }, //8
{ { 1920, 528, 44, 148, 1080, 4, 5, 36 }, 148.5 }, //9
{ { 1366, 70, 143, 213, 768, 3, 3, 24 }, 85.5 }, //10
{ { 1024, 40, 104, 144, 600, 1, 3, 18 }, 48.96 }, //11
};
#define VMODES_NUM (sizeof(vmodes) / sizeof(vmodes[0]))