Currently, we have two great examples that helps Users to get touch points and co-ordinates from the GIGA Display Shield: - [Touch_IRQ.ino](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch/blob/4101b8a1f4a1d047228fafb36b6fd203c7481e23/examples/Touch_IRQ/Touch_IRQ.ino) - [Touch_Polling.ino](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch/blob/4101b8a1f4a1d047228fafb36b6fd203c7481e23/examples/Touch_Polling/Touch_Polling.ino) These two examples are are a good starting point, but are limited in scope. Specifically we need examples that: - Show how to detach and re-attach interrupts. See https://github.com/arduino-libraries/Arduino_GigaDisplayTouch/issues/8 - Can be run independently of the Serial Monitor. - Functions without depending on the [arduino-libraries/Arduino_GigaDisplay](https://github.com/arduino-libraries/Arduino_GigaDisplay) library.