Bad Apple port to the PocketStation
Go to file
olebeck 7c8fa4048c add bmp_to_1bit.c 2022-05-29 13:42:41 +02:00
encoder initial commit 2022-05-28 14:27:06 +02:00
player add bmp_to_1bit.c 2022-05-29 13:42:41 +02:00
tools add bmp_to_1bit.c 2022-05-29 13:42:41 +02:00
.gitignore initial commit 2022-05-28 14:27:06 +02:00
LICENSE Initial commit 2022-05-28 12:24:38 +00:00
README.md initial commit 2022-05-28 14:27:06 +02:00
icon.BMP initial commit 2022-05-28 14:27:06 +02:00

README.md

to build run:

make clean all target=pocketstation

extra options:

  • target=[pocketstation] specify to build for pocketstation else it builds for linux (default="")

  • frameskip=[everynthframe] only display every nth frame (default=4)

  • loop=[1|0] if it should loop forever (default=1)