From 4f743f49ad6f3c12f776acc91b22ff646df54664 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 16 Feb 2018 20:17:54 -0500 Subject: [PATCH] Access the framebuf in simplegfx linearly and moved a comment. --- graphics/simplegfx/source/main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/simplegfx/source/main.c b/graphics/simplegfx/source/main.c index 311bdf1..2ba5960 100644 --- a/graphics/simplegfx/source/main.c +++ b/graphics/simplegfx/source/main.c @@ -45,17 +45,16 @@ int main(int argc, char **argv) } //Each pixel is 4-bytes due to RGBA8888. - //Set framebuf to different shades of grey. u32 x, y; - for (x=0; x