docs link fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-17 16:17:20 +02:00
parent 103311192c
commit f97f87fdcd
20 changed files with 64 additions and 38 deletions

View File

@@ -4,10 +4,38 @@ C
Line Chart
""""""""""
.. lv_example:: lv_ex_widgets/lv_ex_chart/lv_ex_chart_1
.. lv_example:: widgets/chart/lv_example_chart_1
:language: c
Faded area line chart with custom division lines
"""""""""""""""""""""""""""""""""""""""""""""""""""
.. lv_example:: lv_ex_widgets/lv_ex_chart/lv_ex_chart_2
.. lv_example:: widgets/chart/lv_example_chart_2
:language: c
Axis ticks and labels with scrolling
""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_3
:language: c
Show the value of the pressed points
""""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_4
:language: c
Display 1000 data points with zooming and scrolling
"""""""""""""""""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_5
:language: c
Show cursor on the clicked point
"""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_6
:language: c

View File

@@ -54,7 +54,7 @@ static void event_cb(lv_event_t * e)
}
/**
* Add ticks and labels to the axis and demonstrate scrolling
* Show the value of the pressed points
*/
void lv_example_chart_4(void)
{