diff options
author | Tectu <joel@unormal.org> | 2012-06-07 23:30:29 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-07 23:30:29 +0200 |
commit | 6f0d125a7b80f6e242fb50fc8a05fab09cd9c18e (patch) | |
tree | bb8298615eecc82f94455be8079458f809a53ffe /readme | |
parent | f207bf07eadcd7a80e0c38645c2ca10b3c118468 (diff) | |
download | uGFX-6f0d125a7b80f6e242fb50fc8a05fab09cd9c18e.tar.gz uGFX-6f0d125a7b80f6e242fb50fc8a05fab09cd9c18e.tar.bz2 uGFX-6f0d125a7b80f6e242fb50fc8a05fab09cd9c18e.zip |
readme update
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ git clone https://github.com/tectu/Chibios-LCD-Driver lcd ### Edit boardfiles: add the following to your board.h file, matching to your pinconfig: - \#define TP_PORT GPIOC + #define TP_PORT GPIOC #define TP_IRQ 4 #define TP_CS 6 |