Dolu1990 / pinsecSoftware

1 stars 1 forks source link

Added 8-bit VGA support #6

Closed roman3017 closed 8 years ago

roman3017 commented 8 years ago

I have tested these changes on Nexys4DDR at 100MHz and miniSpartan6+ at 50MHz. The default is RGB565 as before. But when compiled with CFLAGS=-DRGB332, it uses 8-bit color depth, and the code fits to 400KB BRAM.

Dolu1990 commented 8 years ago

Great ! Thanks :)