aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme b/readme
index 8074cd13..eed222da 100644
--- a/readme
+++ b/readme
@@ -43,3 +43,8 @@ Add $(LCDINC) to INCDIR:
### Use
include header files wherever you need it.
+define the controller type you want to use anywhere in your project. For example:
+
+#define LCD_USE_SSD1289
+#define TOUCHPAD_USE_ADS7843
+