Optimize ST7796 driver: Use bulk SPI transfers and blocking DMA for higher framerate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user