From 9169796632fcdeb5e8e74ed60c6cbe31081e51f2 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 24 Feb 2022 23:38:38 -0700 Subject: MMU and working on hardware --- src/graphics/lfb.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/graphics') diff --git a/src/graphics/lfb.c b/src/graphics/lfb.c index 20053bc..ee31514 100644 --- a/src/graphics/lfb.c +++ b/src/graphics/lfb.c @@ -7,8 +7,10 @@ unsigned char *lfb; /* raw frame buffer address */ -#define SCR_WIDTH 1024 -#define SCR_HEIGHT 768 +//#define SCR_WIDTH 1024 +//#define SCR_HEIGHT 768 +#define SCR_WIDTH 1920 +#define SCR_HEIGHT 1080 /** * Set screen resolution to 1024x768 -- cgit v1.2.1