ported console (thanks to badger)
This commit is contained in:
parent
dd0aa5db1c
commit
c14a813c6e
5 changed files with 10 additions and 1 deletions
4
console/console.mk
Normal file
4
console/console.mk
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
LCDSRC += $(LCDLIB)/console/console.c
|
||||||
|
|
||||||
|
LCDINC += $(LCDLIB)/console
|
||||||
|
|
3
console/readme.txt
Normal file
3
console/readme.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This directory contains any files which are needed by the
|
||||||
|
console implementation.
|
||||||
|
|
2
lcd.mk
2
lcd.mk
|
@ -3,6 +3,8 @@ ifeq ($(LCDLIB),)
|
||||||
LCDLIB = $(CHIBIOS)/ext/lcd
|
LCDLIB = $(CHIBIOS)/ext/lcd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include $(LCDLIB)/console/console.mk
|
||||||
|
|
||||||
LCDSRC += $(LCDLIB)/src/gdisp.c \
|
LCDSRC += $(LCDLIB)/src/gdisp.c \
|
||||||
$(LCDLIB)/src/gdisp_fonts.c \
|
$(LCDLIB)/src/gdisp_fonts.c \
|
||||||
$(LCDLIB)/src/touchpad.c
|
$(LCDLIB)/src/touchpad.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue