summaryrefslogtreecommitdiff
path: root/app/src/display
AgeCommit message (Expand)Author
2021-10-12fix(display): Increase char buffer size to fit all symbolsRichard Kjerstadius
2021-09-25refactor(display): Saner font selection/defaults.Peter Johanson
2021-09-25refactor(display): Output/layer/battery thread safety.Peter Johanson
2021-09-25feat(display): Optional dedicated work queue.Peter Johanson
2021-08-27fix(display): Add proper LVGL label dep.Peter Johanson
2021-08-03fix(display): Update output status on endpoint selection change.Peter Johanson
2021-07-17fix(display): Avoid fault w/ LVGL API usage.Peter Johanson
2021-02-16fix(display): Check for display in idle handler.Pete Johanson
2021-01-23feat: Add WPM calculator and display widgetAlly Parker
2021-01-20refactor(core): Combine `is_` and `cast_` event functions.Pete Johanson
2021-01-20refactor(core): Extra event payloads to own types, refactor API.Pete Johanson
2021-01-04feat(display): Show layer label in widget.Pete Johanson
2021-01-01refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0Okke Formsma
2020-12-28Add uppermost, current layer status widget to oled (#493)KemoNine
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-21chore(display): add header to CMakeLists.txtinnovaker
2020-12-21chore(display): add header to Kconfiginnovaker
2020-12-21chore(display): align status_screen copyrightinnovaker
2020-12-14feature(display): Blank display on idle/sleep.Pete Johanson
2020-12-14refactor(display): Update to new LVGL v7.x API.Pete Johanson
2020-12-14refactor(app): remove `_gatt_` infixes from BT DIS and BAS servicesinnovaker
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-12-06fix(display): All display updates in work thread.Pete Johanson
2020-12-02feat(display): Initial widget/status screen work.Pete Johanson