From 168ea4b5641eb08ef24c70e94e332aaabf7e2e81 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Apr 2021 08:31:21 +0200 Subject: add ssd1306 bad apple skeleton --- src/app/ssd1306-bad-apple/Makefile.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/app/ssd1306-bad-apple/Makefile.inc (limited to 'src/app/ssd1306-bad-apple/Makefile.inc') 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 -- cgit v1.2.3