ugfx/lcd.mk

9 lines
191 B
Makefile
Raw Normal View History

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