summaryrefslogtreecommitdiff
path: root/src/app/ssd1306-bad-apple/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-04-13 08:31:21 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-04-13 08:31:21 +0200
commit168ea4b5641eb08ef24c70e94e332aaabf7e2e81 (patch)
tree0b24f7340be7e671c61d9d4f3f3c699349e2c235 /src/app/ssd1306-bad-apple/Makefile.inc
parentb650f2ac498df4ba18d23ad7f02637f40917c28e (diff)
add ssd1306 bad apple skeleton
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