diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-17 10:17:12 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-17 10:17:12 +0100 |
| commit | bbb23c789dfeae48cfb1966550fc01ea075a2d57 (patch) | |
| tree | 51c4dddf24d184a45c00546811848cb85d7069cd | |
| parent | 48c2b9c931c2a50f6c174b711c79fa33eacf410c (diff) | |
Default latch blanking to longer
| -rw-r--r-- | ESP32-HUB75-MatrixPanel-I2S-DMA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/ESP32-HUB75-MatrixPanel-I2S-DMA.h index c1561b9..7b0aec7 100644 --- a/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -292,7 +292,7 @@ struct HUB75_I2S_CFG { shift_driver _drv = SHIFTREG, bool _dbuff = false, clk_speed _i2sspeed = HZ_10M, - uint8_t _latblk = 1, + uint8_t _latblk = 4, bool _clockphase = true, uint8_t _min_refresh_rate = 85 ) : mx_width(_w), |
