mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
b39dadf7f2
commit
86587527f5
7 changed files with 39 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue