From 7964d3c06621998adafb70f8e540325bba4047fe Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Fri, 21 Jul 2023 10:10:11 +0900 Subject: [PATCH] terminal: fix arrow tails in bitmap font --- apps/terminal-font.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/terminal-font.h b/apps/terminal-font.h index 24b81a51..94ea1993 100644 --- a/apps/terminal-font.h +++ b/apps/terminal-font.h @@ -965,10 +965,10 @@ uint8_t large_font[][17] = { 0x08, 0x1c, 0x2a, - 0x10, - 0x10, - 0x10, - 0x10, + 0x08, + 0x08, + 0x08, + 0x08, 0x00, 0x00, 0x00, @@ -999,10 +999,10 @@ uint8_t large_font[][17] = { 0x00, 0x00, 0x00, - 0x10, - 0x10, - 0x10, - 0x10, + 0x08, + 0x08, + 0x08, + 0x08, 0x2a, 0x1c, 0x08,