Default latch blanking to longer
This commit is contained in:
parent
48c2b9c931
commit
bbb23c789d
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue