Design adjustments

This commit is contained in:
2026-01-14 00:06:04 +01:00
parent f8f2d005f9
commit de054f61ce

View File

@@ -490,6 +490,13 @@ lvgl:
items: items:
pressed: pressed:
bg_color: 0xFFFF00 bg_color: 0xFFFF00
disabled:
bg_color: 0x000000
bg_grad_color: 0x000000
bg_opa: COVER
border_color: 0x004d00
border_width: 2
text_color: 0x004d00
rows: rows:
- buttons: - buttons:
- id: buttonLights - id: buttonLights
@@ -608,6 +615,14 @@ lvgl:
y: 45 y: 45
width: 220 width: 220
height: 220 height: 220
items:
disabled:
bg_color: 0x000000
bg_grad_color: 0x000000
bg_opa: COVER
border_color: 0x004d00
border_width: 2
text_color: 0x004d00
rows: rows:
- buttons: - buttons:
- id: buttonTVArea - id: buttonTVArea