mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -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
|
|
@ -103,6 +103,9 @@ void tv_start_display(void);
|
|||
/* end the display processing */
|
||||
void tv_end_display(void);
|
||||
|
||||
/*change color scheme*/
|
||||
void tv_night_mode(void);
|
||||
|
||||
|
||||
/* layout functions */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue