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:
Lukaswnd 2023-09-07 18:19:35 +02:00 committed by GitHub
parent 8555ae1c79
commit 0c70417d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,7 +347,7 @@ struct HUB75_I2S_CFG
}
}
uint8_t getPixelColorDepthBits()
uint8_t getPixelColorDepthBits() const
{
return pixel_color_depth_bits;
}