µGFX  2.9
version 2.9
gfx_options.h File Reference

Detailed Description

GFX system options.

Definition in file gfx_options.h.

Go to the source code of this file.

Macros

GFX sub-systems that can be turned on
#define GFX_USE_GDRIVER   GFXON
 GFX Driver API. More...
 
#define GFX_USE_GDISP   GFXOFF
 GFX Graphics Display Basic API. More...
 
#define GFX_USE_GWIN   GFXOFF
 GFX Graphics Windowing API. More...
 
#define GFX_USE_GEVENT   GFXOFF
 GFX Event API. More...
 
#define GFX_USE_GTIMER   GFXOFF
 GFX Timer API. More...
 
#define GFX_USE_GQUEUE   GFXOFF
 GFX Queue API. More...
 
#define GFX_USE_GINPUT   GFXOFF
 GFX Input Device API. More...
 
#define GFX_USE_GADC   GFXOFF
 GFX Generic Periodic ADC API. More...
 
#define GFX_USE_GAUDIO   GFXOFF
 GFX Audio API. More...
 
#define GFX_USE_GMISC   GFXOFF
 GFX Miscellaneous Routines API. More...
 
#define GFX_USE_GFILE   GFXOFF
 GFX File API. More...
 
#define GFX_USE_GTRANS   GFXOFF
 GFX Translation Support API. More...
 
GFX compatibility options
#define GFX_COMPAT_OLDCOLORS   GFXON
 Include the uGFX V2.x Old Colors. More...