diff options
Diffstat (limited to 'src/app/bad-apple-stm32f4-ssd1306-128x64/Kconfig')
-rw-r--r-- | src/app/bad-apple-stm32f4-ssd1306-128x64/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/bad-apple-stm32f4-ssd1306-128x64/Kconfig b/src/app/bad-apple-stm32f4-ssd1306-128x64/Kconfig new file mode 100644 index 0000000..460369c --- /dev/null +++ b/src/app/bad-apple-stm32f4-ssd1306-128x64/Kconfig @@ -0,0 +1,11 @@ +# Copyright 2020 Birte Kristina Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "Bad Apple on STM32F4 + SSD1306 128x64 LCD" +depends on arch_stm32f446re_nucleo +#depends on meta_driver_timer +depends on driver_ssd1306 && driver_ssd1306_mode_horizontal +depends on lib_inflate && lib_inflate_lut +depends on !loop +depends on !wakeup |