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 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