1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
Xiang Xiao 4c4f954059
chore(style): remove the trailing space from all source files (#3188)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-21 11:25:51 +01:00

38 lines
750 B
ReStructuredText

A simple grid
"""""""""""""""
.. lv_example:: layouts/grid/lv_example_grid_1
:language: c
Demonstrate cell placement and span
"""""""""""""""""""""""""""""""""""""""""""""""""
.. lv_example:: layouts/grid/lv_example_grid_2
:language: c
Demonstrate grid's "free unit"
""""""""""""""""""""""""""""""
.. lv_example:: layouts/grid/lv_example_grid_3
:language: c
Demonstrate track placement
"""""""""""""""""""""""""""
.. lv_example:: layouts/grid/lv_example_grid_4
:language: c
Demonstrate column and row gap
""""""""""""""""""""""""""""""
.. lv_example:: layouts/grid/lv_example_grid_5
:language: c
Demonstrate RTL direction on grid
""""""""""""""""""""""""""""""""""
.. lv_example:: layouts/grid/lv_example_grid_6
:language: c