[lvgl] Allow line points as percentages (#16209)

This commit is contained in:
Clyde Stubbs
2026-05-06 07:22:43 -04:00
committed by GitHub
parent febf8815c7
commit 79786f1cc7
7 changed files with 271 additions and 22 deletions
+4 -1
View File
@@ -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