Trouble using SD.h and TFT_eSPI.h at the same time
I am using an L432KC board and I am trying to read .txt files from my SD card through SPI, extract the bitmap array, and then push the bitmap through TFT_eSPI.h library. I am able to work with SD card and the display individually, but not together. I...