ESP32-TFT-Library-ILI9486 icon indicating copy to clipboard operation
ESP32-TFT-Library-ILI9486 copied to clipboard

ili9486 3.5" & SD waveshare SKU 13506

Open optimaxch opened this issue 3 years ago • 1 comments

SD mounts only if NOT reformatted by windows 10.

void setup() { SPI.begin(SPI_SCK, SPI_MISO, SPI_MOSI); tft.begin(TFT_CS, TFT_DC, SPI_MOSI, SPI_MISO, SPI_SCK); //tft.setFrequency(10000000); SD.begin(SD_CS); //SD.begin(SD_CS,SPI,10000000); // faster speed max 40MHz Serial.begin(115200); }

rgds rudi

optimaxch avatar Apr 23 '22 07:04 optimaxch

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 10 '22 23:07 stale[bot]