- glcd: add own logo directory

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-05-10 22:50:17 +02:00
committed by Thilo Graf
parent 47dbf21465
commit f27ff4563c
11 changed files with 55 additions and 10 deletions

View File

@@ -922,6 +922,7 @@ typedef enum
LOCALE_GLCD_FONT,
LOCALE_GLCD_FONT_AUTORESIZE,
LOCALE_GLCD_HEAD,
LOCALE_GLCD_LOGODIR,
LOCALE_GLCD_LOGO_X_POSITION,
LOCALE_GLCD_LOGO_Y_POSITION,
LOCALE_GLCD_MIRROR_OSD,

View File

@@ -922,6 +922,7 @@ const char * locale_real_names[] =
"glcd.font",
"glcd.font_autoresize",
"glcd.head",
"glcd.logodir",
"glcd.logo_x_position",
"glcd.logo_y_position",
"glcd.mirror_osd",

View File

@@ -923,6 +923,7 @@ struct SNeutrinoSettings
#ifdef ENABLE_GRAPHLCD
// graphlcd
int glcd_enable;
std::string glcd_logodir;
int glcd_time_in_standby;
int glcd_standby_weather;