Merge pull request #871 from rdolbeau/640x480_60hz

640x480@60Hz (lowest bandwidth option yet)
This commit is contained in:
enjoy-digital 2021-04-06 12:07:08 +02:00 committed by GitHub
commit f89492333e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,17 @@ vbits = 12
# Video Timings ------------------------------------------------------------------------------------ # Video Timings ------------------------------------------------------------------------------------
video_timings = { video_timings = {
"640x480@60Hz" : {
"pix_clk" : 25.175e6,
"h_active" : 640,
"h_blanking" : 160,
"h_sync_offset" : 16,
"h_sync_width" : 96,
"v_active" : 480,
"v_blanking" : 45,
"v_sync_offset" : 10,
"v_sync_width" : 2,
},
"640x480@75Hz" : { "640x480@75Hz" : {
"pix_clk" : 31.5e6, "pix_clk" : 31.5e6,
"h_active" : 640, "h_active" : 640,