ST7789 spi dma library
Hi guys,
I want to do a dma with HAL library for a 1.3 inch st7798 driver display (uses stm32l476rg mcu)
https://github.com/Floyd-Fish/ST7789-STM32
I used the library in it works fine. but I want the screen to run faster (no scans should appear on the screen).
I made some changes in the st7789 library:
I set dma for spi2 from cube mx
I changed the HAL_SPI_Transmit() functions to HAL_SPI_Transmit_DMA() in the st7789.c file. Data was sent from dma, but there is a shift and color problem in the image on the screen. How can I solve this problem? thanks.
