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

@@ -6,5 +6,4 @@
#pragma once
int zmk_display_init();
void zmk_display_task_handler();
int zmk_display_init();