summaryrefslogtreecommitdiff
path: root/tools/rle_encode.py
AgeCommit message (Collapse)Author
2020-04-10tools: rle_encode: Optimize the 2-bit encoding slightlyDaniel Thompson
This results in a image that is entirely ROMable.
2020-04-06tools: rle_encode: Add a new "2-bit" encoding mode.Daniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-02-03tools: rle_encode: Derive variable names from filenamesDaniel Thompson
2020-01-28tools: rle_encode: Experimental color encoderDaniel Thompson
The output from this is a bit too bulky so the code isn't hooked up to anything at the moment.
2020-01-28tools: rle_encode: Implement proper argument parsingDaniel Thompson
2020-01-28tools: rle_encode: Rework into proper functionsDaniel Thompson
2020-01-23WIP: tools: Simple RLE encoderDaniel Thompson