summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-09-23 11:42:48 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-09-23 11:42:48 +0000
commit083a6dbc4eebbc0d74cbf44c661008e14c744070 (patch)
treef903da302094edca2fe20eeb86785cae6b4c4754 /apps/settings.h
parent040e80c3ad00ee9b100f97d510a0acd37489cb9b (diff)
downloadrockbox-083a6dbc4eebbc0d74cbf44c661008e14c744070.tar.gz
rockbox-083a6dbc4eebbc0d74cbf44c661008e14c744070.zip
Auto-poweroff, by Lee Marlow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2374 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d03a5f688e..374b6e476c 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -62,7 +62,7 @@ struct user_settings
62 /* device settings */ 62 /* device settings */
63 63
64 int contrast; /* lcd contrast: 0-100 0=low 100=high */ 64 int contrast; /* lcd contrast: 0-100 0=low 100=high */
65 int poweroff; /* power off timer: 0-100 0=never:each 1% = 60 secs */ 65 int poweroff; /* power off timer */
66 int backlight; /* backlight off timer: 0-100 0=never:each 1% = 10 secs */ 66 int backlight; /* backlight off timer: 0-100 0=never:each 1% = 10 secs */
67 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */ 67 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */
68 68