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 Jul 21, 2024
1 parent 1c4d64a commit 2f7de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/esp32s3/gdma_lcd_parallel16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{

auto freq = (_cfg.bus_freq);
auto _div_num = 20; // 8Mhzhz
auto _div_num = 20; // 8Mhz
if (freq < 20000000L) {
_div_num = 10; // 16Mhz
} else {
Expand Down

0 comments on commit 2f7de5b

Please sign in to comment.