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


Ignore:
Timestamp:
2008-12-16T19:02:07Z (15 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.c

    r8fe5980 r76fca31  
    2929#include "font-8x16.h"
    3030
    31 unsigned char fb_font[FONT_GLIPHS * FONT_SCANLINES] = {
     31unsigned char fb_font[FONT_GLYPHS * FONT_SCANLINES] = {
    3232
    3333        /* 0 0x00 '^@' */
Note: See TracChangeset for help on using the changeset viewer.