![]() |
Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
|
#include <GraphicDisplay.h>
Data Fields | |
| uint32_t | u32BufferLen |
| Size of the Frame Buffer display. | |
| uint32_t | u32CurrX |
| Current X display position. | |
| uint32_t | u32CurrY |
| Current Y display position. | |
| bool | bDisplayOn |
| Boolean to save display state. | |
| bool | bInitialized |
| Boolean to tell if Graphic Display handler is initialized. | |
| bool gd_t::t_intern::bDisplayOn |
Boolean to save display state.
| bool gd_t::t_intern::bInitialized |
Boolean to tell if Graphic Display handler is initialized.
| uint32_t gd_t::t_intern::u32BufferLen |
Size of the Frame Buffer display.
| uint32_t gd_t::t_intern::u32CurrX |
Current X display position.
| uint32_t gd_t::t_intern::u32CurrY |
Current Y display position.