From 0daeabe5868469d89c8827d1fbcfae2ad9ba8ee5 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 10 Oct 2012 10:47:18 +0200 Subject: docs --- docs/configure.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/configure.txt (limited to 'docs/configure.txt') 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_ + + -- cgit v1.2.3