Basic rle, typing, logging and interface
Log in to leave a comment
Basic rle, typing, logging and interface
Log in to leave a comment
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
Log in to leave a comment
Some basic things, topbar, form for minimalistic character adding, swap menu for other functions. Also decided to use react with MUI, so far it feels nice and most things are more or less easy to use :p
Log in to leave a comment
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
Log in to leave a comment
yo thats acually FIRE
woahhh that’s so cool
First display :D This is remake of example program and most of the problem was to compile it :p
Log in to leave a comment