Add basic runtime estimation for the c200v2 (taken from Clipv1) and e200v2 (taken from fuzev1).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
589abcd416
commit
f28a1ea111
2 changed files with 8 additions and 3 deletions
|
@ -150,6 +150,10 @@
|
|||
/* Sansa can't be powered off while charging */
|
||||
/* #define HAVE_POWEROFF_WHILE_CHARGING */
|
||||
|
||||
#define CURRENT_NORMAL 50
|
||||
#define CURRENT_BACKLIGHT 25
|
||||
#define CURRENT_RECORD CURRENT_NORMAL
|
||||
|
||||
/* The start address index for ROM builds */
|
||||
#define ROM_START 0x00000000
|
||||
|
||||
|
|
|
@ -157,9 +157,10 @@
|
|||
/* Define this if you want to use the AS2525 i2c interface */
|
||||
#define CONFIG_I2C I2C_AS3525
|
||||
|
||||
/* define this if the hardware can be powered off while charging */
|
||||
/* Sansa can't be powered off while charging */
|
||||
/* #define HAVE_POWEROFF_WHILE_CHARGING */
|
||||
/* define current usage levels (based on battery bench) */
|
||||
#define CURRENT_NORMAL 65
|
||||
#define CURRENT_BACKLIGHT 30
|
||||
#define CURRENT_RECORD CURRENT_NORMAL
|
||||
|
||||
/* The start address index for ROM builds */
|
||||
#define ROM_START 0x00000000
|
||||
|
|
Loading…
Reference in a new issue