adafruit / Adafruit_ILI9341

Library for Adafruit ILI9341 displays
415 stars 283 forks source link

compatibility with other spi devices #63

Closed peppeg85 closed 4 years ago

peppeg85 commented 4 years ago

hello, thanks for this great library, i'm trying to use a microsd card con the same spi port of the display, just with a different cs pin to select the sd but if i initialize the sdcard with SPI.begin(sd_cs) the display doesn't work. is there a way to fix it? i use esp32. is the library compatible with other libraries?

thank you

peppeg85 commented 4 years ago

i'm trying to use the code in this example, but if i try to initialize the sd it fails and the display doesn't work, gives rows blanking

peppeg85 commented 4 years ago

ok, i solved with the last post of this issue:

https://github.com/G6EJD/ESP32-and-how-to-use-ILI9341-TFT-Display/issues/1