Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
Reset initialized to false on delete.
This commit is contained in:
parent
97308637b4
commit
c050d541f3
1 changed files with 3 additions and 0 deletions
|
@ -407,6 +407,9 @@ class MatrixPanel_I2S_DMA {
|
||||||
|
|
||||||
if (m_cfg.double_buff)
|
if (m_cfg.double_buff)
|
||||||
delete dmadesc_b;
|
delete dmadesc_b;
|
||||||
|
|
||||||
|
initialized = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue