Custom screen brightness

Added toggle to customize the screen brightness.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent d6e17df710
commit 62e60535e6
5 changed files with 23 additions and 1 deletions

View File

@@ -251,6 +251,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"RelaxedFollow", PERSISTENT},
{"RelaxedJerk", PERSISTENT},
{"RoadEdgesWidth", PERSISTENT},
{"ScreenBrightness", PERSISTENT},
{"ShowCPU", PERSISTENT},
{"ShowFPS", PERSISTENT},
{"ShowGPU", PERSISTENT},