1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[color][lvgl] Allow Color to be used for lv_color_t (#10016)

This commit is contained in:
Clyde Stubbs
2025-08-04 10:51:34 +10:00
committed by GitHub
parent d69e98e15d
commit 339c26c815
2 changed files with 11 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ lvgl:
- id: date_style
text_font: roboto10
align: center
text_color: color_id2
text_color: !lambda return color_id2;
bg_opa: cover
radius: 4
pad_all: 2