A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Fixed clock bitmaps for Sansa Clip Zip (96x96x16)

clock_binary, clock_logo, and clock_messages are new; the rest are
provided by 132x80 and 128x128, which already had the correct sizes

Change-Id: Ib34b605705b8a21a784faea8adc9ec448dfa7457
Reviewed-on: http://gerrit.rockbox.org/110
Reviewed-by: Bertrik Sikken <bertrik@sikken.nl>
Tested-by: Bertrik Sikken <bertrik@sikken.nl>

authored by

Nathan Korth and committed by
Bertrik Sikken
bf4edb36 cfae625a

+8
+8
apps/plugins/bitmaps/native/SOURCES
··· 263 263 clock_smallsegments.128x128x2.bmp 264 264 clock_logo.128x128x2.bmp 265 265 clock_messages.128x128x2.bmp 266 + #elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 16) 267 + clock_binary.96x96x16.bmp 268 + clock_digits.132x80x16.bmp 269 + clock_smalldigits.128x128x16.bmp 270 + clock_segments.132x80x16.bmp 271 + clock_smallsegments.128x128x16.bmp 272 + clock_logo.96x96x16.bmp 273 + clock_messages.96x96x16.bmp 266 274 #elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1) 267 275 clock_binary.112x64x1.bmp 268 276 clock_digits.112x64x1.bmp
apps/plugins/bitmaps/native/clock_binary.96x96x16.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/clock_logo.96x96x16.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/clock_messages.96x96x16.bmp

This is a binary file and will not be displayed.