From 599af82d6d264c84118cd9407dd03323f0a1cb38 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 23 Dec 2021 14:35:38 -0800 Subject: Added Graphics Initialization Output --- src/graphics/lfb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/graphics/lfb.h') diff --git a/src/graphics/lfb.h b/src/graphics/lfb.h index ac2e284..2361ec4 100644 --- a/src/graphics/lfb.h +++ b/src/graphics/lfb.h @@ -4,6 +4,10 @@ #define GG_MAX_X 128 #define GG_MAX_Y 96 +#ifndef GRAPHICS_LFB_C +extern unsigned int width, height, pitch, isrgb; /* dimensions and channel order */ +#endif + void lfb_init(); void lfb_showpicture(); -- cgit v1.2.1