Skip to content

feat(lvgl): eight displays — a body may be several panels - #46

Merged
genmon merged 2 commits into
mainfrom
genmon/lvgl-eight-displays
Sep 9, 2026
Merged

genmon merged 2 commits into
mainfrom
genmon/lvgl-eight-displays

Conversation

@genmon

@genmon genmon commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

LvglModule::MAX_DISPLAYS goes from 4 to 8. A device may be several panels rather than one screen, each registered as its own surface and given its own lv_display_t by this module; with the cap at 4, lvgl.bind of a fifth display fails. A slot is a name, the options and a pointer — nothing is allocated until a display's first bind, so the four extra slots cost a few dozen bytes of static.

Unit suite: 223/223.

🤖 Generated with Claude Code

@genmon
genmon merged commit cc208a8 into main Sep 9, 2026
4 checks passed
@genmon
genmon deleted the genmon/lvgl-eight-displays branch September 9, 2026 20:07
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.

1 participant