From 7ea1892bbb146eb5ce4d8602c136fadb54d454c8 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 3 Dec 2020 22:53:54 -0500 Subject: fix(display): All display updates in work thread. * Make sure all LVGL access is from main work thread. --- app/include/zmk/display.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/include') 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 -- cgit v1.2.3