diff options
Diffstat (limited to 'src/graphics/lfb.c')
-rw-r--r-- | src/graphics/lfb.c | 6 |
1 files changed, 4 insertions, 2 deletions
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 |