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 project: style definitions are generated twice in styles.c #251

Closed
fietser28 opened this issue May 5, 2023 · 2 comments
Closed

LVGL project: style definitions are generated twice in styles.c #251

fietser28 opened this issue May 5, 2023 · 2 comments
Assignees
Milestone

Comments

@fietser28
Copy link
Collaborator

The styles definitions in styles.c are generated twice:

image

To reproduce:

  • create new LVGL project.
  • create 2 styles (of different types?)
  • build project
  • look at styles.c: all definitions are there twice.

Workaround: comment out the duplicates and everything compiles nicely.

LVGL-test.zip

Using local build of latest GitHub commit on OS X 13.3 M1 using nodes v16.18.1

mvladic added a commit that referenced this issue May 5, 2023
@mvladic
Copy link
Contributor

mvladic commented May 5, 2023

Fixed.

@fietser28
Copy link
Collaborator Author

Works. That was fast. Thank you! 💯

@prasimix prasimix added this to the M14 milestone May 5, 2023
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

3 participants