Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error in LVGL code for version 9.0 when Roller widget is used #357

Closed
mvladic opened this issue May 6, 2024 · 3 comments
Closed
Assignees
Labels
Milestone

Comments

@mvladic
Copy link
Contributor

mvladic commented May 6, 2024

Reported by @enrip19 on discord:

Also I found that when a roller is defined it has a line which is not completed when it creates a screen in screen.c. I can solve it replacing LVOBJ_FLAG by LV_OBJ_FLAG_CLICKABLE

image

@mvladic mvladic added the bug label May 6, 2024
@mvladic mvladic added this to the M19 milestone May 6, 2024
@mvladic mvladic self-assigned this May 6, 2024
@enrip19
Copy link

enrip19 commented May 9, 2024

I've stumbled upon some new issues with the roller, this time within the eezStudio GUI. As you can see in the attached picture, it seems that there's currently no option available to control the style of the selection part of the roller from within the eezStudio GUI. Only the main part is visible.

image

@mvladic
Copy link
Contributor Author

mvladic commented May 9, 2024

Also I found that when a roller is defined it has a line which is not completed when it creates a screen in screen.c. I can solve it replacing LVOBJ_FLAG by LV_OBJ_FLAG_CLICKABLE

This is already reported and fixed in the master branch (see #337). The next version with this fix will be released by May 13.

mvladic added a commit that referenced this issue May 9, 2024
@mvladic
Copy link
Contributor Author

mvladic commented May 9, 2024

I've stumbled upon some new issues with the roller, this time within the eezStudio GUI. As you can see in the attached picture, it seems that there's currently no option available to control the style of the selection part of the roller from within the eezStudio GUI. Only the main part is visible.

Fixed.

@mvladic mvladic closed this as completed May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants