mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
24 lines
489 B
ReStructuredText
24 lines
489 B
ReStructuredText
|
|
Basic grid navigation
|
|
---------------------
|
|
|
|
.. lv_example:: others/gridnav/lv_example_gridnav_1
|
|
:language: c
|
|
|
|
Grid navigation on a list
|
|
-------------------------
|
|
|
|
.. lv_example:: others/gridnav/lv_example_gridnav_2
|
|
:language: c
|
|
|
|
Nested grid navigations
|
|
-----------------------
|
|
|
|
.. lv_example:: others/gridnav/lv_example_gridnav_3
|
|
:language: c
|
|
|
|
Simple navigation on a list widget
|
|
----------------------------------
|
|
|
|
.. lv_example:: others/gridnav/lv_example_gridnav_4
|
|
:language: c |