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] Pages not visible with User Widget #593

Closed
FourLeafTec opened this issue Oct 16, 2024 · 2 comments
Closed

[LVGL] Pages not visible with User Widget #593

FourLeafTec opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@FourLeafTec
Copy link

Describe the bug
Pages not visible with User Widget in LVGL project

To Reproduce
Steps to reproduce the behavior:

  1. Create Project with LVGL template, chose LVGL version 9.x
  2. Create User Widget T1
  3. Add Label:Text to T1
  4. Add T1 to Main
  5. Click Run, Page is empty.

Screenshots
截屏2024-10-16 18 54 40

截屏2024-10-16 18 54 51

Desktop (please complete the following information):

  • OS: MacOS
  • Version 14.6.1 (23G93)

** LVGL version**

  • 9.x

Additional context
The test eez-project file:

lvgl.zip

@mvladic
Copy link
Contributor

mvladic commented Oct 16, 2024

This is a bug!

This problem is only present for the LVGL projects without Flow support:

image

image

Also, this problem manifest only when previewing the screen using Studio Simulator (when you press the Run button), but your generated code (with the Build button) should work.

@mvladic mvladic added this to the 0.19.0 milestone Oct 16, 2024
@mvladic
Copy link
Contributor

mvladic commented Oct 16, 2024

This is now fixed!

mvladic added a commit that referenced this issue Oct 16, 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