Floyd-Fish / ST7789-STM32

using STM32's Hardware SPI to drive a ST7789 based IPS displayer
GNU General Public License v3.0
276 stars 55 forks source link

Arduino IDE ZIP installation error #10

Open seanspotatobusiness opened 3 years ago

seanspotatobusiness commented 3 years ago

I tried to install this from the zip file into the Arduino IDE and got the error message:

"Specified folder/zip file does not contain a valid library"

Is this not meant to work with the Arduino IDE?

potato1992 commented 1 year ago

This works only with STM32 Hal library. You can surely migrate to Arduino if you want, by replacing the SPI operation function.