Revert default latblank change
Causes noise on ICS panels if not '1'. Needs further investigation.
This commit is contained in:
parent
f6584dd321
commit
54ca0c4b2b
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 = 4,
|
||||
uint8_t _latblk = 1, // Anything > 1 seems to cause artifacts on ICS panels
|
||||
bool _clockphase = true,
|
||||
uint8_t _min_refresh_rate = 85
|
||||
) : mx_width(_w),
|
||||
|
|
Loading…
Reference in a new issue