Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
|
Handler of Graphic Display. Each display must need your own handler. Yes, this library supports multiples displays. More...
#include <GraphicDisplay.h>
Data Structures | |
struct | t_fxn |
struct | t_intern |
Data Fields | |
uint32_t | u32Height |
Display height in Lines. Must be the same of display device. | |
uint32_t | u32Width |
Display width in columns. Must be the same of display device. | |
struct gd_t::t_fxn | fxn |
gd_driver_t * | disp |
Display driver, that contains the Handler and routines. | |
struct gd_t::t_intern | _intern |
Handler of Graphic Display. Each display must need your own handler. Yes, this library supports multiples displays.
struct gd_t::t_intern gd_t::_intern |
gd_driver_t* gd_t::disp |
Display driver, that contains the Handler and routines.
struct gd_t::t_fxn gd_t::fxn |
uint32_t gd_t::u32Height |
Display height in Lines. Must be the same of display device.
uint32_t gd_t::u32Width |
Display width in columns. Must be the same of display device.