aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configure.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-10 10:47:18 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-10 10:47:18 +0200
commit0daeabe5868469d89c8827d1fbcfae2ad9ba8ee5 (patch)
tree13887dafa4169e798b1e7272e018adc5875be326 /docs/configure.txt
parent19afa19bd31a28afbca3666858c7a168bd5c9954 (diff)
downloaduGFX-0daeabe5868469d89c8827d1fbcfae2ad9ba8ee5.tar.gz
uGFX-0daeabe5868469d89c8827d1fbcfae2ad9ba8ee5.tar.bz2
uGFX-0daeabe5868469d89c8827d1fbcfae2ad9ba8ee5.zip
docs
Diffstat (limited to 'docs/configure.txt')
-rw-r--r--docs/configure.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/configure.txt b/docs/configure.txt
new file mode 100644
index 00000000..02c6be9a
--- /dev/null
+++ b/docs/configure.txt
@@ -0,0 +1,19 @@
+There are serval macros available to configure the behaviour of the GFX-Library.
+
+HAL macros:
+
+ #define HAL_USE_GFX // enables the GDISP sub system. This is essentially needed to use the display
+ #define HAL_USE_TOUCHPAD // enables the TouchPad sub system. This is essentially needed to use the touchpad
+
+
+GDISP macors:
+
+ #define GDISP_
+
+
+
+TouchPAD macros:
+
+ #define TOUCHPAD_
+
+