#include <sys/types.h>#include "font-8x16.h"Go to the source code of this file.
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.c.
1.4.7