summaryrefslogtreecommitdiff
path: root/app/src/display/widgets/wpm_status.c
AgeCommit message (Collapse)Author
2021-09-25refactor(display): Saner font selection/defaults.Peter Johanson
* Only select fonts for the default built in status screen * Leverage theme default fonts, instead of hardcoding theme details in each component.
2021-09-25refactor(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-01-23feat: Add WPM calculator and display widgetAlly Parker