zxfr / Pixels

Graphics library for TFT displays
20 stars 12 forks source link

Added SPI Transaction Support #6

Open glowdeck opened 8 years ago

glowdeck commented 8 years ago

Current version of the library malfunctions when another device (besides the LCD) shares the SPI bus. Implementing the modern SPI transactions method seems to have resolved it.

Note that I have only tested this with the ILI9341 hardware SPI connected to a Teensy 3.X+ (combined with up to 2 additional SPI devices).