aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-08-07 18:29:58 +0100
committermrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-08-07 18:29:58 +0100
commit27a319157dc4c985e5b60ac4680eb320de4240cd (patch)
treee2c00e34acb34e405e2d04028acfbf5eff6d4a18 /src
parentebd8e7d5894bebebe98fe01071b0c034cde91149 (diff)
Update gdma_lcd_parallel16.cpp
Diffstat (limited to 'src')
-rw-r--r--src/platforms/esp32s3/gdma_lcd_parallel16.cpp2
1 files changed, 2 insertions, 0 deletions
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