Adding option to stretch the image over multiple displays

This commit is contained in:
2023-07-24 23:22:16 +02:00
parent 5447ecb930
commit 8aae370bf8
4 changed files with 62 additions and 25 deletions

View File

@@ -30,7 +30,8 @@
"title": "Image set",
"keys": [
"lb_image_configuration",
"btn_config_images"
"btn_config_images",
"sw_image_stretch"
]
},
"sec_location": {
@@ -88,6 +89,11 @@
"description": "Image Configurator",
"callback": "openImageConfigurator"
},
"sw_image_stretch": {
"type": "switch",
"description": "Expand image over all displays",
"default": true
},
"sw_auto_location": {
"type": "switch",
"default": true,