Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: Charging screen, Re: An other battery issue with flashed rockbox

Re: Charging screen, Re: An other battery issue with flashed rockbox

From: Johan Vromans <jvromans_at_squirrel.nl>
Date: Sat, 19 Jul 2003 15:51:31 +0200

"Mike Holden" <rockbox_at_mikeholden.uklinux.net> writes:

> > Do you mind replacing this one by a context diff?
>
> Done.

Need this as well?

--- screens.c~ Sat Jul 19 15:45:47 2003
+++ screens.c Sat Jul 19 15:49:25 2003
_at__at_ -142,9 +142,9 _at__at_
     lcd_puts(0, 6, buf);
 
 #ifdef HAVE_CHARGE_CTRL
- snprintf(buf, 30, " Charging: %s", charger_enabled ? "yes" : "no");
+ snprintf(buf, 30, " Charging: %s", charger_is_enabled() ? "yes" : "no");
     lcd_puts(0, 2, buf);
- if (!charger_enabled)
+ if (!charger_is_enabled())
         animate = false;
 #endif
 
-- Johan
Received on 2003-07-19

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy