Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
|
Structure to holds Fonts. The default fonts are defined in GraphicDisplay_Fonts.h. You can create your own fonts. A software that creates this fonts must be searched. More...
#include <GraphicDisplay.h>
Data Fields | |
const uint8_t | width |
Font width in pixels. | |
const uint8_t | height |
Pointer to font data array. | |
const uint16_t *const | data |
Proportional character width in pixels (NULL for monospaced) | |
const uint8_t *const | char_width |
Structure to holds Fonts. The default fonts are defined in GraphicDisplay_Fonts.h. You can create your own fonts. A software that creates this fonts must be searched.
const uint8_t* const gd_font_t::char_width |
const uint16_t* const gd_font_t::data |
Proportional character width in pixels (NULL for monospaced)
const uint8_t gd_font_t::height |
Pointer to font data array.
const uint8_t gd_font_t::width |
Font width in pixels.
<
Font height in pixels