1
0
Fork 0
forked from len0rd/rockbox

backlight when charging now is for players and simulators too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2466 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-10-01 11:12:57 +00:00
parent ad19f6f912
commit c43b36c70c
3 changed files with 5 additions and 6 deletions

View file

@ -64,9 +64,7 @@ struct user_settings
int contrast; /* lcd contrast: 0-100 0=low 100=high */
int poweroff; /* power off timer */
int backlight_timeout; /* backlight off timeout: 0-18 0=never,1=always,then according to timeout_values[] */
#ifdef HAVE_CHARGE_CTRL
bool backlight_on_when_charging;
#endif
bool discharge; /* maintain charge of at least: false = 90%, true = 10% */
/* resume settings */