summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2010-03-18 19:11:39 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2010-03-18 19:11:39 +0000
commitf14bb2287c783048a53a979c5604f2c1a82ec8be (patch)
treef9a87d2995a5a20e083241a8df5b6e23d142fd86 /firmware
parent004317a863233e0ba15532981cb5fb4e9bff4428 (diff)
downloadrockbox-f14bb2287c783048a53a979c5604f2c1a82ec8be.tar.gz
rockbox-f14bb2287c783048a53a979c5604f2c1a82ec8be.zip
Add runtime estimation for the iaudio X5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25247 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/iaudiox5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
index bafe51f12d..9497cbeab2 100644
--- a/firmware/export/config/iaudiox5.h
+++ b/firmware/export/config/iaudiox5.h
@@ -140,6 +140,8 @@
#define CONFIG_CHARGING CHARGING_SIMPLE
/* define current usage levels */
+#define CURRENT_NORMAL 65 /*2250mah/35h = 65 ma*/
+#define CURRENT_BACKLIGHT 25
#define CURRENT_REMOTE 8 /* additional current when remote connected */
/* Define this if your LCD can set contrast */