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
|
|
@ -6,5 +6,4 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
int zmk_display_init();
|
||||
void zmk_display_task_handler();
|
||||
int zmk_display_init();
|
||||
Loading…
Add table
Add a link
Reference in a new issue