mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
fix glcd brightness defaults
Origin commit data
------------------
Commit: 7c8c896f0a
Author: TangoCash <eric@loxat.de>
Date: 2022-11-25 (Fri, 25 Nov 2022)
This commit is contained in:
@@ -204,17 +204,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