Refactoring

This commit is contained in:
Armel FAUVEAU
2024-09-28 17:03:48 +02:00
parent fec2506993
commit 46fbbbf3c5
4 changed files with 15 additions and 7 deletions

View File

@@ -1606,7 +1606,7 @@ void APP_TimeSlice500ms(void)
}
else
{
PWM_PLUS0_CH0_COMP = 1020; // Max brightness
PWM_PLUS0_CH0_COMP = value[gEeprom.BACKLIGHT_MAX] * 4; // Max brightness
}
}
}