Skip to content

Commit ce55b08

Browse files
1 parent 95d4864 commit ce55b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display/Arduino_RGB_Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ void Arduino_RGB_Display::drawYCbCrBitmap(int16_t x, int16_t y, uint8_t *yData,
556556
}
557557
if (_auto_flush)
558558
{
559-
Cache_WriteBack_Addr(cachePos, _fb_width * h * 2);
559+
Cache_WriteBack_Addr((uint32_t)cachePos, _fb_width * h * 2);
560560
}
561561
}
562562
}

0 commit comments

Comments
 (0)