perf(EVE): buffered writes (#9051)

This commit is contained in:
Liam Howatt
2025-10-14 21:33:17 +02:00
committed by GitHub
parent 848444d597
commit 352a64b79e
9 changed files with 83 additions and 42 deletions
+5
View File
@@ -543,6 +543,11 @@ menu "LVGL configuration"
range 2 4
depends on LV_USE_DRAW_EVE
config LV_DRAW_EVE_WRITE_BUFFER_SIZE
int "Max bytes to buffer for each SPI transmission"
default 2048
depends on LV_USE_DRAW_EVE
endmenu
menu "Feature Configuration"