I am trying to get the Adafruit 1.54" 240x240 Wide Angle TFT ST7789 working with a Teensy 3.6, using the Adafruit library, by reading the bitmaps from the SD card but colours on the screen do not match the bitmap (See...
I have an odd display which uses a modified ST7789 driver to support SPI9 but to update the display is quite slow. I am using an Teensy 3.6 and running the example DMASpi (https://github.com/crteensy/DmaSpi) and would...
I am using the DmaSpi (see link below) working on a Teensy 3.2, but getting this error message. It will complie for a 3.6 and LC, but I don't have one of these devices.
Can this libarary use used for a 3.2, or is...
I found out the problem, it was the picture conversion removing all the layers from the bitmap it was odd as I saved it all from Photoshop reduced the picture size and it removed the layers. So all the code worked...