Login
Roast topics
Find topics
Find it!
From:
forums.raspberrypi.com
(Uncensored)
subscribe
DMA with SPI LCD - Raspberry Pi Forums
https://forums.raspberrypi.com/viewtopic.php?t=392345
links
backlinks
Tagged with:
sdk
Roast topics
Find topics
Roast it!
I have an SPI LCD and a routine that fills a quadrilateral by filling it as two triangles. This worked correctly using spi_write_blocking. However, after switching to DMA with dma_spi_write, a small gap appears between the two triangles.