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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: