index
:
wasp-os.git
master
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
rle_encode.py
Age
Commit message (
Expand
)
Author
2021-06-20
rle_encode: Include the image size in the comments
Daniel Thompson
2020-12-29
tools: rle_encode: Add a parameter for direct CLUT lookup
Daniel Thompson
2020-12-28
tools: rle_encode: Make 2-bit encoding the default
Daniel Thompson
2020-11-08
tools: rle_encode: Add support for rendering 2-bit RLEs to C src
Daniel Thompson
2020-05-18
draw565: Switch to a different palette for RLE 2-bit images
Daniel Thompson
2020-04-10
tools: rle_encode: Optimize the 2-bit encoding slightly
Daniel Thompson
2020-04-06
tools: rle_encode: Add a new "2-bit" encoding mode.
Daniel Thompson
2020-03-22
Add licensing information for all wasp-os files.
Daniel Thompson
2020-02-03
tools: rle_encode: Derive variable names from filenames
Daniel Thompson
2020-01-28
tools: rle_encode: Experimental color encoder
Daniel Thompson
2020-01-28
tools: rle_encode: Implement proper argument parsing
Daniel Thompson
2020-01-28
tools: rle_encode: Rework into proper functions
Daniel Thompson
2020-01-23
WIP: tools: Simple RLE encoder
Daniel Thompson