diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2011-10-29 20:08:13 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-10-29 20:08:13 +0000 |
| commit | 0edf98c9d72bef33c169f2bd0dacceabc3670044 (patch) | |
| tree | d2231d38cb83e3775387d48af47bc472f9663171 | |
| parent | 9fc127080722dd292d087f91fa3e144103dd433f (diff) | |
| download | rockbox-0edf98c9d72bef33c169f2bd0dacceabc3670044.zip rockbox-0edf98c9d72bef33c169f2bd0dacceabc3670044.tar.gz rockbox-0edf98c9d72bef33c169f2bd0dacceabc3670044.tar.bz2 rockbox-0edf98c9d72bef33c169f2bd0dacceabc3670044.tar.xz | |
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
| -rw-r--r-- | firmware/export/config/sansaclipzip.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index 1f5a7cd..4dc1226 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -32,6 +32,15 @@ /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR +/* define this if you want album art for this target */ +#define HAVE_ALBUMART + +/* define this to enable bitmap scaling */ +#define HAVE_BMP_SCALING + +/* define this to enable JPEG decoding */ +#define HAVE_JPEG + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN @@ -122,9 +131,9 @@ /* define this if the flash memory uses the SecureDigital Memory Card protocol */ #define CONFIG_STORAGE STORAGE_SD -#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 300 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ |