Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • derf/multipass
1 result
Show changes
Commits on Source (3)
# Copyright 2020 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
prompt "Bad Apple on MSP430FR5994 + Sharp 96x96 Transflective LCD"
depends on arch_msp430fr5994lp_large_mode
depends on driver_sharp96
depends on lib_inflate && lib_inflate_lut
depends on !loop
depends on !wakeup
......@@ -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
# Copyright 2020 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
prompt "Sharp96 Bad Apple"
depends on driver_sharp96 && !wakeup