forked from kofal.net/zmk
fix(display): All display updates in work thread.
* Make sure all LVGL access is from main work thread.
This commit is contained in:
@@ -28,9 +28,5 @@ void main(void) {
|
||||
|
||||
#ifdef CONFIG_ZMK_DISPLAY
|
||||
zmk_display_init();
|
||||
|
||||
while (1) {
|
||||
zmk_display_task_handler();
|
||||
}
|
||||
#endif /* CONFIG_ZMK_DISPLAY */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user