33 lines
876 B
C
33 lines
876 B
C
/**
|
|
* 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 <daniel@hepper.net>
|
|
*
|
|
* 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 "fonts/dhepper-font8x8/font8x8_basic.h"
|
|
//#include "fonts/vento-xbm-fonts/ascii_16x26.h"
|
|
#include "fonts/arial-16x16.h"
|