diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2009-07-10 19:09:38 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2009-07-10 19:09:38 +0000 |
commit | d633a9fbeed791c9e8a2656d12da8a8e11f8f30c (patch) | |
tree | 7690a5b5c67008156cfdf2e4057d16a03cd407c6 /firmware/export | |
parent | 755de6a3de69968fa52dc08855edc7b542979d90 (diff) | |
download | rockbox-d633a9fbeed791c9e8a2656d12da8a8e11f8f30c.tar.gz rockbox-d633a9fbeed791c9e8a2656d12da8a8e11f8f30c.zip |
D2: Update the battery discharge curve to observed values, and add a crude runtime estimation (this is based on playback from SD card, other usage will vary).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-cowond2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 5389f71736..08d3baae10 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h | |||
@@ -135,6 +135,11 @@ | |||
135 | /* Hardware controlled charging */ | 135 | /* Hardware controlled charging */ |
136 | #define CONFIG_CHARGING CHARGING_SIMPLE | 136 | #define CONFIG_CHARGING CHARGING_SIMPLE |
137 | 137 | ||
138 | /* Define current usage levels. */ | ||
139 | #define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */ | ||
140 | #define CURRENT_BACKLIGHT 30 /* TBD */ | ||
141 | #define CURRENT_RECORD 0 /* no recording yet */ | ||
142 | |||
138 | #ifndef SIMULATOR | 143 | #ifndef SIMULATOR |
139 | /* Define this if you have a TCC7801 */ | 144 | /* Define this if you have a TCC7801 */ |
140 | #define CONFIG_CPU TCC7801 | 145 | #define CONFIG_CPU TCC7801 |