summaryrefslogtreecommitdiff
path: root/src/app/ssd1306-bad-apple/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ssd1306-bad-apple/Makefile.inc')
-rw-r--r--src/app/ssd1306-bad-apple/Makefile.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/app/ssd1306-bad-apple/Makefile.inc b/src/app/ssd1306-bad-apple/Makefile.inc
new file mode 100644
index 0000000..bbe2db7
--- /dev/null
+++ b/src/app/ssd1306-bad-apple/Makefile.inc
@@ -0,0 +1,15 @@
+# vim:ft=make
+#
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
+ifdef app
+ override arch_drivers += i2c,timer
+ CONFIG_driver_ssd1306 = y
+ CONFIG_driver_ssd1306_width = 128
+ CONFIG_driver_ssd1306_height = 64
+ CONFIG_lib_inflate = y
+ CONFIG_lib_inflate_lut = y
+ CONFIG_arch_msp430fr5994lp_large_mode = y
+endif