Ooups forgot new fonts.h
This commit is contained in:
parent
99456e3ce0
commit
202f2e253a
|
@ -12,6 +12,12 @@ typedef struct {
|
||||||
// into the the struct FONT_DEF's data array
|
// into the the struct FONT_DEF's data array
|
||||||
} FONT_CHAR_INFO;
|
} FONT_CHAR_INFO;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
const uint8_t widthBits; // width, in bits (or pixels), of the character
|
||||||
|
const uint8_t preblank; // How many blanks
|
||||||
|
const uint8_t blank; // How many blanks
|
||||||
|
} FONT_CHAR_INFO_v2;
|
||||||
|
|
||||||
|
|
||||||
struct FONT_DEF {
|
struct FONT_DEF {
|
||||||
uint8_t u8Width; /* Character width for storage */
|
uint8_t u8Width; /* Character width for storage */
|
||||||
|
|
Loading…
Reference in New Issue