mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
lcd4linux update, add brightness settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74f12564e1
Author: max_10 <max_10@gmx.de>
Date: 2018-09-10 (Mon, 10 Sep 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -159,6 +159,14 @@ int CLCD4lSetup::show()
|
||||
mc->setHint(NEUTRINO_ICON_HINT_LCD4L, LOCALE_MENU_HINT_LCD4L_SKIN_RADIO);
|
||||
lcd4lSetup->addItem(mc);
|
||||
|
||||
nc = new CMenuOptionNumberChooser(LOCALE_LCD4L_BRIGHTNESS, (int *)&g_settings.lcd4l_brightness, true, 1, 7, this);
|
||||
nc->setHint("", LOCALE_MENU_HINT_LCD4L_BRIGHTNESS);
|
||||
lcd4lSetup->addItem(nc);
|
||||
|
||||
nc = new CMenuOptionNumberChooser(LOCALE_LCD4L_BRIGHTNESS_STANDBY, (int *)&g_settings.lcd4l_brightness_standby, true, 1, 7, this);
|
||||
nc->setHint("", LOCALE_MENU_HINT_LCD4L_BRIGHTNESS_STANDBY);
|
||||
lcd4lSetup->addItem(nc);
|
||||
|
||||
const char *flag_lcd4l_weather = FLAGDIR "/.lcd-weather";
|
||||
int fake_lcd4l_weather = file_exists(flag_lcd4l_weather);
|
||||
CTouchFileNotifier * lcd_weather = new CTouchFileNotifier(flag_lcd4l_weather);
|
||||
|
Reference in New Issue
Block a user