mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
Customizable icons for all bitmap targets. (FS#7013)
http://www.rockbox.org/twiki/bin/view/Main/CustomIcons for info on format and how to load them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13177 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7afe2e8693
commit
6a5cc0bd25
38 changed files with 665 additions and 403 deletions
|
|
@ -40,4 +40,11 @@ usblogo.104x27x1.bmp
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* List Icons */
|
||||
#if LCD_DEPTH == 16
|
||||
default_icons.6x8x16.bmp
|
||||
#else
|
||||
default_icons.6x8x1.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
|
|||
BIN
apps/bitmaps/native/default_icons.6x8x1.bmp
Normal file
BIN
apps/bitmaps/native/default_icons.6x8x1.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
apps/bitmaps/native/default_icons.6x8x16.bmp
Executable file
BIN
apps/bitmaps/native/default_icons.6x8x16.bmp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
|
|
@ -3,9 +3,11 @@
|
|||
#if (LCD_REMOTE_DEPTH == 1)
|
||||
remote_rockboxlogo.128x42x1.bmp
|
||||
remote_usblogo.104x27x1.bmp
|
||||
remote_default_icons.6x8x1.bmp
|
||||
#elif (LCD_REMOTE_DEPTH == 2)
|
||||
remote_rockboxlogo.128x42x2.bmp
|
||||
remote_usblogo.104x27x2.bmp
|
||||
remote_default_icons.6x8x2.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_REMOTE_LCD */
|
||||
|
|
|
|||
BIN
apps/bitmaps/remote_native/remote_default_icons.6x8x1.bmp
Normal file
BIN
apps/bitmaps/remote_native/remote_default_icons.6x8x1.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
apps/bitmaps/remote_native/remote_default_icons.6x8x2.bmp
Normal file
BIN
apps/bitmaps/remote_native/remote_default_icons.6x8x2.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue