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:
parent
9f2785786f
commit
063d98e3df
3 changed files with 60 additions and 6 deletions
|
|
@ -6,4 +6,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
struct k_work_q *zmk_display_work_q();
|
||||
|
||||
int zmk_display_init();
|
||||
Loading…
Add table
Add a link
Reference in a new issue