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:
parent
004317a863
commit
f14bb2287c
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue