diff options
| author | Lukaswnd <lukas.windeln@rwth-aachen.de> | 2023-09-07 18:19:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 18:19:35 +0200 |
| commit | 0c70417d70c6e4b9cdd707ae6ce7260118bc3ebc (patch) | |
| tree | 175a91599280dd34759a830ea58319f3dc4c5ce5 /src | |
| parent | 8555ae1c7905fa883846e440dbe5c04ea4d66687 (diff) | |
fix const function in ESP32-HUB75-MatrixPanel-I2S-DMA.h
fix getPixelColorDepthBits() to const
this is destrroying my build XD
Diffstat (limited to 'src')
| -rw-r--r-- | src/ESP32-HUB75-MatrixPanel-I2S-DMA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h index 4a6e843..33090ff 100644 --- a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -347,7 +347,7 @@ struct HUB75_I2S_CFG } } - uint8_t getPixelColorDepthBits() + uint8_t getPixelColorDepthBits() const { return pixel_color_depth_bits; } |
