RTEMS
5.0.0
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | _Font |
Describes the font (width, height, supported characters, etc.) used by the LCD driver draw API. More... | |
Typedefs | |
typedef struct _Font | Font |
Describes the font (width, height, supported characters, etc.) used by the LCD driver draw API. More... | |
Variables | |
const Font | gFont |
Interface for draw font on LCD.
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.
const Font gFont |
Global variable describing the font being instanced.