From 1d10f9df321c3ded9459a820f6e43b0360da95d8 Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 7 Jun 2012 23:31:24 +0200 Subject: [PATCH] readme update --- readme | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme b/readme index 5eeb4634..8074cd13 100644 --- a/readme +++ b/readme @@ -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 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 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: