1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03: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
:language: c
Transition
----------
.. lv_example:: styles/lv_example_style_10
:language: c
Using multiple styles
---------------------
.. lv_example:: styles/lv_example_style_11
:language: c
Local styles
------------
.. lv_example:: styles/lv_example_style_12
:language: c
Add styles to parts and states
------------------------------
.. lv_example:: styles/lv_example_style_13
:language: c
Extending the current theme
---------------------------
.. lv_example:: styles/lv_example_style_14
:language: c
Opacity and Transformations
---------------------------
.. lv_example:: styles/lv_example_style_15
: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