Unverified Commit 28eadd4e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

bad apple: more fine-grained dependencies in Kconfig

parent cdf3c02c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3,4 +3,8 @@
# SPDX-License-Identifier: CC0-1.0

prompt "Sharp96 Bad Apple"
depends on driver_sharp96 && !wakeup
depends on arch_msp430fr5994lp_large_mode
depends on driver_sharp96
depends on lib_inflate && lib_inflate_lut
depends on !loop
depends on !wakeup
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ ffmpeg -i "$@" tmp/frame%4d.png

parallel mogrify -resize 96x96 -threshold 50% -- tmp/*.png

echo "const unsigned char frame_rate = $3;" > frames.cc
echo "// $0 $@" > frames.cc
echo "const unsigned char frame_rate = $3;" >> frames.cc
./frames-to-cc tmp/*.png >> frames.cc

rm -rf tmp