fix glcd brightness defaults

This commit is contained in:
TangoCash
2022-11-25 21:19:02 +01:00
committed by Thilo Graf
parent 3b9a342307
commit 6099c396c7

View File

@@ -207,17 +207,10 @@ struct timer_remotebox_item
bool online;
};
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE
#define GLCD_DEFAULT_BRIGHTNESS 7
#define GLCD_DEFAULT_BRIGHTNESS_STANDBY 1
#define GLCD_DEFAULT_BRIGHTNESS_DIM 3
#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
#define GLCD_DEFAULT_BRIGHTNESS 10
#define GLCD_DEFAULT_BRIGHTNESS_STANDBY 7
#define GLCD_DEFAULT_BRIGHTNESS_DIM 7
#define GLCD_DEFAULT_BRIGHTNESS_DIM_TIME "5"
struct SNeutrinoGlcdTheme
{