Microchip® Advanced Software Framework

conf_sysfont.h File Reference

Default configurations for sysfont.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include <stdint.h>

Macros

#define SYSFONT_DEFINE_GLYPHS
 Define variable containing the font. More...
 
#define SYSFONT_FIRSTCHAR   ((uint8_t) ' ')
 First character defined. More...
 
#define SYSFONT_HEIGHT   7
 Height of each glyph, excluding spacer line. More...
 
#define SYSFONT_LASTCHAR   ((uint8_t) 127)
 Last character defined. More...
 
#define SYSFONT_LINESPACING   8
 Line height. More...
 
#define SYSFONT_WIDTH   6
 Width of each glyph, including spacer column. More...