I wanted to create a video player for the TI-84 Plus CE.
Uncompressed was too slow to read from the USB. This meant I needed compression. Someone suggested LZSS (what's used in PNG).
I then remembered QOI exists and I thought I could adapt that. Now I have a modified QOI format that handles the same number of colors, is about 30x faster to encode, while being 87% of the file size.
This is why I don't get any sleep.
#ti-84-plus-ce


