Chore: format
This commit is contained in:
parent
2e1436f32f
commit
e960ccdcc2
1 changed files with 2 additions and 2 deletions
|
@ -489,8 +489,8 @@ inline void VirtualMatrixPanel::setRotation(uint8_t rotate)
|
||||||
if (rotate < 4 && rotate >= 0)
|
if (rotate < 4 && rotate >= 0)
|
||||||
_rotate = rotate;
|
_rotate = rotate;
|
||||||
|
|
||||||
// Change the _width and _height variables used by the underlying adafruit gfx library.
|
// Change the _width and _height variables used by the underlying adafruit gfx library.
|
||||||
// Actual pixel rotation / mapping is done in the getCoords function.
|
// Actual pixel rotation / mapping is done in the getCoords function.
|
||||||
#ifdef NO_GFX
|
#ifdef NO_GFX
|
||||||
int8_t rotation;
|
int8_t rotation;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue