mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
[lvgl] Apply scale to spinbox value (#11946)
This commit is contained in:
committed by
Jesse Hills
parent
e8998a79c7
commit
70aa94b8a4
@@ -703,7 +703,9 @@ lvgl:
|
||||
on_value:
|
||||
- lvgl.spinbox.update:
|
||||
id: spinbox_id
|
||||
value: !lambda return x;
|
||||
value: !lambda |-
|
||||
static float yyy = 83.0;
|
||||
return yyy + .8;
|
||||
- button:
|
||||
styles: spin_button
|
||||
id: spin_up
|
||||
|
||||
Reference in New Issue
Block a user