Hi everyone.
the question is can I use the sketch for Arduino + OLED, directly to Arduino + TFT, with little modify like just change the pin settings? also the library changes, what else please?
Thanks
Adam
Probably not. Each screen has own driver and needs own set of commands that is provided by library, so unless your library supports both you will need appropriate library for the second screen. If you post exact models of the screens and what Arduino you have together with your code, someone may help futher.