index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lcd.mk
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'lcd.mk')
-rw-r--r--
lcd.mk
5
1 files changed, 5 insertions, 0 deletions
diff --git a/lcd.mk b/lcd.mk
new file mode 100644
index 00000000..4f6116aa
--- /dev/null
+++ b/
lcd.mk
@@ -0,0 +1,5 @@
+# LCD files.
+LCDSRC = ${CHIBIOS}/ext/lcd/glcd.c \
+ ${CHIBIOS}/ext/fonts.c \
+
+LCDINC = ${CHIBIOS}/ext/lcd