I'm building a little gadget using an ILI9341 TFT display that i'm talking to using SPI on a Teensy 4.0. The display was easy to get working using the ILI9341_t3 library, However, I noticed the...
Type: Posts; User: rafl
I'm building a little gadget using an ILI9341 TFT display that i'm talking to using SPI on a Teensy 4.0. The display was easy to get working using the ILI9341_t3 library, However, I noticed the...
This question is similar to a previously unanswered one in a different thread at https://forum.pjrc.com/threads/59685-Teensyduino-1-51-Released?p=234544&viewfull=1#post234544.
I'm trying to...
I'm working on a project that needs to make slight modifications to https://github.com/PaulStoffregen/cores. Those changes are fairly specific to that project, and I don't think it makes sense to try...