summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-10-29 20:08:13 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-10-29 20:08:13 +0000
commit0edf98c9d72bef33c169f2bd0dacceabc3670044 (patch)
treed2231d38cb83e3775387d48af47bc472f9663171 /firmware/export
parent9fc127080722dd292d087f91fa3e144103dd433f (diff)
downloadrockbox-0edf98c9d72bef33c169f2bd0dacceabc3670044.tar.gz
rockbox-0edf98c9d72bef33c169f2bd0dacceabc3670044.zip
Sansa clip zip: update target configuration with correct battery capacity, album art
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30856 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansaclipzip.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 1f5a7cd1c8..4dc122656f 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -32,6 +32,15 @@
32/* define this if you have a colour LCD */ 32/* define this if you have a colour LCD */
33#define HAVE_LCD_COLOR 33#define HAVE_LCD_COLOR
34 34
35/* define this if you want album art for this target */
36#define HAVE_ALBUMART
37
38/* define this to enable bitmap scaling */
39#define HAVE_BMP_SCALING
40
41/* define this to enable JPEG decoding */
42#define HAVE_JPEG
43
35/* define this if you have access to the quickscreen */ 44/* define this if you have access to the quickscreen */
36#define HAVE_QUICKSCREEN 45#define HAVE_QUICKSCREEN
37 46
@@ -122,9 +131,9 @@
122/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 131/* define this if the flash memory uses the SecureDigital Memory Card protocol */
123#define CONFIG_STORAGE STORAGE_SD 132#define CONFIG_STORAGE STORAGE_SD
124 133
125#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */ 134#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */
126#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */ 135#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
127#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */ 136#define BATTERY_CAPACITY_MAX 300 /* max. capacity selectable */
128#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 137#define BATTERY_CAPACITY_INC 0 /* capacity increment */
129#define BATTERY_TYPES_COUNT 1 /* only one type */ 138#define BATTERY_TYPES_COUNT 1 /* only one type */
130 139