ugfx/lcd.mk

9 lines
191 B
Makefile
Raw Normal View History

2012-05-23 13:29:39 +02:00
# LCD files.
LCDSRC = ${CHIBIOS}/ext/lcd/glcd.c \
${CHIBIOS}/ext/fonts.c \
2012-06-01 11:46:30 +02:00
${CHIBIOS}/ext/touchpad.c \
2012-06-07 14:37:29 +02:00
${CHIBIOS}/ext/graph.c \
${CHIBIOS}/ext/gui.c
2012-05-23 13:29:39 +02:00
LCDINC = ${CHIBIOS}/ext/lcd