From b6206e83d10eb7e350b6ea17ab9f649a09332f52 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 11 Feb 2024 10:54:47 +0100 Subject: Add Bad Apple on ATMega2560 (not working very well) Looks like these devices can only use the lower 64 kB as PROGMEM, so the whole exercise is kinda pointless. Also inflate() is slow af. --- src/app/bad-apple-atmega2560-ssd1306/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/app/bad-apple-atmega2560-ssd1306/Kconfig (limited to 'src/app/bad-apple-atmega2560-ssd1306/Kconfig') diff --git a/src/app/bad-apple-atmega2560-ssd1306/Kconfig b/src/app/bad-apple-atmega2560-ssd1306/Kconfig new file mode 100644 index 0000000..8f56eb6 --- /dev/null +++ b/src/app/bad-apple-atmega2560-ssd1306/Kconfig @@ -0,0 +1,11 @@ +# Copyright 2020 Birte Kristina Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "Bad Apple on ATMega2560 + SSD1306 128x32 OLED" +depends on arch_atmega2560 +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 -- cgit v1.2.3