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/remote_native/SOURCES | |
| 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/remote_native/SOURCES')
| -rw-r--r-- | apps/bitmaps/remote_native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/bitmaps/remote_native/SOURCES b/apps/bitmaps/remote_native/SOURCES index c93dc89..2692179 100644 --- a/apps/bitmaps/remote_native/SOURCES +++ b/apps/bitmaps/remote_native/SOURCES @@ -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 */ |