aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-11 15:05:50 +0200
committerTectu <joel@unormal.org>2012-06-11 15:05:50 +0200
commit15218ff1c08cb7c42a2f8afa23210c62c9c568b8 (patch)
treed5de88f742c9ef62ff9d23e060a05972369c3912
parent8a0c63c87335941305bade6ffc4e5822341954ba (diff)
downloaduGFX-15218ff1c08cb7c42a2f8afa23210c62c9c568b8.tar.gz
uGFX-15218ff1c08cb7c42a2f8afa23210c62c9c568b8.tar.bz2
uGFX-15218ff1c08cb7c42a2f8afa23210c62c9c568b8.zip
readme update
-rw-r--r--readme8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme b/readme
index eed222da..6f47e3e8 100644
--- a/readme
+++ b/readme
@@ -41,10 +41,10 @@ Add $(LCDINC) to INCDIR:
$(CHIBIOS)/os/various ../common
### Use
-include header files wherever you need it.
+1. include header files wherever you need it.
-define the controller type you want to use anywhere in your project. For example:
+2. define the controller type you want to use anywhere in your project. For example:
-#define LCD_USE_SSD1289
-#define TOUCHPAD_USE_ADS7843
+ #define LCD_USE_SSD1289
+ #define TOUCHPAD_USE_ADS7843