Skip to content
Snippets Groups Projects
Commit 59e3d475 authored by 0xPIT's avatar 0xPIT
Browse files

change image data to be unsigned

parent 201ccbc9
No related branches found
No related tags found
No related merge requests found
...@@ -361,7 +361,7 @@ void OLEDDisplayUi::drawIndicator() { ...@@ -361,7 +361,7 @@ void OLEDDisplayUi::drawIndicator() {
} }
uint16_t frameStartPos = (12 * frameCount / 2); uint16_t frameStartPos = (12 * frameCount / 2);
const char *image; const unsigned char *image;
uint16_t x,y; uint16_t x,y;
for (byte i = 0; i < this->frameCount; i++) { for (byte i = 0; i < this->frameCount; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment