1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-24 19:21:31 +00:00

Update burnin_rubber_mist.sv

This commit is contained in:
Gehstock 2018-04-14 17:30:09 +02:00 committed by GitHub
parent e05de5842e
commit e1e3e1495c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,9 +113,9 @@ video_mixer #(.LINE_LENGTH(320), .HALF_DEPTH(1)) video_mixer
.SPI_SCK(SPI_SCK),
.SPI_SS3(SPI_SS3),
.SPI_DI(SPI_DI),
.R(blankn ? r&r : "000000"),
.G(blankn ? g&g : "000000"),
.B(blankn ? b&b : "0000"),
.R(blankn ? {r,r} : "000000"),
.G(blankn ? {g,g} : "000000"),
.B(blankn ? {b,b} : "0000"),
.HSync(hs),
.VSync(vs),
.VGA_R(VGA_R),