From 063d98e3dfa8e0089aa0039b24489d29b062cf5e Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Thu, 12 Aug 2021 03:43:07 +0000 Subject: feat(display): Optional dedicated work queue. * Add new Kconfig settingsx to allow selecting system or dedicated work queue for performing UI updates. * Allow UI updates to not block other system tasks when display is updating, especially important for e-ink displays. --- app/include/zmk/display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/include') diff --git a/app/include/zmk/display.h b/app/include/zmk/display.h index 3f4eb52..d3bd042 100644 --- a/app/include/zmk/display.h +++ b/app/include/zmk/display.h @@ -6,4 +6,6 @@ #pragma once +struct k_work_q *zmk_display_work_q(); + int zmk_display_init(); \ No newline at end of file -- cgit v1.2.3