Update ESP32-HUB75-MatrixPanel-I2S-DMA.h

This commit is contained in:
mrfaptastic 2022-05-26 22:03:20 +01:00 committed by GitHub
parent dca1cd5629
commit eb052d0d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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