mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
glcd: new option for scroll text on/off added
Origin commit data
------------------
Commit: a1aa348882
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-08-13 (Sun, 13 Aug 2023)
Origin message was:
------------------
nglcd: new option for scroll text on/off added
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -965,6 +965,7 @@ typedef enum
|
||||
LOCALE_GLCD_PROGRESSBAR_X_POSITION,
|
||||
LOCALE_GLCD_PROGRESSBAR_Y_POSITION,
|
||||
LOCALE_GLCD_RESTART,
|
||||
LOCALE_GLCD_SCROLL,
|
||||
LOCALE_GLCD_SCROLL_SPEED,
|
||||
LOCALE_GLCD_STANDBY_CLOCK,
|
||||
LOCALE_GLCD_STANDBY_CLOCK_ANALOG,
|
||||
|
@@ -965,6 +965,7 @@ const char * locale_real_names[] =
|
||||
"glcd.progressbar_x_position",
|
||||
"glcd.progressbar_y_position",
|
||||
"glcd.restart",
|
||||
"glcd.scroll",
|
||||
"glcd.scroll_speed",
|
||||
"glcd.standby_clock",
|
||||
"glcd.standby_clock_analog",
|
||||
|
@@ -198,13 +198,13 @@ struct SNeutrinoTheme
|
||||
|
||||
struct timer_remotebox_item
|
||||
{
|
||||
unsigned int port;
|
||||
std::string user;
|
||||
std::string pass;
|
||||
std::string rbname;
|
||||
std::string rbaddress;
|
||||
bool enabled;
|
||||
bool online;
|
||||
unsigned int port;
|
||||
std::string user;
|
||||
std::string pass;
|
||||
std::string rbname;
|
||||
std::string rbaddress;
|
||||
bool enabled;
|
||||
bool online;
|
||||
};
|
||||
|
||||
#define GLCD_DEFAULT_BRIGHTNESS 10
|
||||
@@ -329,6 +329,7 @@ struct SNeutrinoSettings
|
||||
int glcd_brightness_standby;
|
||||
int glcd_mirror_osd;
|
||||
int glcd_mirror_video;
|
||||
int glcd_scroll;
|
||||
int glcd_scroll_speed;
|
||||
int glcd_selected_config;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user