From 3a8ed19bf83f11ff00c4904fab2cc083b7e33478 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 5 Jan 2022 14:01:29 -0800 Subject: Cleaned up/ Standardized --- src/graphics/lfb.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/graphics/lfb.c') diff --git a/src/graphics/lfb.c b/src/graphics/lfb.c index 54bc71c..ffc27de 100644 --- a/src/graphics/lfb.c +++ b/src/graphics/lfb.c @@ -1,6 +1,6 @@ #include "../drivers/uart.h" #include "../graphics/glyphs.h" -#include "../graphics/homer.h" +#include "../graphics/philosopher_toad.h" #include "../graphics/lfb.h" #include "../graphics/mbox.h" @@ -90,18 +90,18 @@ void lfb_showpicture(void) clear_screen(); unsigned int x,y; unsigned char *ptr=lfb; - char *data=homer_data, pixel[4]; + char *data=toad_data, pixel[4]; - ptr = lfb + (height-homer_height)*pitch + (width-homer_width)*4; - for(y=0;y