Bad Apple on MD5 CardPuter banner

Bad Apple on MD5 CardPuter

3 devlogs
5h 28m 53s

Bad Apple on MD5CardPuter (ESP32-S3FN8) :p

Ivan

Was making sample screen (to work without device) and run-length encoding. according to my simple implementation, run-length gives us 6.4M file of frames (original is 8.7Mb), which is nice! but… we need to squeeze audio as well, + such compression is pretty tough for chip (at least in naive encoding).
Sample screen is fun because there is no fps limit XD

0
Ivan

First real frame :DDDD It took quite a while because i had to understand how to use opencv-python and where were some bugs :p Rn solution is naive and single frame takes 25.6Kb of memory while board has 8Mb it becomes obvious that compession is must have. Also I want to squize in sound but no idea rn how to do so :ppp

Attachment
2

Comments

TheEpicStudent
TheEpicStudent about 2 months ago

yo thats acually FIRE

deltea
deltea 23 days ago

woahhh that’s so cool

Ivan

First display :D This is remake of example program and most of the problem was to compile it :p

0