Update AnimatedGIFPanel.ino
This commit is contained in:
parent
18464e068e
commit
6e0a7638f2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void GIFDraw(GIFDRAW *pDraw)
|
|||
// Translate the 8-bit pixels through the RGB565 palette (already byte reversed)
|
||||
for (x=0; x<pDraw->iWidth; x++)
|
||||
{
|
||||
dma_display.drawPixelRGB565(x, y, usPalette[*s++]);
|
||||
dma_display.drawPixel(x, y, usPalette[*s++]); // color 565
|
||||
}
|
||||
}
|
||||
} /* GIFDraw() */
|
||||
|
|
Loading…
Reference in a new issue