diff options
| author | Miguel <m.i@gmx.at> | 2018-10-15 23:06:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-15 23:06:47 +0200 |
| commit | 39f271589fb9db3d6a383857817b13a9bb59d981 (patch) | |
| tree | 0664d03268e49fa1028b144e7b596510bdb65906 /userspace/put_pixel.h | |
| parent | cf43e3a1205c133505371fb5fd5b2db6b711e195 (diff) | |
ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth
Diffstat (limited to 'userspace/put_pixel.h')
| -rw-r--r-- | userspace/put_pixel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> -#define VESA_FRAMEBUFFER 0xfc000000 +#define VESA_FRAMEBUFFER 0xf5100000 #define VESA_PITCH 2560 #define VESA_BPP 4 |
