diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 5cff1139..df8d79af 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -1072,7 +1072,7 @@ void ui_updateFSM(event_t event, bool *sync_rtx) break; #ifdef SCREEN_CONTRAST case D_CONTRAST: - _ui_changeContrast(-25); + _ui_changeContrast(-4); break; #endif default: @@ -1088,7 +1088,7 @@ void ui_updateFSM(event_t event, bool *sync_rtx) break; #ifdef SCREEN_CONTRAST case D_CONTRAST: - _ui_changeContrast(+25); + _ui_changeContrast(+4); break; #endif default: