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
The onDetect() method can be used to attached interrupts so that when a touch event is detected by the GT911, the specified sub routine is ran specified by handler in the function below.
The
onDetect()
method can be used to attached interrupts so that when a touch event is detected by the GT911, the specified sub routine is ran specified byhandler
in the function below.Arduino_GigaDisplayTouch/src/Arduino_GigaDisplayTouch.cpp
Lines 173 to 177 in 4101b8a
An example of how to use the interrupt is given in
Touch_IRQ.ino
example.Arduino_GigaDisplayTouch/examples/Touch_IRQ/Touch_IRQ.ino
Line 47 in 4101b8a
Arduino_GigaDisplayTouch/examples/Touch_IRQ/Touch_IRQ.ino
Lines 24 to 34 in 4101b8a
It is not possible to detach the interrupt, using the current public methods. Detaching interrupts is useful for:
delay()
The text was updated successfully, but these errors were encountered: