GC9A01 on Teensy 4.1 SPI1 instead of SPI0 #2649
Replies: 2 comments 1 reply
-
The Teensy 4.1 is treated as a generic processor, so there is no optimisation or SPI port configuration options. In practice the Teensy board package SPi code is well written and performant so there are no plans to add any optimisation.This means the Arduino board package defaults are used for the SPI port. Modification of the library code will be necessary to use other port numbers. |
Beta Was this translation helpful? Give feedback.
-
@Bodmer Thanks for the reply. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to try experimenting with this library. I use PlatformIO and have a GC9A01 connected to SPI1 on a Teensy 4.1
I tried
#define TFT_SPI_PORT 1
but that gives a compilation error:Is it possible to have it work on SPI1 instead?
Beta Was this translation helpful? Give feedback.
All reactions