adafruit / Adafruit-GFX-Library

Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
https://learn.adafruit.com/adafruit-gfx-graphics-library
Other
2.41k stars 1.55k forks source link

Add support for second hw SPI #361

Closed maxholgasson closed 1 year ago

maxholgasson commented 3 years ago

Hi, is it possible to add a second hardware SPI to the GFX library besides of the default SPI?

kmsmi commented 1 year ago

I join the question. Is it possible to use a second SPI?

ladyada commented 1 year ago

pass in SPIclass here https://github.com/adafruit/Adafruit-GFX-Library/blob/master/Adafruit_SPITFT.h#L145

kmsmi commented 1 year ago

Thanks.