readme update
This commit is contained in:
parent
6c32f7aa6b
commit
f207bf07ea
13
readme
13
readme
@ -4,6 +4,19 @@ Chibios LCD Driver
|
||||
cd chibios/ext
|
||||
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
|
||||
|
||||
### Edit Makefile:
|
||||
include lcd.mk:
|
||||
include $(CHIBIOS)/ext/lcd/lcd.mk
|
||||
|
Loading…
Reference in New Issue
Block a user