You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GiGA Touch - define a callback function forwarder.
Register a callback function to be called by the zephyr input system.
This new code is only there if it is a GIGA and
CONFIG_INPUT_GT911_INTERRUPT is defined.
This includes adding a callback function that is linked in to the
zephyr build, and export a function to call to allow us to register our own.
Added an init variant to GIGA that if the touch interrupt is enabled, then
it will clear out the old user defined callback if any.
Signed-off-by: Kurt Eckhardt <[email protected]>
0 commit comments