From e960ccdcc2e6bf7b9915b8ac2d5bb337546af1fa Mon Sep 17 00:00:00 2001 From: Dorian Zedler <dorian@itsblue.de> Date: Fri, 14 Mar 2025 18:39:07 +0100 Subject: [PATCH] Chore: format --- src/ESP32-VirtualMatrixPanel-I2S-DMA.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h index 5ae91cf..e9659aa 100644 --- a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h +++ b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h @@ -489,8 +489,8 @@ inline void VirtualMatrixPanel::setRotation(uint8_t rotate) if (rotate < 4 && rotate >= 0) _rotate = rotate; - // Change the _width and _height variables used by the underlying adafruit gfx library. - // Actual pixel rotation / mapping is done in the getCoords function. + // Change the _width and _height variables used by the underlying adafruit gfx library. + // Actual pixel rotation / mapping is done in the getCoords function. #ifdef NO_GFX int8_t rotation; #endif