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

Update burger_time_mist.sv

This commit is contained in:
Gehstock 2018-04-14 17:31:07 +02:00 committed by GitHub
parent e1e3e1495c
commit 39f1f180e3
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),