mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
trickle charge setting in menu is there, also batt. capacity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3005 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf93c088b4
commit
f848453b52
1 changed files with 5 additions and 7 deletions
|
@ -62,7 +62,7 @@ with a constant current of about 350mA. The charging is stopped for three reason
|
||||||
The max duration is calculated dynamically. The time depends on how full the
|
The max duration is calculated dynamically. The time depends on how full the
|
||||||
battery is when charging is started. For a nearly full battery, the max duration
|
battery is when charging is started. For a nearly full battery, the max duration
|
||||||
is low, for an empty one, it is a high value. The exact formula can be found in
|
is low, for an empty one, it is a high value. The exact formula can be found in
|
||||||
the source code.
|
the source code. The battery capacity is also considered here.
|
||||||
|
|
||||||
|
|
||||||
[DELTA PEAK - WHY DOES IT WORK?]
|
[DELTA PEAK - WHY DOES IT WORK?]
|
||||||
|
@ -148,10 +148,10 @@ In simple words, it is
|
||||||
|
|
||||||
remaining time = remaining battery energy / power consumption of AJB
|
remaining time = remaining battery energy / power consumption of AJB
|
||||||
|
|
||||||
With using the battery courves described above and a battery capacity (a
|
With using the battery courves described above and the battery capacity you
|
||||||
constant in powermgmt.h), the remaining capacity is calculated. For the power
|
selected in the settings menu, the remaining capacity is calculated. For the
|
||||||
consumption, a usual constant value is used. If the LED backlight is set to
|
power consumption, a usual constant value is used. If the LED backlight is set
|
||||||
always on, it is also considered.
|
to always on, it is also considered.
|
||||||
|
|
||||||
|
|
||||||
[BATTERY LAZYNESS]
|
[BATTERY LAZYNESS]
|
||||||
|
@ -177,8 +177,6 @@ the charger is turned on):
|
||||||
|
|
||||||
[WHICH CHARGING MODE TO USE]
|
[WHICH CHARGING MODE TO USE]
|
||||||
|
|
||||||
(trickle charge on and off not implemented yet!)
|
|
||||||
|
|
||||||
If you use your AJB connected to the power supply the whole time, select "deep
|
If you use your AJB connected to the power supply the whole time, select "deep
|
||||||
discharge on" and "trickle charge off".
|
discharge on" and "trickle charge off".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue