diff options
author | Tectu <joel@unormal.org> | 2012-06-11 15:04:59 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-11 15:04:59 +0200 |
commit | 8a0c63c87335941305bade6ffc4e5822341954ba (patch) | |
tree | 4e62de096bca041a55022991ef13a9c9d8df201f | |
parent | ceda51b22b3074ab4783e4d8b071b1f0746f5e35 (diff) | |
download | uGFX-8a0c63c87335941305bade6ffc4e5822341954ba.tar.gz uGFX-8a0c63c87335941305bade6ffc4e5822341954ba.tar.bz2 uGFX-8a0c63c87335941305bade6ffc4e5822341954ba.zip |
readme update
-rw-r--r-- | readme | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 + |