aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-05-29 02:20:03 +0200
committerTectu <joel@unormal.org>2012-05-29 02:20:03 +0200
commitc755d8d6b57ec974cbac954881dbe95a964f4423 (patch)
tree8de60657fe2beb221d9d8f9d9a3ced156a9f17ee
parentd350642992ec5f06ae5fffcfd2821082fa13a5d7 (diff)
downloaduGFX-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
diff --git a/README.md b/readme
index 7071d707..b183c71b 100644
--- a/README.md
+++ b/readme
@@ -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.