SO MUCH FLICKER
IT WILL HURT YOUR EYES
This commit is contained in:
parent
d339efac3c
commit
547d9a7650
1 changed files with 1 additions and 1 deletions
|
@ -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) )
|
// 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!
|
// 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);
|
//printf("esp32_i2s_parallel_2.c > I2S clock divider is %d \n", clk_div_main*2);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue