From c91e11c05885a62a9c3ef2bb5af5834edde959c9 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 6 Apr 2022 11:38:04 -0700 Subject: Make changing resolution easier --- include/graphics/lfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/graphics/lfb.h b/include/graphics/lfb.h index 8184959..dec9aad 100644 --- a/include/graphics/lfb.h +++ b/include/graphics/lfb.h @@ -6,7 +6,7 @@ #define DRAW64(x,y,v) draw_hex32(x,y,v>>32);draw_hex32(x+8,y,v); -void lfb_init(void); +void lfb_init(unsigned long w, unsigned long h); void lfb_showpicture(void); void clear_screen(void); -- cgit v1.2.1