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

[lvgl] Some properties were not templatable (Bugfix) (#7655)

This commit is contained in:
Clyde Stubbs
2024-10-23 10:16:55 +11:00
committed by GitHub
parent 7c0543862a
commit 68844c4869
3 changed files with 18 additions and 7 deletions

View File

@@ -323,6 +323,13 @@ lvgl:
id: button_button
width: 20%
height: 10%
transform_angle: !lambda return 180*100;
arc_width: !lambda return 4;
border_width: !lambda return 6;
shadow_ofs_x: !lambda return 6;
shadow_ofs_y: !lambda return 6;
shadow_spread: !lambda return 6;
shadow_width: !lambda return 6;
pressed:
bg_color: light_blue
checkable: true