diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-28 12:01:15 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-28 12:01:15 (GMT) |
| commit | aef6466550097669740fe0fa9cc9c2c29d37802d (patch) | |
| tree | e95d98ee728acd79b8e9b19f0abf6733393dc4c5 /res | |
| parent | 8abb6f3f4ddf658c70788c028c6bde156bb018ea (diff) | |
icons, fonts.digits: Switch over to 2-bit RLE encoding
The 2-bit RLE encoding, in addition to supporting colour is also fully
ROMable meaning we can save 32 bytes of RAM per image by switching to
2-bit encoding.
Switch everything in icons and font.clock over to 2-bit encoding.
Note: this requires all the clock PNG files to be reencoded (because
they were originally in 1-bit grayscale format and this is no
longer supported by the encoder).
This reduces RAM overhead by 480 bytes and has only a negligable effect
on FLASH usage (+4 bytes).
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'res')
| -rw-r--r-- | res/clock_0.png | bin | 5052 -> 10057 bytes |
| -rw-r--r-- | res/clock_1.png | bin | 4975 -> 7119 bytes |
| -rw-r--r-- | res/clock_2.png | bin | 5047 -> 9743 bytes |
| -rw-r--r-- | res/clock_3.png | bin | 5079 -> 10126 bytes |
| -rw-r--r-- | res/clock_4.png | bin | 5029 -> 8980 bytes |
| -rw-r--r-- | res/clock_5.png | bin | 5050 -> 9452 bytes |
| -rw-r--r-- | res/clock_6.png | bin | 5099 -> 10811 bytes |
| -rw-r--r-- | res/clock_7.png | bin | 5010 -> 8614 bytes |
| -rw-r--r-- | res/clock_8.png | bin | 5076 -> 11186 bytes |
| -rw-r--r-- | res/clock_9.png | bin | 5084 -> 10618 bytes |
| -rw-r--r-- | res/clock_colon.png | bin | 4948 -> 6101 bytes |
| -rw-r--r-- | res/no_button.png (renamed from res/no.png) | bin | 454 -> 454 bytes |
| -rw-r--r-- | res/yes_button.png (renamed from res/yes.png) | bin | 500 -> 500 bytes |
13 files changed, 0 insertions, 0 deletions
diff --git a/res/clock_0.png b/res/clock_0.png Binary files differindex 900e964..7e5590a 100644 --- a/res/clock_0.png +++ b/res/clock_0.png diff --git a/res/clock_1.png b/res/clock_1.png Binary files differindex 2dec7e1..2dc75a3 100644 --- a/res/clock_1.png +++ b/res/clock_1.png diff --git a/res/clock_2.png b/res/clock_2.png Binary files differindex 221bad1..58e1399 100644 --- a/res/clock_2.png +++ b/res/clock_2.png diff --git a/res/clock_3.png b/res/clock_3.png Binary files differindex 635993f..25cb8e1 100644 --- a/res/clock_3.png +++ b/res/clock_3.png diff --git a/res/clock_4.png b/res/clock_4.png Binary files differindex f66e7d4..52238dd 100644 --- a/res/clock_4.png +++ b/res/clock_4.png diff --git a/res/clock_5.png b/res/clock_5.png Binary files differindex 5469eec..984397a 100644 --- a/res/clock_5.png +++ b/res/clock_5.png diff --git a/res/clock_6.png b/res/clock_6.png Binary files differindex fe458da..e0b4712 100644 --- a/res/clock_6.png +++ b/res/clock_6.png diff --git a/res/clock_7.png b/res/clock_7.png Binary files differindex 058794b..9987090 100644 --- a/res/clock_7.png +++ b/res/clock_7.png diff --git a/res/clock_8.png b/res/clock_8.png Binary files differindex 536f53e..014eeb8 100644 --- a/res/clock_8.png +++ b/res/clock_8.png diff --git a/res/clock_9.png b/res/clock_9.png Binary files differindex 95698b1..e4f663a 100644 --- a/res/clock_9.png +++ b/res/clock_9.png diff --git a/res/clock_colon.png b/res/clock_colon.png Binary files differindex 8e63042..74e355d 100644 --- a/res/clock_colon.png +++ b/res/clock_colon.png diff --git a/res/no.png b/res/no_button.png Binary files differindex cb295d1..cb295d1 100644 --- a/res/no.png +++ b/res/no_button.png diff --git a/res/yes.png b/res/yes_button.png Binary files differindex 48bd3fe..48bd3fe 100644 --- a/res/yes.png +++ b/res/yes_button.png |
