sumotoy
Well-known member
Finally solved the problem!
In my setup I got SD cs pin connected to 16 and TFT cs pin connected to 14. With this configuration the original Adafruit TFT library worked but Paul's optimized one apparently failed only with bitmaps (not sure the rest).
The only way I can get perfectly working is use one of the following Teensy3 pins for CS: 2/6/9/10/15/20/21/22/23
I changed pin 14 to 2 et voilà, bitmap appears magically... Maybe is related to what paul's called "CS native pins"?
I hope this will be useful for someone... In the meantime I will study the SD side code to try understand why some pin works and some not.
In my setup I got SD cs pin connected to 16 and TFT cs pin connected to 14. With this configuration the original Adafruit TFT library worked but Paul's optimized one apparently failed only with bitmaps (not sure the rest).
The only way I can get perfectly working is use one of the following Teensy3 pins for CS: 2/6/9/10/15/20/21/22/23
I changed pin 14 to 2 et voilà, bitmap appears magically... Maybe is related to what paul's called "CS native pins"?
I hope this will be useful for someone... In the meantime I will study the SD side code to try understand why some pin works and some not.