forked from Makuna/NeoPixelBus
Remove Const due to FileRead (#223)
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
|||||||
return _height;
|
return _height;
|
||||||
};
|
};
|
||||||
|
|
||||||
typename T_COLOR_FEATURE::ColorObject GetPixelColor(int16_t x, int16_t y) const
|
typename T_COLOR_FEATURE::ColorObject GetPixelColor(int16_t x, int16_t y)
|
||||||
{
|
{
|
||||||
if (x < 0 || x >= _width || y < 0 || y >= _height)
|
if (x < 0 || x >= _width || y < 0 || y >= _height)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user