- lcd4linux: add menu item to allow or disable display screenshots

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-01-27 22:02:02 +01:00
committed by Thilo Graf
parent a19e85aba1
commit 43cf770f14
8 changed files with 40 additions and 16 deletions

View File

@@ -1135,6 +1135,7 @@ typedef enum
LOCALE_LCD4L_DISPLAY_TYPE,
LOCALE_LCD4L_DISPLAY_TYPE_SETUP,
LOCALE_LCD4L_LOGODIR,
LOCALE_LCD4L_SCREENSHOTS,
LOCALE_LCD4L_SKIN,
LOCALE_LCD4L_SKIN_0,
LOCALE_LCD4L_SKIN_1,
@@ -1479,6 +1480,7 @@ typedef enum
LOCALE_MENU_HINT_LCD4L_DISPLAY_TYPE,
LOCALE_MENU_HINT_LCD4L_DISPLAY_TYPE_SETUP,
LOCALE_MENU_HINT_LCD4L_LOGODIR,
LOCALE_MENU_HINT_LCD4L_SCREENSHOTS,
LOCALE_MENU_HINT_LCD4L_SKIN,
LOCALE_MENU_HINT_LCD4L_SKIN_RADIO,
LOCALE_MENU_HINT_LCD4L_SUPPORT,

View File

@@ -1135,6 +1135,7 @@ const char * locale_real_names[] =
"lcd4l_display_type",
"lcd4l_display_type_setup",
"lcd4l_logodir",
"lcd4l_screenshots",
"lcd4l_skin",
"lcd4l_skin_0",
"lcd4l_skin_1",
@@ -1479,6 +1480,7 @@ const char * locale_real_names[] =
"menu.hint_lcd4l_display_type",
"menu.hint_lcd4l_display_type_setup",
"menu.hint_lcd4l_logodir",
"menu.hint_lcd4l_screenshots",
"menu.hint_lcd4l_skin",
"menu.hint_lcd4l_skin_radio",
"menu.hint_lcd4l_support",

View File

@@ -320,6 +320,7 @@ struct SNeutrinoSettings
int lcd4l_brightness;
int lcd4l_brightness_standby;
int lcd4l_convert;
int lcd4l_screenshots;
#endif
#define MODE_ICONS_NR_OF_ENTRIES 8