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

[lvgl] Bugfix for tileview (#9938)

This commit is contained in:
Clyde Stubbs
2025-07-29 06:43:22 +10:00
committed by GitHub
parent f6cdbe37f9
commit f9453f9642
2 changed files with 16 additions and 8 deletions

View File

@@ -738,7 +738,7 @@ lvgl:
id: bar_id
value: !lambda return (int)((float)rand() / RAND_MAX * 100);
start_value: !lambda return (int)((float)rand() / RAND_MAX * 100);
mode: symmetrical
mode: range
- logger.log:
format: "bar value %f"
args: [x]