mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
013829cf55
Replaced blocking spi_write_blocking() framebuffer transfer with DMA. - Switched SPI to 8-bit mode - Configured DMA channel with SPI DREQ - Moved FIFO signaling to DMA completion IRQ - Removed blocking framebuffer transmission - Preserved command/data SPI operations
5 lines
135 B
C
5 lines
135 B
C
|
|
//#include <stdio.h>
|
|
#include <stdint.h>
|
|
void fillBufer (uint16_t* buffer,uint16_t color);
|
|
//unsigned short reverse(unsigned short x);
|