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

#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.
 

Field Documentation

◆ bDisplayOn

bool gd_t::t_intern::bDisplayOn

Boolean to save display state.

Note
Developer must to no change this parameters directly.

◆ bInitialized

bool gd_t::t_intern::bInitialized

Boolean to tell if Graphic Display handler is initialized.

Note
Developer must to no change this parameters directly.

◆ u32BufferLen

uint32_t gd_t::t_intern::u32BufferLen

Size of the Frame Buffer display.

Note
Developer must to no change this parameters directly.

◆ u32CurrX

uint32_t gd_t::t_intern::u32CurrX

Current X display position.

Note
Developer must to no change this parameters directly.

◆ u32CurrY

uint32_t gd_t::t_intern::u32CurrY

Current Y display position.

Note
Developer must to no change this parameters directly.

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