docs(draw_descriptors): fix examples missing code (#9745)

This commit is contained in:
Victor Wheeler
2026-02-17 12:42:33 -07:00
committed by GitHub
parent 6048a65c7e
commit 777e875aed

View File

@@ -737,10 +737,10 @@ There are several options to mask parts of a layer, Widget, or drawing:
By using the Canvas Widget with an :cpp:enumerator:`LV_COLOR_FORMAT_L8` buffer,
bitmap masks can be rendered dynamically.
.. lv_example:: widgets/canvas/lv_example_label_4
.. lv_example:: widgets/label/lv_example_label_4
:language: c
.. lv_example:: widgets/canvas/lv_example_roller_3
.. lv_example:: widgets/roller/lv_example_roller_3
:language: c