Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Gfx_sysfont

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)'}')
 Last character defined. More...
 
#define SYSFONT_LINESPACING   8
 Line height. More...
 
#define SYSFONT_WIDTH   6
 Width of each glyph, including spacer column. More...
 
#define USE_FONT_BASIC_6x7
 

#define SYSFONT_DEFINE_GLYPHS

Define variable containing the font.

#define SYSFONT_FIRSTCHAR   ((uint8_t)' ')

First character defined.

#define SYSFONT_HEIGHT   7

Height of each glyph, excluding spacer line.

Referenced by about_task(), main_task(), and terminal_task().

#define SYSFONT_LASTCHAR   ((uint8_t)'}')

Last character defined.

#define SYSFONT_LINESPACING   8

Line height.

#define SYSFONT_WIDTH   6

Width of each glyph, including spacer column.

Referenced by about_task(), main_task(), and terminal_task().

#define USE_FONT_BASIC_6x7