![]() |
µGFX
2.9
version 2.9
|
GFX system header file.
Definition in file src/gfx.h.
#include "gfxconf.h"
#include "gfx_compilers.h"
#include "gfx_types.h"
#include "gfx_options.h"
#include "gos/gos_options.h"
#include "gdriver/gdriver_options.h"
#include "gfile/gfile_options.h"
#include "gmisc/gmisc_options.h"
#include "gtrans/gtrans_options.h"
#include "gqueue/gqueue_options.h"
#include "gevent/gevent_options.h"
#include "gtimer/gtimer_options.h"
#include "gdisp/gdisp_options.h"
#include "gwin/gwin_options.h"
#include "ginput/ginput_options.h"
#include "gadc/gadc_options.h"
#include "gaudio/gaudio_options.h"
#include "gwin/gwin_rules.h"
#include "ginput/ginput_rules.h"
#include "gdisp/gdisp_rules.h"
#include "gaudio/gaudio_rules.h"
#include "gadc/gadc_rules.h"
#include "gevent/gevent_rules.h"
#include "gtimer/gtimer_rules.h"
#include "gqueue/gqueue_rules.h"
#include "gmisc/gmisc_rules.h"
#include "gtrans/gtrans_rules.h"
#include "gfile/gfile_rules.h"
#include "gdriver/gdriver_rules.h"
#include "gos/gos_rules.h"
#include "gos/gos.h"
#include "gfile/gfile.h"
#include "gmisc/gmisc.h"
#include "gtrans/gtrans.h"
#include "gqueue/gqueue.h"
#include "gevent/gevent.h"
#include "gtimer/gtimer.h"
#include "gdisp/gdisp.h"
#include "gwin/gwin.h"
#include "ginput/ginput.h"
#include "gadc/gadc.h"
#include "gaudio/gaudio.h"
Go to the source code of this file.
Functions | |
void GFXAPI | gfxInit (void) |
The one call to start it all. More... | |
void GFXAPI | gfxDeinit (void) |
The one call to end it all. More... | |
void GFXUSERFN | uGFXMain (void) |
The user supplied function containing all the user uGFX application code. More... | |
Macros | |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_PREP |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_USERCONFIG |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_COMPILECONFIG |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_OPTIONS |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_RULES |
#define | GFX_DISPLAY_RULE_WARNINGS GFXOFF |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_APIDEFS |
#define | GFX_COMPILESTAGE GFX_COMPILESTAGE_USERPROGRAM |
GFX compatibility options | |
#define | GFX_COMPAT_V2 GFXON |
Include the uGFX V2.x API. More... | |