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] The align attribute seems to be missing some functionality #707

Open
LonlyPan opened this issue Jan 19, 2025 · 0 comments
Open

[LVGL] The align attribute seems to be missing some functionality #707

LonlyPan opened this issue Jan 19, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@LonlyPan
Copy link

LonlyPan commented Jan 19, 2025

Describe the bug
I tried setting the align property of a panel to OUT_xxxx_xxxx, but it didn't seem to work. I checked the official lvgl documentation and found that using the parameter setting starting with OUT, you also need to set a target control for this setting to work, but I didn't see this option in the properties of eez. Is it not supported yet?

This is the lvgl official function:
lv_obj_align_to(obj_to_align, reference_obj, align, x, y);

To Reproduce

  1. Add two panels
  2. Set the align property of the second panel to the OUT_BOTTOM_MID parameter, in order to place the second panel below the first panel and align it in the middle. but it seems to fail.

Screenshots

Image

Desktop (please complete the following information):

  • OS: Windows10
  • eez Version 0.21.0

** LVGL version (if used)**

  • 9.x
@LonlyPan LonlyPan added the bug label Jan 19, 2025
@mvladic mvladic modified the milestones: 0.22.0, 0.23.0 Feb 4, 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

2 participants