Skip to content

Commit

Permalink
Update gdma_lcd_parallel16.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic committed Aug 7, 2024
1 parent ebd8e7d commit 27a3191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/esp32s3/gdma_lcd_parallel16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27a3191

Please sign in to comment.