aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-02-28 13:06:15 +1000
committerinmarket <andrewh@inmarket.com.au>2015-02-28 13:06:15 +1000
commitdc4f706132dce07c6a394446157c6a46f5fd3c71 (patch)
treea858c39e578b1aa77cfb448d456faee2e2b24009 /gfxconf.example.h
parent73ba2778abef0d010eb9824161eb97edeed52ee6 (diff)
downloaduGFX-dc4f706132dce07c6a394446157c6a46f5fd3c71.tar.gz
uGFX-dc4f706132dce07c6a394446157c6a46f5fd3c71.tar.bz2
uGFX-dc4f706132dce07c6a394446157c6a46f5fd3c71.zip
GFILE was not being initialised properly.
Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 4c94bb18..7c0424fd 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -41,6 +41,8 @@
// Options that (should where relevant) apply to all operating systems
// #define GFX_NO_OS_INIT FALSE
+// #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine
+// #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine
///////////////////////////////////////////////////////////////////////////