Subversion Repositories HelenOS

Rev

Rev 2071 | Rev 3710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 3707
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 */