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

Update st7789.c #29

Open expresschs opened 1 year ago

expresschs commented 1 year ago

To determine whether a frame of spi data is transfered, the spi ready flag should be used instead of the dma ready flag. The driver can run well on STM32H7.