font: add an expanded 8x8 font for 2bpp displays
authorAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:04:18 +0000 (00:04 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:04:18 +0000 (00:04 +0100)
commitaa285e691704ee43f8acf6e9ca45fbbfda210a7b
tree1cc2994e2039c4d581f999c605d9388b44101589
parenteef0e00f40f5f05854a6cbc40a3ae25238b0e611
font: add an expanded 8x8 font for 2bpp displays

We'll need this for the SAM Coupe where we don't have a 1pp high res mode.
(We may want a 6bit to 12bit font in the end but for now keep it simple).
Kernel/Makefile
Kernel/font8x8.c
Kernel/tools/fontexpand.c [new file with mode: 0644]