summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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 */