adafruit / Adafruit-ST7735-Library

This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
https://learn.adafruit.com/1-8-tft-display
564 stars 305 forks source link

Second hardware SPI port of the ESP32 #186

Open GerardoTenreiro opened 1 year ago

GerardoTenreiro commented 1 year ago

Hello and nice to meet you. I'm trying to use the ADAFRUIT_ST7735 library on an ESP32 on the second SPI port, pins CLK=14,MOSI=13,A0=2 and CS=15. With the initialization by Software it works for me but it is very slow, the initialization by Hardware sends the data through the other SPI port of the ESP32. How can I change the SPI port. Thank you so much