diff --git a/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/ESP32-HUB75-MatrixPanel-I2S-DMA.h index bcfd671..7b4212a 100644 --- a/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -505,7 +505,8 @@ class MatrixPanel_I2S_DMA { // Wait before we allow any writing to the buffer. Stop flicker. while(i2s_parallel_is_previous_buffer_free() == false) { } - // Flip to other buffer as the backbuffer. i.e. Graphic changes happen to this buffer (but aren't displayed until showDMABuffer()) + // Flip to other buffer as the backbuffer. + // i.e. Graphic changes happen to this buffer, but aren't displayed until flipDMABuffer() is called again. back_buffer_id ^= 1; }