added basic graph drawing function

ugfx_release_2.6
Tectu 2012-05-31 18:24:50 +02:00
parent 45aa3779ab
commit b561339a37
1 changed files with 1 additions and 0 deletions

1
lcd.mk
View File

@ -1,5 +1,6 @@
# LCD files.
LCDSRC = ${CHIBIOS}/ext/lcd/glcd.c \
${CHIBIOS}/ext/fonts.c \
${CHIBIOS}/ext/graph.c
LCDINC = ${CHIBIOS}/ext/lcd