Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | refactor(display): Output/layer/battery thread safety. | Peter Johanson | |
* Submit widget updates to display queue. * Use mutex to control access to shared state for widgets. | |||
2021-09-25 | feat(display): Optional dedicated work queue. | Peter Johanson | |
* Add new Kconfig settingsx to allow selecting system or dedicated work queue for performing UI updates. * Allow UI updates to not block other system tasks when display is updating, especially important for e-ink displays. | |||
2020-12-06 | fix(display): All display updates in work thread. | Pete Johanson | |
* Make sure all LVGL access is from main work thread. | |||
2020-09-10 | fix: Switch to single AUTHORS file.* Closes #164 | Pete Johanson | |
2020-07-25 | Initial display support. | Pete Johanson | |