[lvgl] Add missing obj scroll properties (#11901)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Clyde Stubbs
2025-11-26 11:49:47 +10:00
committed by GitHub
parent f071b6232a
commit e071380532
4 changed files with 31 additions and 4 deletions

View File

@@ -537,6 +537,9 @@ lvgl:
- tileview:
id: tileview_id
scrollbar_mode: active
scroll_dir: all
scroll_elastic: true
scroll_momentum: true
on_value:
then:
- if:
@@ -546,6 +549,8 @@ lvgl:
- logger.log: "tile 1 is now showing"
tiles:
- id: tile_1
scroll_snap_y: center
scroll_snap_x: start
layout: vertical
row: 0
column: 0