1
0
forked from me/IronOS

part 3 of removed invert screen via commenting

This commit is contained in:
discip
2022-01-07 03:01:16 +01:00
committed by GitHub
parent 250199d996
commit 0e4319ff2e

View File

@@ -82,9 +82,10 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
{0, 9, 1, 0}, // PDMissingWarningCounter
{0, 0xFFFF, 0, 41431 /*EN*/}, // UILanguage
{0, 50, 1, 20}, // PDNegTimeout
{0, 1, 1, 0}, // OLEDInversion
{0, 99, 11, 33}, // OLEDBrightness
// {0, 1, 1, 0}, // OLEDInversion
};
static_assert((sizeof(settingsConstants) / sizeof(SettingConstants)) == ((int)SettingsOptions::SettingsOptionsLength));