1
0
Fork 0
forked from len0rd/rockbox

Hopefully working battery display on Nanos.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2006-04-04 10:03:09 +00:00
parent 23dc42ce45
commit 4a4ec511bc

View file

@ -62,9 +62,9 @@
#define CONFIG_I2C I2C_PP5020
/* Type of mobile power */
//#define CONFIG_BATTERY BATT_LIPOL1300
#define CONFIG_BATTERY BATT_LIPOL1300
#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
#define BATTERY_SCALE_FACTOR 5865
/* Define this if the platform can charge batteries */
//#define HAVE_CHARGING 1