From f092bf03baf3b2c13c9dc462bdc697caddccd347 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 29 Jul 2020 15:55:13 +0200 Subject: Added elf loading and test app --- src/features/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/gui.c') 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) { -- cgit v1.2.3