Mintor change to remove reference.

Caused compile issues with PatternPlasma on Arduino compiler.
This commit is contained in:
mrfaptastic 2020-12-07 18:15:38 +00:00
parent f92de5e81e
commit fd46940464

View file

@ -303,7 +303,7 @@ class MatrixPanel_I2S_DMA : public Adafruit_GFX {
while(!i2s_parallel_is_previous_buffer_free()) {} while(!i2s_parallel_is_previous_buffer_free()) {}
} }
inline void setPanelBrightness(int &b) inline void setPanelBrightness(int b)
{ {
// Change to set the brightness of the display, range of 1 to matrixWidth (i.e. 1 - 64) // Change to set the brightness of the display, range of 1 to matrixWidth (i.e. 1 - 64)
brightness = b; brightness = b;