mirror of
https://github.com/rdolbeau/VintageBusFPGA_Common.git
synced 2026-04-09 05:59:24 +00:00
swap b & r for newer Litex/HDMI
This commit is contained in:
@@ -356,9 +356,9 @@ class VideoFrameBufferMultiDepth(Module, AutoCSR):
|
||||
source.vsync.eq(source_out_vsync),
|
||||
source.valid.eq(source_out_valid),
|
||||
#source_out_ready.eq(source.ready), # ready flow the other way
|
||||
source.r.eq(source_out_r),
|
||||
source.r.eq(source_out_b), # something got swapped at some point...
|
||||
source.g.eq(source_out_g),
|
||||
source.b.eq(source_out_b),
|
||||
source.b.eq(source_out_r),
|
||||
]
|
||||
|
||||
# Underflow.
|
||||
|
||||
Reference in New Issue
Block a user