Added caption backlight: Turns on backlight briefly at the start and end of each track.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3585 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-04-23 09:17:34 +00:00
parent b39dadf7f2
commit 86587527f5
7 changed files with 39 additions and 4 deletions

View file

@ -153,6 +153,7 @@ struct user_settings
int scroll_step; /* pixels to advance per update */
bool fade_on_stop; /* fade on pause/unpause/stop */
bool caption_backlight; /* turn on backlight at end and start of track */
};
/* prototypes */