Merge pull request #931 from madscientist159/add-1920-1200-mode

Add 1920x1200@60 RBv2 to LiteX video modes
This commit is contained in:
enjoy-digital 2021-06-09 09:03:57 +02:00 committed by GitHub
commit d5cfe09f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -123,6 +123,17 @@ video_timings = {
"v_sync_offset" : 4,
"v_sync_width" : 5,
},
"1920x1200@60Hz": {
"pix_clk" : 148.2e6,
"h_active" : 1920,
"h_blanking" : 80,
"h_sync_offset" : 8,
"h_sync_width" : 32,
"v_active" : 1200,
"v_blanking" : 35,
"v_sync_offset" : 21,
"v_sync_width" : 8,
},
}
# Video Timing Generator ---------------------------------------------------------------------------