Merge pull request #429 from trabucayre/video_swap_blue_red
targets/litex_acorn_baseboard: fix pn_swap
This commit is contained in:
commit
fb6efe1fa2
|
@ -94,7 +94,7 @@ class BaseSoC(SoCCore):
|
|||
|
||||
# Video ------------------------------------------------------------------------------------
|
||||
if with_video_terminal:
|
||||
self.submodules.videophy = VideoHDMIPHY(platform.request("hdmi"), clock_domain="hdmi", pn_swap=["g", "b"])
|
||||
self.submodules.videophy = VideoHDMIPHY(platform.request("hdmi"), clock_domain="hdmi", pn_swap=["g", "r"])
|
||||
self.add_video_terminal(phy=self.videophy, timings="800x600@60Hz", clock_domain="hdmi")
|
||||
|
||||
# LCD --------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue