summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-11-11 12:29:37 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-11-11 12:29:37 +0000
commit9d4bed7ff06818b098926932db824a8d6532bfee (patch)
tree0a1cfa6a98a75a2badc1a8d2a2d7839454522beb /firmware/export/config-c200.h
parentf34720b163aff1d167ae031f23f3250356aa2c1b (diff)
downloadrockbox-9d4bed7ff06818b098926932db824a8d6532bfee.tar.gz
rockbox-9d4bed7ff06818b098926932db824a8d6532bfee.zip
Album art support. Based on FS#3045, but heavily modified to adapt to MoB and for cleanness.
The cover pictures are loaded from external bitmaps. JPEG and embedded art are not supported. The pictures will only be drawn on the main display. There is no resizing but it is possible to specify the WPS bitmap size in the bitmap names (e.g. cover.100x100.bmp). The bitmaps are stored in the main buffer and read directly from there. Currently, duplicate bitmaps will simply be present several times in the buffer, but this will be improved. To enable for a target, #define HAVE_ALBUMART in its config file. For more information, see the wiki page: http://www.rockbox.org/wiki/AlbumArt. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15572 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r--firmware/export/config-c200.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index 2e3423c79f..8a1d6a37fa 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -26,6 +26,9 @@
26/* define this if you have a colour LCD */ 26/* define this if you have a colour LCD */
27#define HAVE_LCD_COLOR 27#define HAVE_LCD_COLOR
28 28
29/* define this if you want album art for this target */
30#define HAVE_ALBUMART
31
29/* define this if you have a light associated with the buttons */ 32/* define this if you have a light associated with the buttons */
30#define HAVE_BUTTON_LIGHT 33#define HAVE_BUTTON_LIGHT
31 34