summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/CHARGING_ALGORITHM9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/CHARGING_ALGORITHM b/docs/CHARGING_ALGORITHM
index f7d198fdf4..81c4fc3b5c 100755
--- a/docs/CHARGING_ALGORITHM
+++ b/docs/CHARGING_ALGORITHM
@@ -10,9 +10,9 @@ some information here, write to mail@uwe-freese.de.
10 10
11This doc describes how the charging works for the recorder. The algorithm can be 11This doc describes how the charging works for the recorder. The algorithm can be
12found in firmware/powermgmt.[c|h]. Debug output is done in apps/debug_menu.c. 12found in firmware/powermgmt.[c|h]. Debug output is done in apps/debug_menu.c.
13Charging for the player is done by the hardware and therefore isn't implemented 13Charging for the player and the FM recorder is done by the hardware and
14in rockbox. Only the functions that calculate the battery level are also used 14therefore isn't implemented in rockbox. Only the functions that calculate the
15for the player. 15battery level are also used for these models.
16 16
17All following information is related to the recorder. 17All following information is related to the recorder.
18 18
@@ -158,7 +158,8 @@ remaining time = remaining battery energy / power consumption of AJB
158With using the battery courves described above and the battery capacity you 158With using the battery courves described above and the battery capacity you
159selected in the settings menu, the remaining capacity is calculated. For the 159selected in the settings menu, the remaining capacity is calculated. For the
160power consumption, a usual constant value is used. If the LED backlight is set 160power consumption, a usual constant value is used. If the LED backlight is set
161to always on, it is also considered. 161to always on, it is also considered. Having a modified Jukebox with 8 MB of RAM
162leads to about 22 percent longer estimated running time.
162 163
163 164
164[BATTERY DISPLAY HOW THE USER EXPECTS IT] 165[BATTERY DISPLAY HOW THE USER EXPECTS IT]