summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-10 21:29:51 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-10 21:29:51 +0100
commitef9d29ee0ecef0da260388300f354de48b1032c1 (patch)
treedc0e7ee6999706992039ec02594692fac990e406
parente4aec9f8ed543b2ccf562ba58a481c594ac7cd21 (diff)
ssd1306test app requires vertical addressing mode
-rw-r--r--src/app/ssd1306test/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/ssd1306test/Kconfig b/src/app/ssd1306test/Kconfig
index 57c266f..fdd7574 100644
--- a/src/app/ssd1306test/Kconfig
+++ b/src/app/ssd1306test/Kconfig
@@ -3,4 +3,6 @@
# SPDX-License-Identifier: CC0-1.0
prompt "SSD1306 Test"
-depends on driver_ssd1306 && loop && !wakeup
+depends on driver_ssd1306 && driver_ssd1306_mode_vertical
+depends on loop
+depends on !wakeup