ESP32-TFT-Library-ILI9486
ESP32-TFT-Library-ILI9486 copied to clipboard
ili9486 3.5" & SD waveshare SKU 13506
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
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.