From 42613a9565cfc5384e70459d4d8b7977a8793aaa Mon Sep 17 00:00:00 2001 From: Marek Maskarinec Date: Tue, 4 Oct 2022 19:29:38 +0200 Subject: [PATCH] edit some chars --- font.txt | 36 ++++++++++++++++++------------------ minimal.h | 1 + normal.h | 1 + 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/font.txt b/font.txt index 7b7815a..4a4a9eb 100644 --- a/font.txt +++ b/font.txt @@ -307,11 +307,11 @@ h .#..# i -..... ..#.. ..... ..#.. ..#.. +..#.. j ..#.. @@ -328,7 +328,7 @@ k .#.#. l -..... +.#... .#... .#... .#... @@ -350,10 +350,10 @@ n o ..... -..##. -.#..# -.#..# -..##. +.###. +#...# +#...# +.###. p ..... @@ -371,10 +371,10 @@ q r ..... -..... -..##. -.#... -.#... +.#### +#.... +#.... +#.... s ..... @@ -384,29 +384,29 @@ s .###. t -..... ..#.. .###. ..#.. +..#.. ..##. u ..... -..... -.#.#. -.#.#. +#...# +#...# +#...# .###. v ..... -..... -.#.#. +#...# +#...# .#.#. ..#.. w ..... -..... +#...# #...# #.#.# .###. @@ -474,7 +474,7 @@ $ .#.#. .##.# -\ +' ..#.. ..#.. ..... diff --git a/minimal.h b/minimal.h index 3986127..891544f 100644 --- a/minimal.h +++ b/minimal.h @@ -8,6 +8,7 @@ static int pixelfont[] = { ['$'] = 32797052, ['%'] = 54141670, ['&'] = 46801048, + ['\''] = 264, ['('] = 17047824, [')'] = 4464900, ['*'] = 20756, diff --git a/normal.h b/normal.h index a198af9..4a9fd5c 100644 --- a/normal.h +++ b/normal.h @@ -8,6 +8,7 @@ static char pixelfont[128][25] = { ['$'] = { 0,1,1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,1,1,1,1,0, }, ['%'] = { 1,1,0,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,1,1, }, ['&'] = { 0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,1,1,0,1, }, + ['\''] = { 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, }, ['('] = { 0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0, }, [')'] = { 0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0, }, ['*'] = { 0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0, }, -- 2.45.2