diff options
author | Marvin Borner | 2020-07-29 15:55:13 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-29 15:55:13 +0200 |
commit | f092bf03baf3b2c13c9dc462bdc697caddccd347 (patch) | |
tree | 90844499041a648692704a3e5b0040634963fb33 /src/features/gui.c | |
parent | be0246208d1fe7727f94221ea7562f9a9cce1659 (diff) |
Added elf loading and test app
Diffstat (limited to 'src/features/gui.c')
-rw-r--r-- | src/features/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/gui.c b/src/features/gui.c index fa0641c..d080cb1 100644 --- a/src/features/gui.c +++ b/src/features/gui.c @@ -37,7 +37,7 @@ void gui_write(int x, int y, const u32 c[3], char *text) } // Abstraction -int x, y = 1; +int x, y = 0; const u32 c[3] = { 0xff, 0xff, 0xff }; void gui_term_write_char(char ch) { |