URL
https://opencores.org/ocsvn/openfire2/openfire2/trunk
Subversion Repositories openfire2
[/] [openfire2/] [trunk/] [sw/] [vga/] [vga_5x7_setbgcolor.c] - Rev 8
Go to most recent revision | Compare with Previous | Blame | View Log
#include "vga.h" void vga_setbgcolor5x7(unsigned short color) { background_5x7 = colores_5x7[color]; }
Go to most recent revision | Compare with Previous | Blame | View Log