Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TFTLCD by
Font_struct Struct Reference
Describes fonts and their properties. More...
#include <lcd_base.h>
Data Fields | |
const char * | font |
A pointer to the first byte in the font. | |
unsigned char | width |
The width of each character, in pixels. | |
unsigned char | height |
Height of each character, in pixels. | |
unsigned char | offset |
Offset of the first character in the font. | |
unsigned char | numchars |
Count of the available characters in the font. |
Detailed Description
Describes fonts and their properties.
- See also:
- Comments in fonts.h
Definition at line 133 of file lcd_base.h.
Field Documentation
const char* font |
A pointer to the first byte in the font.
Definition at line 135 of file lcd_base.h.
unsigned char height |
Height of each character, in pixels.
Definition at line 137 of file lcd_base.h.
unsigned char numchars |
Count of the available characters in the font.
Definition at line 139 of file lcd_base.h.
unsigned char offset |
Offset of the first character in the font.
Definition at line 138 of file lcd_base.h.
unsigned char width |
The width of each character, in pixels.
Definition at line 136 of file lcd_base.h.
Generated on Tue Jul 12 2022 18:43:03 by
