Revert "documentation"

This reverts commit 90e756b420.
ugfx_release_2.6
Tectu 2012-05-29 02:20:03 +02:00
parent d350642992
commit c755d8d6b5
1 changed files with 4 additions and 18 deletions

View File

@ -1,24 +1,10 @@
## Features
Chibios LCD Driver
Supported drawing functions:
- Pixels
- Lines
- Rectanges (frames/filled)
- Circles (frames/filled)
- character
- string
# Install
## checkout Driver code into ext/
### 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
@ -41,6 +27,6 @@ Add $(LCDINC) to INCDIR:
$(LCDINC) \
$(CHIBIOS)/os/various ../common
## Use
### Use
include glcd.h header file wherever you need it.