summaryrefslogtreecommitdiff
path: root/src/app/ssd1306test/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-12 22:33:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-12 22:33:31 +0200
commitb650f2ac498df4ba18d23ad7f02637f40917c28e (patch)
treef5c44e669295988a7c626a6be7df6003a5f0b918 /src/app/ssd1306test/Makefile.inc
parentde46e19c47842dc3e2050b0c7e948b9884e9a1f5 (diff)
add ssd1306 test app
Diffstat (limited to 'src/app/ssd1306test/Makefile.inc')
-rw-r--r--src/app/ssd1306test/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/app/ssd1306test/Makefile.inc b/src/app/ssd1306test/Makefile.inc
new file mode 100644
index 0000000..9a32d56
--- /dev/null
+++ b/src/app/ssd1306test/Makefile.inc
@@ -0,0 +1,13 @@
+# vim:ft=make
+#
+# Copyright 2021 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
+ifdef app
+ CONFIG_loop = y
+ override arch_drivers += ,i2c
+ CONFIG_driver_ssd1306 = y
+ CONFIG_driver_ssd1306_width = 128
+ CONFIG_driver_ssd1306_height = 64
+endif