documentation

ugfx_release_2.6
Tectu 2012-05-29 02:14:15 +02:00
parent 1fcb2ba9c2
commit 90e756b420
1 changed files with 18 additions and 4 deletions

View File

@ -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
git clone https://github.com/tectu/Chibios-LCD-Driver lcd
### Edit Makefile:
## Edit Makefile:
include lcd.mk:
include $(CHIBIOS)/ext/lcd/lcd.mk
@ -27,6 +41,6 @@ Add $(LCDINC) to INCDIR:
$(LCDINC) \
$(CHIBIOS)/os/various ../common
### Use
## Use
include glcd.h header file wherever you need it.