forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
9f2785786f
commit
063d98e3df
@@ -6,4 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
struct k_work_q *zmk_display_work_q();
|
||||
|
||||
int zmk_display_init();
|
||||
Reference in New Issue
Block a user