diff options
author | Tectu <joel@unormal.org> | 2012-05-29 02:20:03 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-05-29 02:20:03 +0200 |
commit | c755d8d6b57ec974cbac954881dbe95a964f4423 (patch) | |
tree | 8de60657fe2beb221d9d8f9d9a3ced156a9f17ee | |
parent | d350642992ec5f06ae5fffcfd2821082fa13a5d7 (diff) | |
download | uGFX-c755d8d6b57ec974cbac954881dbe95a964f4423.tar.gz uGFX-c755d8d6b57ec974cbac954881dbe95a964f4423.tar.bz2 uGFX-c755d8d6b57ec974cbac954881dbe95a964f4423.zip |
Revert "documentation"
This reverts commit 90e756b420c4d1945d52ba6d3091a48657d91e5a.
-rw-r--r-- | readme (renamed from README.md) | 22 |
1 files changed, 4 insertions, 18 deletions
@@ -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. |