mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
fix(display): All display updates in work thread.
* Make sure all LVGL access is from main work thread.
This commit is contained in:
@@ -6,5 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
int zmk_display_init();
|
||||
void zmk_display_task_handler();
|
||||
int zmk_display_init();
|
||||
Reference in New Issue
Block a user