Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
This commit is contained in:
parent
dca1cd5629
commit
eb052d0d35
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ struct HUB75_I2S_CFG {
|
|||
/**
|
||||
* I2S clock speed selector
|
||||
*/
|
||||
enum clk_speed {HZ_10M=10000000, HZ_20M=20000000};
|
||||
enum clk_speed {HZ_8M=8000000, HZ_10M=10000000, HZ_20M=20000000};
|
||||
|
||||
// Structure Variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue