Screen brightness control

Added toggle to control the screen brightness.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 3a38bed701
commit 2fb03067a8
5 changed files with 20 additions and 1 deletions

View File

@@ -342,6 +342,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"RoadNameUI", PERSISTENT},
{"RotatingWheel", PERSISTENT},
{"SchedulePending", PERSISTENT},
{"ScreenBrightness", PERSISTENT},
{"SearchInput", PERSISTENT},
{"SilentMode", PERSISTENT},
{"ShowCPU", PERSISTENT},