lvgl/lvgl

carousel widget is missing, how to replace?

Closed this issue · 10 comments

LVGL version

v9.1.1

What happened?

in v8.3 have the lv_carousel_get_element_act function, but missing in v9, how to replace or get the carousel in v9?

How to reproduce?

No response

There as no lv_carousel in v8 either. Which widget do you mean?

We need some feedback on this issue.

Now we mark this as "stale" because there was no activity here for 14 days.

Remove the "stale" label or comment else this will be closed in 7 days.

As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.

So feel free to comment if you have remarks or ideas on this topic.

I think your code is generated by NXP GUI Guider, the widget 'carousel' is in NXP's LVGL Library, not in the original LVGL;
You can copy it to your projects. It's in Generated Folder\lvgl\src\extra\widgets\carousel, then modify your makefile and the relative settings.

GuiGuider is not maintained by us but by NXP, so I can't comment on it. 🙁

(cc @nicusorcitu)

Please address this question to NXP GG community:
https://community.nxp.com/t5/GUI-Guider/bd-p/GUI-Guider

I think your code is generated by NXP GUI Guider, the widget 'carousel' is in NXP's LVGL Library, not in the original LVGL; You can copy it to your projects. It's in Generated Folder\lvgl\src\extra\widgets\carousel, then modify your makefile and the relative settings.

thank you, yes is in NXP,I copy it to my project, compile is ok. But when i run, lv_carousel_create,return the memory error:
图片
carousel code is below
carousel.zip

how to add a custome widget to self project, as carousel?

Please ask NXP Gui Guider team about the widgets, the best way to contact them is via NXP community:
https://community.nxp.com/t5/GUI-Guider/bd-p/GUI-Guider

Please ask NXP Gui Guider team about the widgets, the best way to contact them is via NXP community: https://community.nxp.com/t5/GUI-Guider/bd-p/GUI-Guider

I think it is about how to add the custome widget problem? need to pay attention to what