1
0
Fork 0
forked from len0rd/rockbox

Add runtime estimation for the iaudio X5.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25247 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2010-03-18 19:11:39 +00:00
parent 004317a863
commit f14bb2287c

View file

@ -140,6 +140,8 @@
#define CONFIG_CHARGING CHARGING_SIMPLE #define CONFIG_CHARGING CHARGING_SIMPLE
/* define current usage levels */ /* 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 CURRENT_REMOTE 8 /* additional current when remote connected */
/* Define this if your LCD can set contrast */ /* Define this if your LCD can set contrast */