mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
fix glcd brightness defaults
This commit is contained in:
@@ -207,17 +207,10 @@ struct timer_remotebox_item
|
|||||||
bool online;
|
bool online;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE
|
#define GLCD_DEFAULT_BRIGHTNESS 10
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS 7
|
#define GLCD_DEFAULT_BRIGHTNESS_STANDBY 7
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS_STANDBY 1
|
#define GLCD_DEFAULT_BRIGHTNESS_DIM 7
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS_DIM 3
|
#define GLCD_DEFAULT_BRIGHTNESS_DIM_TIME "5"
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS_DIM_TIME "10"
|
|
||||||
#else
|
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS 70
|
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS_STANDBY 10
|
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS_DIM 30
|
|
||||||
#define GLCD_DEFAULT_BRIGHTNESS_DIM_TIME "30"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct SNeutrinoGlcdTheme
|
struct SNeutrinoGlcdTheme
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user