|
a2b7e26ace
|
optimise ch32 code further
|
2025-06-19 01:03:55 +02:00 |
|
|
f05d146af7
|
slightly better rle variant, implement the cell based one on the pico, 16fps fits and works
|
2025-06-17 20:29:49 +02:00 |
|
|
c5f7c245d2
|
add more RLE variants that barely help
|
2025-06-17 16:02:34 +02:00 |
|
|
d44e5d9c55
|
add 16 wide, 2 deep tree with RLE at the end. turns out to be worse than other algs
|
2025-06-17 15:21:20 +02:00 |
|
|
a1bcf7d90b
|
add some more compression variations
|
2025-06-17 03:06:02 +02:00 |
|
|
62ee8a6efa
|
add RLEVerticalExt (16 bit run length support)
|
2025-06-16 23:46:01 +02:00 |
|
|
90f648e0b0
|
start work on 320x240 screen version using the pi pico
|
2025-06-16 19:39:07 +02:00 |
|
|
8acd684e59
|
only print used encoding types
|
2024-04-13 12:13:24 +02:00 |
|
|
0e95a0a1bb
|
implement ch32v003 decoder
|
2024-04-12 22:26:24 +02:00 |
|
|
dc26664372
|
add build instructions
|
2024-04-12 19:42:15 +02:00 |
|
|
5dcf495744
|
export data to c header file
|
2024-04-12 19:12:10 +02:00 |
|
|
8bfeb6d2f3
|
lossy compression
|
2024-04-12 18:48:10 +02:00 |
|
|
242724d7fd
|
switch 8x8 cell diff to vertical
|
2024-04-12 17:43:49 +02:00 |
|
|
b85cb52ce0
|
add 8x8 cell partial update encoding
|
2024-04-12 17:27:50 +02:00 |
|
|
1f61cebd50
|
add horizontal strip encoding type
|
2024-04-11 23:28:49 +02:00 |
|
|
3af9be328c
|
add diff rle and run decoding on final byte array
|
2024-04-11 20:52:12 +02:00 |
|
|
eca5344c66
|
init
|
2024-04-10 19:04:29 +02:00 |
|