diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-18 01:36:58 +0000 |
|---|---|---|
| committer | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-18 01:36:58 +0000 |
| commit | d77a90f809456b06d10ad28f2b5cc74c2e087db5 (patch) | |
| tree | 9430376aa59a5b58e252be51c0b1f77630b11171 /src/platforms | |
| parent | 3a78a9dfb68c695a4ee194cad992ef6296525d5b (diff) | |
Changes to Virtual Display
Templating based for performance and extendibility.
Diffstat (limited to 'src/platforms')
| -rw-r--r-- | src/platforms/esp32s3/gdma_lcd_parallel16.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
