lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
489 stars 366 forks source link

Call to lv_obj_refresh_style in lv_demo_printer_theme.c missing part argument #80

Closed icodk closed 3 years ago

icodk commented 3 years ago

Function lv_obj_refresh_style requires now three arguments (only 2 in 7.1.0) but call to this function was not updated in lv_demo_printer_theme.c Also the documentation only details two parameters, though the part parameter is in the function definition.

kisvegabor commented 3 years ago

Hi,

It's already fixed in the latest version. https://github.com/lvgl/lv_examples/blob/master/src/lv_demo_printer/lv_demo_printer_theme.c#L457

Also the documentation only details two parameters, though the part parameter is in the function definition.

I've just updated the docs here.

stale[bot] commented 3 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kisvegabor commented 3 years ago

As the issue should be fixed I close it.

If it's still not working as expected please comment here and reopen the issue.