summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-28 12:01:15 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-28 12:01:15 (GMT)
commitaef6466550097669740fe0fa9cc9c2c29d37802d (patch)
treee95d98ee728acd79b8e9b19f0abf6733393dc4c5 /res
parent8abb6f3f4ddf658c70788c028c6bde156bb018ea (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.pngbin5052 -> 10057 bytes
-rw-r--r--res/clock_1.pngbin4975 -> 7119 bytes
-rw-r--r--res/clock_2.pngbin5047 -> 9743 bytes
-rw-r--r--res/clock_3.pngbin5079 -> 10126 bytes
-rw-r--r--res/clock_4.pngbin5029 -> 8980 bytes
-rw-r--r--res/clock_5.pngbin5050 -> 9452 bytes
-rw-r--r--res/clock_6.pngbin5099 -> 10811 bytes
-rw-r--r--res/clock_7.pngbin5010 -> 8614 bytes
-rw-r--r--res/clock_8.pngbin5076 -> 11186 bytes
-rw-r--r--res/clock_9.pngbin5084 -> 10618 bytes
-rw-r--r--res/clock_colon.pngbin4948 -> 6101 bytes
-rw-r--r--res/no_button.png (renamed from res/no.png)bin454 -> 454 bytes
-rw-r--r--res/yes_button.png (renamed from res/yes.png)bin500 -> 500 bytes
13 files changed, 0 insertions, 0 deletions
diff --git a/res/clock_0.png b/res/clock_0.png
index 900e964..7e5590a 100644
--- a/res/clock_0.png
+++ b/res/clock_0.png
Binary files differ
diff --git a/res/clock_1.png b/res/clock_1.png
index 2dec7e1..2dc75a3 100644
--- a/res/clock_1.png
+++ b/res/clock_1.png
Binary files differ
diff --git a/res/clock_2.png b/res/clock_2.png
index 221bad1..58e1399 100644
--- a/res/clock_2.png
+++ b/res/clock_2.png
Binary files differ
diff --git a/res/clock_3.png b/res/clock_3.png
index 635993f..25cb8e1 100644
--- a/res/clock_3.png
+++ b/res/clock_3.png
Binary files differ
diff --git a/res/clock_4.png b/res/clock_4.png
index f66e7d4..52238dd 100644
--- a/res/clock_4.png
+++ b/res/clock_4.png
Binary files differ
diff --git a/res/clock_5.png b/res/clock_5.png
index 5469eec..984397a 100644
--- a/res/clock_5.png
+++ b/res/clock_5.png
Binary files differ
diff --git a/res/clock_6.png b/res/clock_6.png
index fe458da..e0b4712 100644
--- a/res/clock_6.png
+++ b/res/clock_6.png
Binary files differ
diff --git a/res/clock_7.png b/res/clock_7.png
index 058794b..9987090 100644
--- a/res/clock_7.png
+++ b/res/clock_7.png
Binary files differ
diff --git a/res/clock_8.png b/res/clock_8.png
index 536f53e..014eeb8 100644
--- a/res/clock_8.png
+++ b/res/clock_8.png
Binary files differ
diff --git a/res/clock_9.png b/res/clock_9.png
index 95698b1..e4f663a 100644
--- a/res/clock_9.png
+++ b/res/clock_9.png
Binary files differ
diff --git a/res/clock_colon.png b/res/clock_colon.png
index 8e63042..74e355d 100644
--- a/res/clock_colon.png
+++ b/res/clock_colon.png
Binary files differ
diff --git a/res/no.png b/res/no_button.png
index cb295d1..cb295d1 100644
--- a/res/no.png
+++ b/res/no_button.png
Binary files differ
diff --git a/res/yes.png b/res/yes_button.png
index 48bd3fe..48bd3fe 100644
--- a/res/yes.png
+++ b/res/yes_button.png
Binary files differ