640x480@60Hz (lowest bandwidth option yet)

This commit is contained in:
Romain Dolbeau 2021-04-04 17:20:53 +02:00
parent 080ecad522
commit 3addd587b6
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,