#include <sys/types.h>
Go to the source code of this file.
Defines | |
#define | FONT_GLYPHS 2899 |
#define | FONT_SCANLINES 16 |
#define | FONT_WIDTH 8 |
Functions | |
uint16_t | fb_font_glyph (const wchar_t ch) |
Convert character to font glyph index. | |
Variables | |
uint8_t | fb_font [FONT_GLYPHS][FONT_SCANLINES] |
Definition in file font-8x16.h.