fix glcd brightness defaults

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c8c896f0a
Author: TangoCash <eric@loxat.de>
Date: 2022-11-25 (Fri, 25 Nov 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-11-25 21:19:02 +01:00
committed by vanhofen
parent d00aa6d47f
commit 7e76f10d94

View File

@@ -204,17 +204,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
{