Optimize ST7796 driver: Use bulk SPI transfers and blocking DMA for higher framerate

This commit is contained in:
Adolfo Reyna
2026-02-11 11:40:26 -05:00
parent 47fc02f05c
commit b59d716965
4 changed files with 69 additions and 2 deletions

View File

@@ -92,7 +92,11 @@ pico_enable_stdio_usb(basic1 1)
# Add the standard library to the build
target_link_libraries(basic1
pico_stdlib)
pico_stdlib
hardware_dma
hardware_spi
hardware_pwm
)
# Add the standard include files to the build
target_include_directories(basic1 PRIVATE