From 27a319157dc4c985e5b60ac4680eb320de4240cd Mon Sep 17 00:00:00 2001 From: mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:29:58 +0100 Subject: [PATCH] Update gdma_lcd_parallel16.cpp --- src/platforms/esp32s3/gdma_lcd_parallel16.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platforms/esp32s3/gdma_lcd_parallel16.cpp b/src/platforms/esp32s3/gdma_lcd_parallel16.cpp index a405a11..b4e85b2 100644 --- a/src/platforms/esp32s3/gdma_lcd_parallel16.cpp +++ b/src/platforms/esp32s3/gdma_lcd_parallel16.cpp @@ -127,6 +127,8 @@ //LCD_CAM.lcd_clock.lcd_clkm_div_num = 10; //16mhz is the fasted the Octal PSRAM can support it seems from faptastic's testing using an N8R8 variant (Octal SPI PSRAM). // https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/issues/441#issuecomment-1513631890 + // and + // https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/issues/442 LCD_CAM.lcd_clock.lcd_clkm_div_num = 12; // 13Mhz is the fastest output from PSRAM if we want to be able to service other peripherals as well. } else