RTEMS
5.0.0
|
Describes the font (width, height, supported characters, etc.) used by the LCD driver draw API. More...
#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.