[lvgl] Allow multiple widgets per grid cell (#12091)

This commit is contained in:
Clyde Stubbs
2025-11-26 05:06:42 +10:00
committed by GitHub
parent dec323e786
commit b6be5e3eda
2 changed files with 13 additions and 1 deletions

View File

@@ -893,6 +893,7 @@ lvgl:
grid_columns: [40, fr(1), fr(1)]
pad_row: 6px
pad_column: 0
multiple_widgets_per_cell: true
widgets:
- image:
grid_cell_row_pos: 0
@@ -917,6 +918,10 @@ lvgl:
grid_cell_row_pos: 1
grid_cell_column_pos: 0
text: "Grid cell 1/0"
- label:
grid_cell_row_pos: 1
grid_cell_column_pos: 0
text: "Duplicate for 1/0"
- label:
styles: bdr_style
grid_cell_row_pos: 1