How to assign different pins in FT6206 library

Hello all,

I have started to work with a nice TFT display of 320X480 which has an ILI9488 and Capacitive Touch Screen. Everything is working fine using Arduino board but with Raspberry Pico, it is a bit different. I'm able to get my screen doing whatever I want (which is good) but I'm unable to re-address the pin for I2C hardware in library FT6206. Is there a way I can properly configure the library to my actual setup (SDA on 16, SCL on 17)?

OK, I got it, The fix was so obvious that I did not think of doing it. Using Wire.setSDA() and Wire.setSCL() for forcing pin even by using FT6206 library worked.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.