Closed peppeg85 closed 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
ok, i solved with the last post of this issue:
https://github.com/G6EJD/ESP32-and-how-to-use-ILI9341-TFT-Display/issues/1
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