Hey so I have a problem...
Basically i'm trying to make a smart remote using this tft:
UNO Elegoo TFT
and an IR led that a got from on old remote control, to control to IR led and my TV I'm using the IR remote library and at the I'm using the adafruit tft LCD and GFX libraries to control the Touchscreen.
Both are working fine separately but my problem is that the Ir remote library uses PWM pin 3 for the IR led BUT pin 3 is also one of the needed data pins on the TFT.
I've looked into trying to change the TFT data pins but that doesn't seem possible, the easiest option seems to be altering the IR library to use a different PWM timer pin but I am unsure how to do this.
only other options I guess are some hardware/software way a switching pins so only either the tft or IR led are connected to pin 3 at one time.
Please try and help me out here guys as I'm stuck on how to progress with this project
Cheers.