Rev 3343 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3742 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
35 | #include <genarch/fb/font-8x16.h> |
35 | #include <genarch/fb/font-8x16.h> |
36 | 36 | ||
37 | unsigned char fb_font[FONT_GLIPHS * FONT_SCANLINES] = { |
37 | uint8_t fb_font[FONT_GLYPHS * FONT_SCANLINES] = { |
38 | 38 | ||
39 | /* 0 0x00 '^@' */ |
39 | /* 0 0x00 '^@' */ |
40 | 0x00, /* 00000000 */ |
40 | 0x00, /* 00000000 */ |
41 | 0x00, /* 00000000 */ |
41 | 0x00, /* 00000000 */ |
42 | 0x00, /* 00000000 */ |
42 | 0x00, /* 00000000 */ |