From 90e756b420c4d1945d52ba6d3091a48657d91e5a Mon Sep 17 00:00:00 2001 From: Tectu Date: Tue, 29 May 2012 02:14:15 +0200 Subject: [PATCH] documentation --- readme => README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) rename readme => README.md (75%) diff --git a/readme b/README.md similarity index 75% rename from readme rename to README.md index b183c71b..7071d707 100644 --- a/readme +++ b/README.md @@ -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.