/** * fbdash.c * * Adapted by Florian Klemenz for use in the fb_dash project * * Source and all credit goes to * https://github.com/dhepper/font8x8 * -------------------------------------------------------------------------------------------- * * 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 **/ #include "font8x8_basic.h"