|
|
Rockbox mail archiveSubject: Battery and volume level display in WPSBattery and volume level display in WPS
From: Tobias Heimann <tobias.heimann_at_gmx.net>
Date: Thu, 04 Jan 2007 01:58:37 +0100
Hi,
I've been wondering for a while why I never see a full battery icon in
int l = battery_level();
This means that the highest interval (full battery icon) is only
int l = MIN(battery_level(), 99);
The volume display interval has the same issue btw.
Tobias
Page was last modified "Mar 9 2008" The Rockbox Crew |