Add very rough battery life estimateion for iPod minis. Also, update Sansav1 estimation while I'm at it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19637 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-01-02 03:16:12 +00:00
parent b86f2d05fc
commit b115ae3f9e
4 changed files with 14 additions and 4 deletions

View File

@ -130,9 +130,9 @@
#define HAVE_USB_POWER
/* define current usage levels */
#define CURRENT_NORMAL 45 /* Should be nearly identical to E200 */
#define CURRENT_NORMAL 30 /* Should be nearly identical to E200 */
#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */
#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/
#define CURRENT_RECORD 30 /* flash player, so this is just unboosted current*/
/** Non-simulator section **/
#ifndef SIMULATOR

View File

@ -124,9 +124,9 @@
#define CONFIG_CHARGING CHARGING_SIMPLE
/* define current usage levels */
#define CURRENT_NORMAL 45 /* Mike's measurements in Jan 2008 */
#define CURRENT_NORMAL 30 /* Toni's measurements in Nov 2008 */
#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */
#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/
#define CURRENT_RECORD 30 /* flash player, so this is just unboosted current*/
/* define this if the unit can be powered or charged via USB */
#define HAVE_USB_POWER

View File

@ -112,6 +112,11 @@
#define BATTERY_CAPACITY_INC 10 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */
/* define current usage levels */
#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */
#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */
#define CURRENT_RECORD 110 /* FIXME: Needs to be measured */
/* Hardware controlled charging? */
#define CONFIG_CHARGING CHARGING_MONITOR

View File

@ -119,6 +119,11 @@
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */
/* define current usage levels */
#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */
#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */
#define CURRENT_RECORD 110 /* FIXME: Needs to be measured */
/* Hardware controlled charging? */
#define CONFIG_CHARGING CHARGING_MONITOR