Default configurations for sysfont. More...
#include <stdint.h>#include <gfx/gfx.h>Go to the source code of this file.
Defines | |
| #define | SYSFONT_WIDTH 6 |
| Width of each glyph, including spacer column. | |
| #define | SYSFONT_HEIGHT 7 |
| Height of each glyph, excluding spacer line. | |
| #define | SYSFONT_LINESPACING 8 |
| Line height. | |
| #define | SYSFONT_FIRSTCHAR ((uint8_t) ' ') |
| First character defined. | |
| #define | SYSFONT_LASTCHAR ((uint8_t) 127) |
| Last character defined. | |
| #define | SYSFONT_DEFINE_GLYPHS |
| Define variable containing the font. | |
Default configurations for sysfont.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file sysfont.h.
1.6.3