diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-12 17:32:48 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-12 17:32:48 +0100 |
commit | 5db1ecd3fc2ab0c7942476bae07e57be66e7689c (patch) | |
tree | 30a0a75949c9dd27992f84da481be5d7d35d0fd0 /src/app/bad-apple-stm32f4-ssd1306-128x64/Kconfig | |
parent | 3fffef85de0b780eb26beef5625242355053e872 (diff) |
Add Bad Apple on STM32F4 (WiP; timer is still missing)
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 |