diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-12-03 22:53:54 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-06 22:47:21 -0500 |
commit | 7ea1892bbb146eb5ce4d8602c136fadb54d454c8 (patch) | |
tree | a222a8c0aaf81ae22e2223d54f22fddf6f81761f /app/include/zmk/display.h | |
parent | 0d80220e14200b38b3e244d9f24e8bd7b61768d2 (diff) |
fix(display): All display updates in work thread.
* Make sure all LVGL access is from main work thread.
Diffstat (limited to 'app/include/zmk/display.h')
-rw-r--r-- | app/include/zmk/display.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/include/zmk/display.h b/app/include/zmk/display.h index def4392..3f4eb52 100644 --- a/app/include/zmk/display.h +++ b/app/include/zmk/display.h @@ -6,5 +6,4 @@ #pragma once -int zmk_display_init(); -void zmk_display_task_handler();
\ No newline at end of file +int zmk_display_init();
\ No newline at end of file |