mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00:00
[lvgl] Allow line points as percentages (#16209)
This commit is contained in:
@@ -1038,7 +1038,10 @@ lvgl:
|
||||
- 5, 5
|
||||
- x: !lambda return random_uint32() % 100;
|
||||
y: !lambda return random_uint32() % 100;
|
||||
- 70, 70
|
||||
- x: 10%
|
||||
y: 50%
|
||||
- 70%, 70%
|
||||
- [75%, 75%]
|
||||
- 120, 10
|
||||
- 180, 60
|
||||
- 240, 10
|
||||
|
||||
Reference in New Issue
Block a user