Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
Loading...
Searching...
No Matches
gd_t Struct Reference

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_tdisp
 Display driver, that contains the Handler and routines.
 
struct gd_t::t_intern _intern
 

Detailed Description

Handler of Graphic Display. Each display must need your own handler. Yes, this library supports multiples displays.

Precondition
A good practice is to initialize this handler with all parameters as zero.

Field Documentation

◆ _intern

struct gd_t::t_intern gd_t::_intern

◆ disp

gd_driver_t* gd_t::disp

Display driver, that contains the Handler and routines.

Note
Developer must to no change this parameters directly.

◆ fxn

struct gd_t::t_fxn gd_t::fxn

◆ u32Height

uint32_t gd_t::u32Height

Display height in Lines. Must be the same of display device.

◆ u32Width

uint32_t gd_t::u32Width

Display width in columns. Must be the same of display device.


The documentation for this struct was generated from the following file: