wasp-os/res
Daniel Thompson aef6466550 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>
2020-12-28 12:01:15 +00:00
..
alarm_icon.png apps: alarm: Add Alarm application based on the new alarm system 2020-11-29 19:14:31 +00:00
AlarmApp.png apps: alarm: Add Alarm application based on the new alarm system 2020-11-29 19:14:31 +00:00
app_icon.png draw565: Switch to a different palette for RLE 2-bit images 2020-05-18 22:17:51 +01:00
battery.png widgets: Reduce the size of the battery icon 2020-12-28 11:12:16 +00:00
blestatus.png widgets: status: Add a status bar combo widget 2020-10-21 21:28:09 +01:00
bomb.png wasp: On-device crash reporting 2020-04-11 20:15:02 +01:00
Bootloader.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
ChronoApp.png apps: chrono: Implement a simple analogue watch face 2020-12-27 09:13:49 +00:00
clock.png wasp: fonts: Add a large font for digital clock apps 2020-02-03 19:08:40 +00:00
clock_0.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_1.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_2.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_3.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_4.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_5.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_6.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_7.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_8.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_9.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_app.jpg README: Update prior to initial announcement 2020-02-04 19:11:58 +00:00
clock_colon.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
clock_icon.png wasp: draw565: Automatic RLE format conversion 2020-04-10 20:22:51 +01:00
ClockApp.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
demo_icon.png apps: demo: Move the logo into the demo app 2020-05-17 14:37:44 +01:00
down_arrow.png wasp: launcher: Experimental launcher implementation 2020-04-06 22:04:21 +01:00
encode.sh wasp: fonts: Add a large font for digital clock apps 2020-02-03 19:08:40 +00:00
feet.png wasp: apps: Step counter application 2020-06-09 21:31:55 +01:00
fibo_icon.png res: Add graphics missing from previous commits 2020-10-10 21:42:51 +01:00
FiboApp.png res: Add graphics missing from previous commits 2020-10-10 21:42:51 +01:00
gameoflife.png wasp: apps: Conway's Game of Life 2020-04-18 11:54:03 +01:00
HaikuApp.png apps: haiku: Add a simple Haiku viewer 2020-10-10 12:12:59 +01:00
headset.png icons: Optimize flash size of the music player icons 2020-11-12 21:47:38 +00:00
HeartApp.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
knob.png widgets: Introduce a slider widget 2020-05-24 14:20:02 +01:00
LauncherApp.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
LifeApp.png README: Start showcasing the optional apps 2020-10-10 12:11:06 +01:00
logo.svg README: Update with the latest video 2020-07-12 23:03:51 +01:00
micropython.png res: Switch from indexed to RGB mode 2020-04-06 22:04:21 +01:00
MusicApp.png apps: music: Add to application index 2020-11-22 09:22:50 +00:00
no_button.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
notification.png widgets: status: Add a status bar combo widget 2020-10-21 21:28:09 +01:00
p8dfu.png boards: p8: Full support for Colmi P8 2020-07-27 22:15:42 +01:00
pause.png icons: Optimize flash size of the music player icons 2020-11-12 21:47:38 +00:00
pine64.png res: Switch from indexed to RGB mode 2020-04-06 22:04:21 +01:00
pine64_small.png reloader: Rewrite the splash screen 2020-11-11 22:07:21 +00:00
pinedfu.png bootloader: Adopt latest bootloader 2020-01-28 21:23:48 +00:00
play.png icons: Optimize flash size of the music player icons 2020-11-12 21:47:38 +00:00
SelfTestApp.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
settings_icon.png wasp: draw565: Automatic RLE format conversion 2020-04-10 20:22:51 +01:00
SettingsApp.png apps: settings: Add Scroll Indicator 2020-12-05 20:51:27 +00:00
simulator_skin.png boards: simulator: Add swipe detection and button support 2020-06-27 12:22:23 +01:00
snake_icon.png apps: snake: Update artwork 2020-12-28 10:08:15 +00:00
SnakeApp.png apps: snake: Update artwork 2020-12-28 10:08:15 +00:00
StepsApp.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
TimerApp.png README: Improve the stopwatch screenshot 2020-08-16 19:06:09 +01:00
torch_icon.png wasp: draw565: Automatic RLE format conversion 2020-04-10 20:22:51 +01:00
TorchApp.png README: Add a (fairly) comprehensive screenshot tour 2020-08-16 18:48:15 +01:00
up_arrow.png wasp: launcher: Experimental launcher implementation 2020-04-06 22:04:21 +01:00
yes_button.png icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00