ugfx/lcd.mk

8 lines
166 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-05-31 18:24:50 +02:00
${CHIBIOS}/ext/graph.c
2012-05-23 13:29:39 +02:00
LCDINC = ${CHIBIOS}/ext/lcd