|
|
Rockbox mail archiveSubject: Re: Charging screen, Re: An other battery issue with flashed rockboxFrom: Henrik Backe (backe_at_swipnet.se) Date: 2003-07-18
> Anyway, I've committed a beta charging screen now. It comes up when
There is a small problem when pressing ON to continue the boot.
Just change the line
if (button == BUTTON_ON)
to
if (button == (BUTTON_ON | BUTTON_REL))
in charging_screen() and this problem is fixed.
.../Henrik
Page was last modified "Jan 10 2012" The Rockbox Crew |