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] Add group action to save the current focused object #559

Closed
zalexzperez opened this issue Sep 29, 2024 · 1 comment
Closed

[LVGL] Add group action to save the current focused object #559

zalexzperez opened this issue Sep 29, 2024 · 1 comment
Assignees
Milestone

Comments

@zalexzperez
Copy link

Currently, when a screen is loaded, the first object in the group gets focused by default.

By allowing the user to save the current focused object in a variable with an LVGL group action, we will be able to later restore the focus on this object when required (e.g. when returning from another screen).

This feature request requires being able to read from variables when using the LVGL action to focus on an object, which is also not currently possible.

@mvladic
Copy link
Contributor

mvladic commented Oct 4, 2024

This issue will be solved by implementing issue #570.

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

No branches or pull requests

2 participants