cbm80amiga / Arduino_ST7789_Fast

Fast SPI library for the ST7789 IPS display
GNU Lesser General Public License v3.0
227 stars 66 forks source link

possible port to ESP32 #5

Open Frost159 opened 3 years ago

Frost159 commented 3 years ago

Does this library work with esp32 boards ? Would it be possible to modify the pins to match esp32 pins ?

MartinNohr commented 3 years ago

I would love to see this work on esp32 ttgo t-display!

steinundfloete commented 3 years ago

Not compiling on ESP8266 or ESP32. Any chance to extend the library?

cbm80amiga commented 3 years ago

This library is optimized for AVR, maybe it would work on ESP in compatibility mode, but not as efficient. I prepared optimized STM32 version too. I believe there are special optimized libraries for ESP.