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/src/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/src/main.c') diff --git a/app/src/main.c b/app/src/main.c index eb0275b..ae604a7 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -28,9 +28,5 @@ void main(void) { #ifdef CONFIG_ZMK_DISPLAY zmk_display_init(); - - while (1) { - zmk_display_task_handler(); - } #endif /* CONFIG_ZMK_DISPLAY */ } -- cgit v1.2.3