fix(display): All display updates in work thread.
* Make sure all LVGL access is from main work thread.
This commit is contained in:
parent
0d80220e14
commit
7ea1892bbb
4 changed files with 15 additions and 17 deletions
|
|
@ -28,9 +28,5 @@ void main(void) {
|
|||
|
||||
#ifdef CONFIG_ZMK_DISPLAY
|
||||
zmk_display_init();
|
||||
|
||||
while (1) {
|
||||
zmk_display_task_handler();
|
||||
}
|
||||
#endif /* CONFIG_ZMK_DISPLAY */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue