diff --git a/graphics/simplegfx/source/main.c b/graphics/simplegfx/source/main.c index 76fca21..1bc8a98 100644 --- a/graphics/simplegfx/source/main.c +++ b/graphics/simplegfx/source/main.c @@ -14,6 +14,7 @@ int main(int argc, char **argv) u32 image_width = 1280, image_height = 720; u32 tmp_width, tmp_height; u32 x, y; + u32 j; u32 pos; u32 pos2; u8 *imageptr = (u8*)image_bin; @@ -52,14 +53,14 @@ int main(int argc, char **argv) if(tmp_height > height) tmp_height = height; memset(framebuf, 0xff, gfxGetFramebufferSize()); - for(x=0; x