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

@ -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;