From 39f271589fb9db3d6a383857817b13a9bb59d981 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 15 Oct 2018 23:06:47 +0200 Subject: ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth --- userspace/put_pixel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/put_pixel.h') diff --git a/userspace/put_pixel.h b/userspace/put_pixel.h index 936026f..563a7e8 100644 --- a/userspace/put_pixel.h +++ b/userspace/put_pixel.h @@ -1,6 +1,6 @@ #include -#define VESA_FRAMEBUFFER 0xfc000000 +#define VESA_FRAMEBUFFER 0xf5100000 #define VESA_PITCH 2560 #define VESA_BPP 4 -- cgit v1.2.3