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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user