diff options
author | Tectu <joel@unormal.org> | 2012-06-25 13:52:30 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-25 13:52:30 +0200 |
commit | 310f0723b9d63d048b0d7b81b477195fa22de78a (patch) | |
tree | 1dfa80284b3932f5f2fd489cde91b990edda5a90 | |
parent | a52393a483e29928770c8ea127c500f650e04c19 (diff) | |
download | uGFX-310f0723b9d63d048b0d7b81b477195fa22de78a.tar.gz uGFX-310f0723b9d63d048b0d7b81b477195fa22de78a.tar.bz2 uGFX-310f0723b9d63d048b0d7b81b477195fa22de78a.zip |
doc
-rw-r--r-- | readme | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -1,34 +1,8 @@ -Chibios LCD Driver +please read the wiki pages to this project carefully, before you ask any questions: -### checkout Driver code into ext/ -cd chibios/ext -git clone https://github.com/tectu/Chibios-LCD-Driver lcd +http://chibios.org/dokuwiki/doku.php?id=chibios:community&#lcd_driver_touch_screen_graphical_user_interface -### Edit Makefile: -include lcd.mk: - include $(CHIBIOS)/ext/lcd/lcd.mk -Add $(LCDSRC) to CSRC: - CSRC = $(PORTSRC) \ - $(KERNSRC) \ - $(TESTSRC) \ - $(HALSRC) \ - $(PLATFORMSRC) \ - $(BOARDSRC) \ - $(FATFSSRC) \ - $(LCDSRC) \ - $(CHIBIOS)/os/various/evtimer.c \ - $(CHIBIOS)/os/various/syscalls.c - -Add $(LCDINC) to INCDIR: - INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(PLATFORMINC) $(BOARDINC) \ - $(FATFSINC) \ - $(LCDINC) \ - $(CHIBIOS)/os/various ../common - -### Use -read here: http://chibios.org/dokuwiki/doku.php?id=chibios:community:introduction ### Maintainer & Contributors Contributors: - Badger |