Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp"

This reverts commit d339efac3c.
This commit is contained in:
mrfaptastic 2021-06-24 19:36:32 +01:00
parent 14ddd3a0bc
commit 2c3919ffcf

View file

@ -636,8 +636,8 @@ void MatrixPanel_I2S_DMA::clearFrameBuffer(bool _buff_id){
row = dma_buff.rowBits[row_idx]->getDataPtr(coloridx, _buff_id);
// drive latch while shifting out last bit of RGB data
row[dma_buff.rowBits[row_idx]->width - 2] |= BIT_LAT; // -1 pixel to compensate array index starting at 0
row[dma_buff.rowBits[row_idx]->width - 1] |= BIT_LAT; // -1 pixel to compensate array index starting at 0
row[dma_buff.rowBits[row_idx]->width - 2] |= BIT_LAT; // hack / test - increase latch to two cycles.
// need to disable OE before/after latch to hide row transition
// Should be one clock or more before latch, otherwise can get ghosting