From 511b6e50f89212fed393024746dd5a7717b26d39 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Fri, 2 Oct 2020 20:36:35 +0100 Subject: [PATCH] Update ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp --- ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp b/ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp index b4f07da..cfabe53 100644 --- a/ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp +++ b/ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp @@ -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. */ -#define GO_FOR_SPEED 1 +//#define GO_FOR_SPEED 1 #ifdef GO_FOR_SPEED /* Update a specific co-ordinate in the DMA buffer */