fix(display): All display updates in work thread.

* Make sure all LVGL access is from main work thread.
This commit is contained in:
Pete Johanson
2020-12-03 22:53:54 -05:00
parent 0d80220e14
commit 7ea1892bbb
4 changed files with 15 additions and 17 deletions

View File

@@ -28,9 +28,5 @@ void main(void) {
#ifdef CONFIG_ZMK_DISPLAY
zmk_display_init();
while (1) {
zmk_display_task_handler();
}
#endif /* CONFIG_ZMK_DISPLAY */
}