1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Add color and brightness for Backlight LEDs

This commit is contained in:
norbert-walter
2024-01-06 18:55:59 +01:00
parent ce80c21264
commit a5f257ec3e
4 changed files with 80 additions and 13 deletions

View File

@@ -648,6 +648,41 @@
"obp60":"true"
}
},
{
"name": "blColor",
"label": "Backlight Color",
"type": "list",
"default": "Red",
"description": "Backlight color",
"list": [
"Red",
"Orange",
"Yellow",
"Green",
"Blue",
"Aqua",
"Violet",
"White"
],
"category": "OBP60 Display",
"capabilities": {
"obp60":"true"
}
},
{
"name": "blBrightness",
"label": "Brightness [%]",
"type": "number",
"default": "50",
"check": "checkMinMax",
"min": 0,
"max": 100,
"description": "Backlight brightness [0...100%]",
"category": "OBP60 Display",
"capabilities": {
"obp60":"true"
}
},
{
"name": "flashLED",
"label": "Flash LED Mode",