Revert default latblank change

Causes noise on ICS panels if not '1'. Needs further investigation.
This commit is contained in:
mrfaptastic 2021-08-18 15:20:43 +01:00
parent f6584dd321
commit 54ca0c4b2b

View file

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