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

added mp version of lv_example_anim_3 #2412

Merged
merged 3 commits into from
Jul 28, 2021
Merged

added mp version of lv_example_anim_3 #2412

merged 3 commits into from
Jul 28, 2021

Conversation

uraich
Copy link
Contributor

@uraich uraich commented Jul 27, 2021

Description of the feature or fix

A clear and concise description of what the bug or new feature is.

Checkpoints

Not a fix! I just added the MicroPython version of lv_example_anim_3

fs_driver.fs_register(fs_drv, 'S')
print("montserrat-22 not enabled in lv_conf.h, dynamically loading the font")
font_montserrat_22 = lv.font_load("S:" + "../../assets/font/montserrat-22.fnt")
roller1.set_style_text_font(font_montserrat_22,lv.PART.SELECTED)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why lv.PART.SELECTED is specified on the dynamic codepath but not the static one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason is that it's a bug! Corrected!

@kisvegabor kisvegabor self-requested a review July 28, 2021 10:14
@embeddedt embeddedt merged commit 06b3013 into lvgl:master Jul 28, 2021
@embeddedt
Copy link
Member

Merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants