diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-06-24 17:46:45 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-06-24 17:46:45 +0100 |
| commit | 547d9a7650da7c929bdab53f73cb3597bbafa4a9 (patch) | |
| tree | be9d95e334725b8ef63cbf2282a4098cfba53acc | |
| parent | d339efac3ca4026880dad3b0d49f9efc36074219 (diff) | |
SO MUCH FLICKER
IT WILL HURT YOUR EYES
| -rw-r--r-- | esp32_i2s_parallel_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32_i2s_parallel_v2.c b/esp32_i2s_parallel_v2.c index 46a0ce0..79c4622 100644 --- a/esp32_i2s_parallel_v2.c +++ b/esp32_i2s_parallel_v2.c @@ -225,7 +225,7 @@ esp_err_t i2s_parallel_driver_install(i2s_port_t port, i2s_parallel_config_t* co // Output = 80000000L / tx_bck_div_num / (clkm_div_num + (clkm_div_b/clkm_div_a) ) // Note: clkm_div_num must only be set here AFTER clkm_div_b, clkm_div_a, etc. Or weird things happen! - dev->clkm_conf.clkm_div_num = clk_div_main; + dev->clkm_conf.clkm_div_num = clk_div_main*16; //printf("esp32_i2s_parallel_2.c > I2S clock divider is %d \n", clk_div_main*2); |
