1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00

docs(examples): add the gradient examples (#6328)

This commit is contained in:
Gabor Kiss-Vamosi 2024-06-03 17:50:54 +02:00 committed by GitHub
parent af15a17a54
commit a8be38b297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,46 +53,57 @@ Line styles
.. lv_example:: styles/lv_example_style_9 .. lv_example:: styles/lv_example_style_9
:language: c :language: c
Transition Transition
---------- ----------
.. lv_example:: styles/lv_example_style_10 .. lv_example:: styles/lv_example_style_10
:language: c :language: c
Using multiple styles Using multiple styles
--------------------- ---------------------
.. lv_example:: styles/lv_example_style_11 .. lv_example:: styles/lv_example_style_11
:language: c :language: c
Local styles Local styles
------------ ------------
.. lv_example:: styles/lv_example_style_12 .. lv_example:: styles/lv_example_style_12
:language: c :language: c
Add styles to parts and states Add styles to parts and states
------------------------------ ------------------------------
.. lv_example:: styles/lv_example_style_13 .. lv_example:: styles/lv_example_style_13
:language: c :language: c
Extending the current theme Extending the current theme
--------------------------- ---------------------------
.. lv_example:: styles/lv_example_style_14 .. lv_example:: styles/lv_example_style_14
:language: c :language: c
Opacity and Transformations Opacity and Transformations
--------------------------- ---------------------------
.. lv_example:: styles/lv_example_style_15 .. lv_example:: styles/lv_example_style_15
:language: c :language: c
Metallic knob with conic gradient
---------------------------------
.. lv_example:: styles/lv_example_style_16
:language: c
Radial gradient as background
-----------------------------
.. lv_example:: styles/lv_example_style_17
:language: c
Gradients for button background
-----------------------------
.. lv_example:: styles/lv_example_style_18
:language: c