forked from len0rd/rockbox
First lame attempt to show correct battery level on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6258 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
09e55a9218
commit
43bf39edb7
6 changed files with 26 additions and 4 deletions
|
|
@ -21,9 +21,9 @@
|
|||
#define CONFIG_I2C I2C_H100
|
||||
|
||||
/* Type of mobile power */
|
||||
#define CONFIG_BATTERY BATT_IRIVER
|
||||
#define CONFIG_BATTERY BATT_LIPOL1300
|
||||
|
||||
#define BATTERY_SCALE_FACTOR 6465 /* FIX: this value is picked at random */
|
||||
#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
|
||||
|
||||
/* Define this if the platform can charge batteries */
|
||||
#define HAVE_CHARGING 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue