Update ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp

This commit is contained in:
mrfaptastic 2020-10-02 20:36:35 +01:00
parent bf63aa0d7c
commit 511b6e50f8

View file

@ -433,7 +433,7 @@ void RGB64x32MatrixPanel_I2S_DMA::configureDMA(int r1_pin, int g1_pin, int b1_
* *
* Note: If you change the brightness with setBrightness() you MUST then clearScreen() and repaint / flush the entire framebuffer. * Note: If you change the brightness with setBrightness() you MUST then clearScreen() and repaint / flush the entire framebuffer.
*/ */
#define GO_FOR_SPEED 1 //#define GO_FOR_SPEED 1
#ifdef GO_FOR_SPEED #ifdef GO_FOR_SPEED
/* Update a specific co-ordinate in the DMA buffer */ /* Update a specific co-ordinate in the DMA buffer */