mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[1.3] Increase Brightness steps (from 5 to 16)
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
#endif
|
||||
int brightnessLevel() const { return m_brightnessLevel; }
|
||||
void setBrightnessLevel(int brightnessLevel);
|
||||
constexpr static int NumberOfBrightnessStates = 5;
|
||||
constexpr static int NumberOfBrightnessStates = 15;
|
||||
private:
|
||||
GlobalPreferences() :
|
||||
m_language(I18n::Language::EN),
|
||||
|
||||
@@ -4,7 +4,7 @@ PLATFORM ?= device
|
||||
DEBUG ?= 0
|
||||
|
||||
EPSILON_VERSION ?= 11.2.0
|
||||
EPSILON_CUSTOM_VERSION ?= 1.2
|
||||
EPSILON_CUSTOM_VERSION ?= 1.3
|
||||
EPSILON_ONBOARDING_APP ?= 1
|
||||
# Valid values are "none", "update", "beta"
|
||||
EPSILON_BOOT_PROMPT ?= none
|
||||
|
||||
Reference in New Issue
Block a user