Textviewer night mode

Add a night mode to textviewer.

Change-Id: I6ddcd9c3c87473cbbffaeacf63a21ef11c0e5f44
This commit is contained in:
Moshe Piekarski 2018-04-03 12:45:22 -05:00 committed by William Wilgus
parent 8742f6f0e2
commit ab1b67f37b
6 changed files with 52 additions and 6 deletions

View file

@ -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 */