Skip to content

fix(lvgl): fix designator order for .static_bitmap - #145

Open
kisvegabor wants to merge 1 commit into
masterfrom
fix/designator-order
Open

kisvegabor wants to merge 1 commit into
masterfrom
fix/designator-order

Conversation

@kisvegabor

@kisvegabor kisvegabor commented Sep 29, 2025

Copy link
Copy Markdown
Member

Fixes #142


Summary by cubic

Fixed the LVGL font initializer field order by moving underline_position and underline_thickness after static_bitmap to match LVGL 9.3+ struct layout and prevent build errors. Ensures generated lv_font_t structs compile cleanly across supported versions.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

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.

Error: designator order for field '_lv_font_t::static_bitmap'

1 participant