mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
62fc7123f1
* add first implememtation * Update src/extra/others/gridnav/lv_gridnav.c Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com> * minor fix * add example and minor fixes * add more examples * add more examples * code formatting * add LV_GRIDNAC_CTRL_SCROLL_FIRST * code formatting * add example for list * add docs * Misc: improvements to gridnav docs (#2994) Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com> Co-authored-by: Ken Carpenter <62639971+FoundationKen@users.noreply.github.com>
19 lines
348 B
ReStructuredText
19 lines
348 B
ReStructuredText
|
|
Basic grid navigation
|
|
"""""""""""""""""""""
|
|
|
|
.. lv_example:: others/monkey/lv_example_gridnav_1
|
|
:language: c
|
|
|
|
Grid navigation on a list
|
|
""""""""""""""""""""""""
|
|
|
|
.. lv_example:: others/monkey/lv_example_gridnav_2
|
|
:language: c
|
|
|
|
Nested grid navigations
|
|
"""""""""""""""""""""""
|
|
|
|
.. lv_example:: others/monkey/lv_example_gridanav_3
|
|
:language: c
|