LVGL Documentation Missing v9 Examples

Description

What LVGL version are you using?

9.1.0 (release)

What do you want to achieve?

I’m migrating a project from v8 to v9. One of my custom drawing routines used the example code found here, this example is broken in the v9 documentation. The API changes are throwing many errors with this code, if someone has figured out how to achieve the same thing in v9 can you post it below? I have to fix all other compiler errors before trying to figure this one out.

1 Like

same here.

In the new API the fade mask functions now are sw_fade, you can see on the header lv_draw_sw_mask.h — LVGL documentation