diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-11-21 23:55:39 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-21 23:55:39 +0000 |
| commit | b51f7dfc9b507ab9db12fe90b2ddad708f435e06 (patch) | |
| tree | efcef3411689401da21795d700a0741f8ab1072b /apps/settings.h | |
| parent | e68680ac310adb8373c9f3a5194466766d64cf37 (diff) | |
| download | rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.zip rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.gz rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.bz2 rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.xz | |
Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8034 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index a4401f8..689dffc 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -343,7 +343,9 @@ struct user_settings int remote_backlight_timeout; /* backlight off timeout: 0-18 0=never, 1=always, then according to timeout_values[] */ -#ifdef HAVE_REMOTE_LCD_TICKING + bool remote_backlight_on_when_charging; + bool remote_caption_backlight; /* turn on backlight at end and start of track */ +#ifdef HAVE_REMOTE_LCD_TICKING bool remote_reduce_ticking; /* 0=normal operation, 1=EMI reduce on with cost more CPU. */ #endif |