diff options
author | Tectu <joel@unormal.org> | 2012-06-07 23:31:24 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-07 23:31:24 +0200 |
commit | 1d10f9df321c3ded9459a820f6e43b0360da95d8 (patch) | |
tree | 24ea7d3546380898dc5a5ab7ccab84e6ab83c48e | |
parent | 6f0d125a7b80f6e242fb50fc8a05fab09cd9c18e (diff) | |
download | uGFX-1d10f9df321c3ded9459a820f6e43b0360da95d8.tar.gz uGFX-1d10f9df321c3ded9459a820f6e43b0360da95d8.tar.bz2 uGFX-1d10f9df321c3ded9459a820f6e43b0360da95d8.zip |
readme update
-rw-r--r-- | readme | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -6,16 +6,16 @@ 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_IRQ 4 - #define TP_CS 6 - - #define LCD_DATA_PORT GPIOE - #define LCD_CMD_PORT GPIOD - #define LCD_CS 12 - #define LCD_RS 13 - #define LCD_WR 14 - #define LCD_RD 15 + #define TP_PORT GPIOC + #define TP_IRQ 4 + #define TP_CS 6 + + #define LCD_DATA_PORT GPIOE + #define LCD_CMD_PORT GPIOD + #define LCD_CS 12 + #define LCD_RS 13 + #define LCD_WR 14 + #define LCD_RD 15 ### Edit Makefile: include lcd.mk: |