mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user