From ce90c0aa44b1f07ddd59159ae60e6f63357d85b8 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 21 Dec 2021 21:55:56 -0800 Subject: Fixed Graphics --- src/graphics/lfb.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/graphics/lfb.h (limited to 'src/graphics/lfb.h') diff --git a/src/graphics/lfb.h b/src/graphics/lfb.h new file mode 100644 index 0000000..4ce6163 --- /dev/null +++ b/src/graphics/lfb.h @@ -0,0 +1,7 @@ +#ifndef GRAPHICS_LFB_H +#define GRAPHICS_LFB_H + +void lfb_init(); +void lfb_showpicture(); + +#endif -- cgit v1.2.1