mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- glcd: add own logo directory
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user