[vga_font] c

This commit is contained in:
Kevin Lange 2011-03-28 15:51:43 -05:00
parent c633c731dd
commit 8efe64dc2e
1 changed files with 13 additions and 0 deletions

View File

@ -858,4 +858,17 @@ char number_font[][12] = {
0b00000000,
0b00000000 /* 12 */
},
{ 0b00000000,
0b00000000,
0b00000000,
0b00000000, /* 4 */
0b01111000,
0b11001100,
0b11000000,
0b11000000, /* 8 */
0b11001100,
0b01111000,
0b00000000,
0b00000000 /* 12 */
},
};