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.
This commit is contained in:
Peter Johanson
2021-08-12 03:43:07 +00:00
committed by Pete Johanson
parent 9f2785786f
commit 063d98e3df
3 changed files with 60 additions and 6 deletions

View File

@@ -6,4 +6,6 @@
#pragma once
struct k_work_q *zmk_display_work_q();
int zmk_display_init();