summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-31 23:48:29 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-31 23:48:29 +0000
commit96d87ec719a8981f3d41703a8dff0a519ca89521 (patch)
tree170f15fd8591dd1c7c3a72488d933bc2e7551aae
parent713bcc7ad7b9f7074daadc37d260818a3edc6828 (diff)
downloadrockbox-96d87ec719a8981f3d41703a8dff0a519ca89521.tar.gz
rockbox-96d87ec719a8981f3d41703a8dff0a519ca89521.zip
Fuzev1: estimate current use with battery_bench results
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24429 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/sansafuze.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index f9b4f629af..2de522f512 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -162,6 +162,11 @@
/* Define this if you want to use the AS2525 i2c interface */
#define CONFIG_I2C I2C_AS3525
+/* define current usage levels (based on battery bench) */
+#define CURRENT_NORMAL 65
+#define CURRENT_BACKLIGHT 30
+#define CURRENT_RECORD CURRENT_NORMAL
+
/* Define this to the CPU frequency */
#define CPU_FREQ 250000000