From cd7d252a5686b1446634c893033ae7e6fea02610 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:55:19 +0100 Subject: [PATCH] credits --- font.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/font.h b/font.h index 4200117..e8d4626 100644 --- a/font.h +++ b/font.h @@ -1,3 +1,25 @@ +/** + * https://github.com/dhepper/font8x8/blob/master/font8x8_basic.h + * + * 8x8 monochrome bitmap fonts for rendering + * Author: Daniel Hepper + * + * License: Public Domain + * + * Based on: + * // Summary: font8x8.h + * // 8x8 monochrome bitmap fonts for rendering + * // + * // Author: + * // Marcel Sondaar + * // International Business Machines (public domain VGA fonts) + * // + * // License: + * // Public Domain + * + * Fetched from: http://dimensionalrift.homelinux.net/combuster/mos3/?p=viewsource&file=/modules/gfx/font8_8.asm + **/ + char font8x8[128][8] = { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // U+0000 (nul) { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // U+0001