Hello. I am using a 2.4 inch tft display with Arduino Uno. I need to show the data I get from a sensor on the screen, so I need the D2 pin. The TFT display occupies all digital interrupt pins. It was written in the forums that I could move the D2 pin to another pin, but I could not understand how to do it. I want to move it to D19.
The "PinChangeInterrupt" library by NicoHood will let you use any pin on the UNO for an interrupt. It works very similarly to the External Interrupt support built into Arduino: