Describes the font (width, height, supported characters, etc.) used by the LCD driver draw API. More...
#include <D:/git/git_canopus_1/softpack/samv7/libraries/libboard_samv7-ek/include/lcd_font.h>
Data Fields | |
uint8_t | width |
uint8_t | height |
Describes the font (width, height, supported characters, etc.) used by the LCD driver draw API.
The font.h files declares a font structure and a LCDD_DrawChar function that must be implemented by a font definition file to be used with the LCDD_DrawString method of draw.h.
The font10x14.c implements the necessary variable and function for a 10x14 font.
Definition at line 74 of file lcd_font.h.