draw image after fetch

This commit is contained in:
zuckerberg
2023-05-13 18:47:48 -06:00
parent 7f9e03d4ba
commit d41eba2a2b
6 changed files with 123 additions and 1764 deletions

View File

@@ -214,7 +214,7 @@ void Epd::EPD_7IN3F_Display(const UBYTE *image)
{
for (j = 0; j < width / 2; j++)
{
SendData(image[j + width * i]);
SendData(image[j + (width / 2) * i]);
}
}