mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
-add deepStandby brightness menu for neo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@724 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -479,6 +479,7 @@ typedef enum {
|
||||
LOCALE_LANGUAGESETUP_OSD,
|
||||
LOCALE_LANGUAGESETUP_SELECT,
|
||||
LOCALE_LCDCONTROLER_BRIGHTNESS,
|
||||
LOCALE_LCDCONTROLER_BRIGHTNESSDEEPSTANDBY,
|
||||
LOCALE_LCDCONTROLER_BRIGHTNESSSTANDBY,
|
||||
LOCALE_LCDCONTROLER_CONTRAST,
|
||||
LOCALE_LCDMENU_AUTODIMM,
|
||||
|
@@ -479,6 +479,7 @@ const char *locale_real_names[] = {
|
||||
"languagesetup.osd",
|
||||
"languagesetup.select",
|
||||
"lcdcontroler.brightness",
|
||||
"lcdcontroler.brightnessdeepstandby",
|
||||
"lcdcontroler.brightnessstandby",
|
||||
"lcdcontroler.contrast",
|
||||
"lcdmenu.autodimm",
|
||||
|
@@ -378,7 +378,7 @@ struct SNeutrinoSettings
|
||||
};
|
||||
|
||||
// lcdd
|
||||
#define LCD_SETTING_COUNT 7
|
||||
#define LCD_SETTING_COUNT 8
|
||||
enum LCD_SETTINGS {
|
||||
LCD_BRIGHTNESS = 0,
|
||||
LCD_STANDBY_BRIGHTNESS = 1,
|
||||
@@ -386,7 +386,8 @@ struct SNeutrinoSettings
|
||||
LCD_POWER = 3,
|
||||
LCD_INVERSE = 4,
|
||||
LCD_SHOW_VOLUME = 5,
|
||||
LCD_AUTODIMM = 6
|
||||
LCD_AUTODIMM = 6,
|
||||
LCD_DEEPSTANDBY_BRIGHTNESS = 7
|
||||
};
|
||||
int lcd_setting[LCD_SETTING_COUNT];
|
||||
|
||||
|
Reference in New Issue
Block a user