mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Textviewer night mode
Add a night mode to textviewer. Change-Id: I6ddcd9c3c87473cbbffaeacf63a21ef11c0e5f44
This commit is contained in:
parent
8742f6f0e2
commit
ab1b67f37b
6 changed files with 52 additions and 6 deletions
|
|
@ -93,6 +93,8 @@ struct tv_preferences {
|
|||
|
||||
bool statusbar;
|
||||
|
||||
bool night_mode;
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
unsigned char font_name[MAX_PATH];
|
||||
int font_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue