mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
oops
This commit is contained in:
parent
ed26120372
commit
c4df13f293
@ -56,7 +56,7 @@ void graphicsFallbackFillRect(JsGraphics *gfx, short x1, short y1, short x2, sho
|
||||
}
|
||||
|
||||
void graphicsFallbackScrollX(JsGraphics *gfx, int xdir, int yfrom, int yto) {
|
||||
int xl
|
||||
int x;
|
||||
if (xdir<=0) {
|
||||
int w = gfx->data.width+xdir;
|
||||
for (x=0;x<w;x++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user