index
:
zmk.git
core/peripheral-behavior-invocation
main
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
display
Age
Commit message (
Expand
)
Author
2021-10-12
fix(display): Increase char buffer size to fit all symbols
Richard Kjerstadius
2021-09-25
refactor(display): Saner font selection/defaults.
Peter Johanson
2021-09-25
refactor(display): Output/layer/battery thread safety.
Peter Johanson
2021-09-25
feat(display): Optional dedicated work queue.
Peter Johanson
2021-08-27
fix(display): Add proper LVGL label dep.
Peter Johanson
2021-08-03
fix(display): Update output status on endpoint selection change.
Peter Johanson
2021-07-17
fix(display): Avoid fault w/ LVGL API usage.
Peter Johanson
2021-02-16
fix(display): Check for display in idle handler.
Pete Johanson
2021-01-23
feat: Add WPM calculator and display widget
Ally Parker
2021-01-20
refactor(core): Combine `is_` and `cast_` event functions.
Pete Johanson
2021-01-20
refactor(core): Extra event payloads to own types, refactor API.
Pete Johanson
2021-01-04
feat(display): Show layer label in widget.
Pete Johanson
2021-01-01
refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0
Okke Formsma
2020-12-28
Add uppermost, current layer status widget to oled (#493)
KemoNine
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-21
chore(display): add header to CMakeLists.txt
innovaker
2020-12-21
chore(display): add header to Kconfig
innovaker
2020-12-21
chore(display): align status_screen copyright
innovaker
2020-12-14
feature(display): Blank display on idle/sleep.
Pete Johanson
2020-12-14
refactor(display): Update to new LVGL v7.x API.
Pete Johanson
2020-12-14
refactor(app): remove `_gatt_` infixes from BT DIS and BAS services
innovaker
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-12-06
fix(display): All display updates in work thread.
Pete Johanson
2020-12-02
feat(display): Initial widget/status screen work.
Pete Johanson