Commit Graph

6 Commits

Author SHA1 Message Date
Stanislav N Mikhailov 013829cf55 Replaced blocking SPI framebuffer transmission with DMA-driven transfer.
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
2026-02-15 18:12:56 +03:00
Stanislav N Mikhailov 14a1a0fcf5 Added processing of the temperature sensor 2025-01-12 21:11:47 +03:00
Stanislav N Mikhailov 4c4a500f6d De decomposition 2025-01-03 11:56:13 +03:00
Stanislav N Mikhailov 7b87f90ae8 The garbled text appeared 2025-01-01 15:48:41 +03:00
Stanislav N Mikhailov 3721fb24ce Display checked 2024-12-27 19:42:34 +03:00
Stanislav N Mikhailov e6fc56a203 RGBView 2024-12-27 14:39:43 +03:00