diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-01-21 18:17:20 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-01-21 18:17:20 +0000 |
| commit | 76a69e9f84d7fafd13784838c96e2e3110760bb2 (patch) | |
| tree | d68a6d112b61b86ca68736eaf07f0fa57a47bad9 /src | |
| parent | 71a584fb52eac1a72ac875a3fd96bb2b5eeb56fc (diff) | |
Increase default speed
Diffstat (limited to 'src')
| -rw-r--r-- | src/ESP32-HUB75-MatrixPanel-I2S-DMA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h index 66ddc77..16f499c 100644 --- a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -259,7 +259,7 @@ struct HUB75_I2S_CFG { LAT_PIN_DEFAULT, OE_PIN_DEFAULT, CLK_PIN_DEFAULT }, shift_driver _drv = SHIFTREG, bool _dbuff = false, - clk_speed _i2sspeed = HZ_10M, + clk_speed _i2sspeed = HZ_20M, uint8_t _latblk = DEFAULT_LAT_BLANKING, // Anything > 1 seems to cause artefacts on ICS panels bool _clockphase = true, uint8_t _min_refresh_rate = 85 |
