- glcd: make glcd_show_logo themable

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-07-11 00:22:41 +02:00
committed by Thilo Graf
parent 402970d3d9
commit 7447030ec9
14 changed files with 25 additions and 20 deletions

View File

@@ -210,6 +210,7 @@ struct SNeutrinoGlcdTheme
std::string glcd_font;
std::string glcd_background;
int glcd_show_logo;
int glcd_show_progressbar;
int glcd_show_duration;
int glcd_show_start;
@@ -916,7 +917,6 @@ struct SNeutrinoSettings
int glcd_mirror_osd;
int glcd_mirror_video;
int glcd_show_logo;
int glcd_brightness;
int glcd_brightness_standby;
int glcd_brightness_dim;