parent
d350642992
commit
c755d8d6b5
1 changed files with 4 additions and 18 deletions
|
@ -1,24 +1,10 @@
|
||||||
## Features
|
Chibios LCD Driver
|
||||||
|
|
||||||
Supported drawing functions:
|
### checkout Driver code into ext/
|
||||||
|
|
||||||
- Pixels
|
|
||||||
- Lines
|
|
||||||
- Rectanges (frames/filled)
|
|
||||||
- Circles (frames/filled)
|
|
||||||
- character
|
|
||||||
- string
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Install
|
|
||||||
|
|
||||||
## checkout Driver code into ext/
|
|
||||||
cd chibios/ext
|
cd chibios/ext
|
||||||
git clone https://github.com/tectu/Chibios-LCD-Driver lcd
|
git clone https://github.com/tectu/Chibios-LCD-Driver lcd
|
||||||
|
|
||||||
## Edit Makefile:
|
### Edit Makefile:
|
||||||
include lcd.mk:
|
include lcd.mk:
|
||||||
include $(CHIBIOS)/ext/lcd/lcd.mk
|
include $(CHIBIOS)/ext/lcd/lcd.mk
|
||||||
|
|
||||||
|
@ -41,6 +27,6 @@ Add $(LCDINC) to INCDIR:
|
||||||
$(LCDINC) \
|
$(LCDINC) \
|
||||||
$(CHIBIOS)/os/various ../common
|
$(CHIBIOS)/os/various ../common
|
||||||
|
|
||||||
## Use
|
### Use
|
||||||
include glcd.h header file wherever you need it.
|
include glcd.h header file wherever you need it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue