Hello,
I'm working on a project which use both TFTLCD to display and IR LED to send infrared, the problem is that one of the data pins of the LCD uses the same pin as the IR LED uses.
I know that the IR LED must connect to pin 3 because the IR library uses Timer 2 and pin 3 is controlled by Timer 2.
But I found that the in IRremoteInt.h, it allows me to change the Timer 2 to Timer 1 so that I can use pin 9, but unfortunately the data pins of LCD also uses pin 9 (It uses pins from 2 to 9).
But I also found that the pin 3 and pin 11 are controlled by Timer 2, the pin 9 and pin 10 is controlled by Timer 1, so when sending infrared, is there a way to configure the pin to 11 while using Timer 2 or pin 10 while using Timer 1?