Merge pull request #499 from Lukaswnd/master

fix getPixelColorDepthBits() as const
This commit is contained in:
mrfaptastic 2023-09-08 18:30:39 +01:00 committed by GitHub
commit 4b950041b1
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; return pixel_color_depth_bits;
} }