From d77a90f809456b06d10ad28f2b5cc74c2e087db5 Mon Sep 17 00:00:00 2001 From: mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:36:58 +0000 Subject: Changes to Virtual Display Templating based for performance and extendibility. --- src/platforms/esp32s3/gdma_lcd_parallel16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platforms') diff --git a/src/platforms/esp32s3/gdma_lcd_parallel16.cpp b/src/platforms/esp32s3/gdma_lcd_parallel16.cpp index 9d15565..944db95 100644 --- a/src/platforms/esp32s3/gdma_lcd_parallel16.cpp +++ b/src/platforms/esp32s3/gdma_lcd_parallel16.cpp @@ -257,7 +257,7 @@ }; gdma_apply_strategy(dma_chan, &strategy_config); -#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 4, 0) +#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 1, 0) gdma_transfer_config_t transfer_config = { #ifdef SPIRAM_DMA_BUFFER .max_data_burst_size = 64, -- cgit v1.3.1