diff options
| author | Miguel <m.i@gmx.at> | 2018-10-13 00:57:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-13 00:57:28 +0200 |
| commit | 279f3336a8f6b31ca38bdd272c73aebd68fa88fe (patch) | |
| tree | b4bb4a21a4acf38eb810768ac6c1b099e2f18a58 /userspace/put_pixel.h | |
| parent | b461c3558b2fe765a4bac512638b0acf5185b4bb (diff) | |
ncurses arrow keys working etc
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 445e890..936026f 100644 --- a/userspace/put_pixel.h +++ b/userspace/put_pixel.h @@ -1,6 +1,6 @@ #include <stdint.h> -#define VESA_FRAMEBUFFER 0xfa000000 +#define VESA_FRAMEBUFFER 0xfc000000 #define VESA_PITCH 2560 #define VESA_BPP 4 |
