docs(example): complete the examples not cited in the docs (#6608)

Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
Liu Yi 2024-08-03 14:34:45 +08:00 committed by GitHub
parent 39345de1cd
commit 6fa2e0dd51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,11 @@ Playback animation
.. lv_example:: anim/lv_example_anim_2
:language: c
Cubic Bezier animation
----------------------
.. lv_example:: anim/lv_example_anim_3
:language: c
Animation timeline
------------------
.. lv_example:: anim/lv_example_anim_timeline_1

View File

@ -1 +0,0 @@
typedef int dummy_int_t;

View File

@ -41,3 +41,9 @@ Scatter chart
.. lv_example:: widgets/chart/lv_example_chart_7
:language: c
Circular line chart with gap
----------------------------
.. lv_example:: widgets/chart/lv_example_chart_8
:language: c