Changeset 76fca31 in mainline for uspace/srv/fb/font-8x16.h


Ignore:
Timestamp:
2008-12-16T19:02:07Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ae4443
Parents:
8fe5980
Message:

kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/font-8x16.h

    r8fe5980 r76fca31  
    3030#define FB_FONT_8X16_H_
    3131
    32 #define FONT_GLIPHS     256
    33 #define FONT_SCANLINES  16
     32#define FONT_GLYPHS      256
     33#define FONT_WIDTH       8
     34#define FONT_SCANLINES   16
    3435
    35 extern unsigned char fb_font[FONT_GLIPHS * FONT_SCANLINES];
     36
     37extern unsigned char fb_font[FONT_GLYPHS * FONT_SCANLINES];
    3638
    3739#endif
Note: See TracChangeset for help on using the changeset viewer.