InfiniTimeOrg / InfiniTimeOrg/InfiniTime
Upgrade to LVGL 8
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 3.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
- Button behaviour while sliding finger has been improved. Now pressing on one button, sliding to another button and releasing will activate the first button rather than the second. Still not perfect but better than before. Relevant after #492
This can also be done in LVGL 7 #1100disp_drv->full_refresh = 1Can be used instead ofbackgroundLabels to force full refresh.- Handling events has been made easier by making it possible to pick only the events we want. No more
if (event != LV_EVENT_CLICKED)needed. - Objects are realigned automatically.
- Bar styling has been improved, which I can see as being useful for prettifying the UI. Maybe there are more useful styling updates.
Seems like this update would make coding easier and reduce weirdness.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked LVGL 8.0.0 release notes, then review the current firmware's LVGL usage against the listed event, alignment, and styling changes. Check related issues #492 and #1100 for context. The issue names no files, tests, or completion checklist, so establish the migration scope and definition of done with maintainers first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100