Adafruit_ImageReader icon indicating copy to clipboard operation
Adafruit_ImageReader copied to clipboard

Cant use Interrupt with Imagereader

Open j0k3r187 opened this issue 1 year ago • 0 comments

Hello

Is it possible to stop the imageReader on an interrupt to print another picture to the Display when the interrupt occurs? Because if i use library stuff in the ISR the arduino stops working, but if i only set a flag in the ISR i need to wait until the last Picture is printed completely.

The Example are working fine, im using a Seeed Studio XIAO SAMD21 and a ILI9341 2.2" TFT

j0k3r187 avatar May 01 '23 22:05 j0k3r187