Chore: format

This commit is contained in:
Dorian Zedler 2025-03-14 18:39:07 +01:00
parent 2e1436f32f
commit e960ccdcc2
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -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