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

[LVGL] Scroll speed for the Label widget #746

Open
mvladic opened this issue Mar 10, 2025 · 1 comment
Open

[LVGL] Scroll speed for the Label widget #746

mvladic opened this issue Mar 10, 2025 · 1 comment
Assignees
Labels
Milestone

Comments

@mvladic
Copy link
Contributor

mvladic commented Mar 10, 2025

Scroll speed of the Label widget, when "Long mode" is set to SCROLL or SCROLL_CIRCULAR can be changed in the following way:

  • For the LVGL version 8.x, use "MISCELLANEOUS - Anim speed" style property. For example, if you set this property to 40 that means the label will be scrolled with the speed of 40 pixels per second.

  • In LVGL version 9.x, use "MISCELLANEOUS - Anim duration" style property. For example, if you set this property to 3000 that means that duration of the animation in one direction will be 3000 ms. The longer the animation duration, the slower the scrolling.

@mvladic mvladic added the bug label Mar 10, 2025
@mvladic mvladic self-assigned this Mar 10, 2025
mvladic added a commit that referenced this issue Mar 11, 2025
@mvladic mvladic changed the title [LVGL] Scroll animation speed for Label widget [LVGL] Scroll speed for the Label widget Mar 11, 2025
@mvladic
Copy link
Contributor Author

mvladic commented Mar 11, 2025

Fixed.

@mvladic mvladic added this to the 0.23.0 milestone Mar 11, 2025
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

1 participant