documentation
This commit is contained in:
parent
1fcb2ba9c2
commit
90e756b420
@ -1,10 +1,24 @@
|
|||||||
Chibios LCD Driver
|
## Features
|
||||||
|
|
||||||
### checkout Driver code into ext/
|
Supported drawing functions:
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
@ -27,6 +41,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…
Reference in New Issue
Block a user