diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-16 09:14:36 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-16 09:14:36 +0000 |
| commit | 6a5cc0bd25bd468c79e453fa49f353edd824141a (patch) | |
| tree | 8b406e8390550ff8b87eae3214309867574657f0 /apps/bitmaps/native | |
| parent | 7afe2e86931313653d4dedb6d5167c79c2822aba (diff) | |
| download | rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.zip rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.gz rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.bz2 rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.xz | |
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
Diffstat (limited to 'apps/bitmaps/native')
| -rw-r--r-- | apps/bitmaps/native/SOURCES | 7 | ||||
| -rw-r--r-- | apps/bitmaps/native/default_icons.6x8x1.bmp | bin | 0 -> 5174 bytes | |||
| -rwxr-xr-x | apps/bitmaps/native/default_icons.6x8x16.bmp | bin | 0 -> 5174 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index ba642ab..51e92c9 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -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 */ diff --git a/apps/bitmaps/native/default_icons.6x8x1.bmp b/apps/bitmaps/native/default_icons.6x8x1.bmp Binary files differnew file mode 100644 index 0000000..857b1e1 --- /dev/null +++ b/apps/bitmaps/native/default_icons.6x8x1.bmp diff --git a/apps/bitmaps/native/default_icons.6x8x16.bmp b/apps/bitmaps/native/default_icons.6x8x16.bmp Binary files differnew file mode 100755 index 0000000..601c4f9 --- /dev/null +++ b/apps/bitmaps/native/default_icons.6x8x16.bmp |