ported console (thanks to badger)

ugfx_release_2.6
Tectu 2012-08-13 13:40:48 +02:00
parent dd0aa5db1c
commit c14a813c6e
5 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,4 @@
LCDSRC += $(LCDLIB)/console/console.c
LCDINC += $(LCDLIB)/console

View File

@ -0,0 +1,3 @@
This directory contains any files which are needed by the
console implementation.

4
lcd.mk
View File

@ -3,8 +3,10 @@ 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
LCDINC += $(LCDLIB)/include LCDINC += $(LCDLIB)/include