aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-05 17:07:23 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-05 17:07:23 +1000
commit32da19db12911d997cc04d35a1ba8b3b52deae01 (patch)
tree80f3e928a3a139558a9ccc377ee19d3ee272a2eb /gfxconf.example.h
parent659901a90de45c9d489f5314149ea23bc041e6d6 (diff)
downloaduGFX-32da19db12911d997cc04d35a1ba8b3b52deae01.tar.gz
uGFX-32da19db12911d997cc04d35a1ba8b3b52deae01.tar.bz2
uGFX-32da19db12911d997cc04d35a1ba8b3b52deae01.zip
Add support for a PreInit Routine to allow early hardware initialisation
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 387a4b2b..72920386 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -48,6 +48,7 @@
// #define GFX_OS_HEAP_SIZE 0
// #define GFX_OS_NO_INIT FALSE
// #define GFX_OS_INIT_NO_WARNING FALSE
+// #define GFX_OS_PRE_INIT_FUNCTION myHardwareInitRoutine
// #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine
// #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine