fix const function in ESP32-HUB75-MatrixPanel-I2S-DMA.h
fix getPixelColorDepthBits() to const this is destrroying my build XD
This commit is contained in:
parent
8555ae1c79
commit
0c70417d70
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ struct HUB75_I2S_CFG
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t getPixelColorDepthBits()
|
uint8_t getPixelColorDepthBits() const
|
||||||
{
|
{
|
||||||
return pixel_color_depth_bits;
|
return pixel_color_depth_bits;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue