Skip to content

Commit

Permalink
hal: Change default debug font to unscii-16
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFoxRox authored and thrimbor committed May 13, 2020
1 parent ec79fe8 commit e25923b
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hal/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int nextCol = MARGIN;

static const unsigned char systemFont[] =
{
#include "font_terminal.h"
#include "font_unscii_16.h"
};

static void drawChar(unsigned char c, int x, int y, int fgColour, int bgColour)
Expand Down
Loading

0 comments on commit e25923b

Please sign in to comment.