aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-11 15:04:59 +0200
committerTectu <joel@unormal.org>2012-06-11 15:04:59 +0200
commit8a0c63c87335941305bade6ffc4e5822341954ba (patch)
tree4e62de096bca041a55022991ef13a9c9d8df201f
parentceda51b22b3074ab4783e4d8b071b1f0746f5e35 (diff)
downloaduGFX-8a0c63c87335941305bade6ffc4e5822341954ba.tar.gz
uGFX-8a0c63c87335941305bade6ffc4e5822341954ba.tar.bz2
uGFX-8a0c63c87335941305bade6ffc4e5822341954ba.zip
readme update
-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
+