aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configure.txt
diff options
context:
space:
mode:
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_
+
+