1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

New function for backlight - 3 brigjhtness steps

This commit is contained in:
norbert-walter
2026-02-02 21:26:43 +01:00
parent 6a56a8fb56
commit 753e87068f
5 changed files with 40 additions and 5 deletions

View File

@@ -660,7 +660,7 @@ void OBP60Task(GwApi *api){
// if(String(backlight) == "Control by Key"){
if(keyboardMessage == 6){
LOG_DEBUG(GwLog::LOG,"Toggle Backlight LED");
toggleBacklightLED(commonData.backlight.brightness, commonData.backlight.color);
stepsBacklightLED(commonData.backlight.brightness, commonData.backlight.color);
}
}
#ifdef BOARD_OBP40S3