summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2016-04-22 22:42:05 +0200
committerMichael Giacomelli <giac2000@hotmail.com>2016-04-22 22:42:05 +0200
commit18fecd9461cda3eb0bf65b9f00a77a9f2ff79689 (patch)
tree0fcf6c2c32d7b74d1f72fb359e5ed3a98c7dff7b /firmware/export/config
parent7cb1e5ae8b8014edca64f1fd187f4e1e6f3e99e3 (diff)
downloadrockbox-18fecd9461cda3eb0bf65b9f00a77a9f2ff79689.tar.gz
rockbox-18fecd9461cda3eb0bf65b9f00a77a9f2ff79689.zip
Update runtime estimation after recent power optimizations.
Values taken from Mihail's Clip Zip, should be similar on all AMSv2 devices. Change-Id: I9432ecffea94afae224391a86f1d3fa46cd87bc0
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h2
-rw-r--r--firmware/export/config/sansaclipv2.h2
-rw-r--r--firmware/export/config/sansaclipzip.h2
-rw-r--r--firmware/export/config/sansafuzev2.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 8cfd4e8b48..6eb8bbcf6e 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -169,7 +169,7 @@
169#define HAVE_POWEROFF_WHILE_CHARGING 169#define HAVE_POWEROFF_WHILE_CHARGING
170 170
171/* define current usage levels (based on battery bench) */ 171/* define current usage levels (based on battery bench) */
172#define CURRENT_NORMAL 19 172#define CURRENT_NORMAL 11
173#define CURRENT_BACKLIGHT 15 173#define CURRENT_BACKLIGHT 15
174#define CURRENT_RECORD CURRENT_NORMAL /* TODO */ 174#define CURRENT_RECORD CURRENT_NORMAL /* TODO */
175 175
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 54f00afc04..0aa05975df 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -165,7 +165,7 @@
165#define HAVE_POWEROFF_WHILE_CHARGING 165#define HAVE_POWEROFF_WHILE_CHARGING
166 166
167/* define current usage levels (based on battery bench) */ 167/* define current usage levels (based on battery bench) */
168#define CURRENT_NORMAL 24 168#define CURRENT_NORMAL 11
169#define CURRENT_BACKLIGHT 15 169#define CURRENT_BACKLIGHT 15
170#define CURRENT_RECORD 11 170#define CURRENT_RECORD 11
171 171
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index e6a496cce4..c31e08f846 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -168,7 +168,7 @@
168#define HAVE_POWEROFF_WHILE_CHARGING 168#define HAVE_POWEROFF_WHILE_CHARGING
169 169
170/* define current usage levels (based on battery bench) */ 170/* define current usage levels (based on battery bench) */
171#define CURRENT_NORMAL 19 /* TODO copied from clipplus */ 171#define CURRENT_NORMAL 11
172#define CURRENT_BACKLIGHT 15 /* TODO copied from clipplus */ 172#define CURRENT_BACKLIGHT 15 /* TODO copied from clipplus */
173#define CURRENT_RECORD CURRENT_NORMAL /* TODO */ 173#define CURRENT_RECORD CURRENT_NORMAL /* TODO */
174 174
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index d8b2351f92..6bdfd58339 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -177,7 +177,7 @@
177#define HAVE_POWEROFF_WHILE_CHARGING 177#define HAVE_POWEROFF_WHILE_CHARGING
178 178
179/* define current usage levels (based on battery bench) */ 179/* define current usage levels (based on battery bench) */
180#define CURRENT_NORMAL 26 180#define CURRENT_NORMAL 11
181#define CURRENT_BACKLIGHT 30 181#define CURRENT_BACKLIGHT 30
182#define CURRENT_RECORD CURRENT_NORMAL 182#define CURRENT_RECORD CURRENT_NORMAL
183 183