From 3a5c9abe34c019a473f091006ed2954f88af7aa3 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Tue, 7 Jan 2025 02:57:31 +0100 Subject: [PATCH] change font of character '1' could be better, but i like it for now --- main/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/font.c b/main/font.c index 2c73dc9..ae11b99 100644 --- a/main/font.c +++ b/main/font.c @@ -18,7 +18,7 @@ const uint8_t font[256][7] = { {0x40,0x00,0x00,0x00,0x00,0x00,0x00}, // . {0x60,0x10,0x08,0x04,0x03,0x00,0x00}, // / {0x7f,0x41,0x41,0x7f,0x00,0x00,0x00}, // 0 - {0x01,0x7f,0x00,0x00,0x00,0x00,0x00}, // 1 + {0x02,0x03,0x7f,0x00,0x00,0x00,0x00}, // 1 {0x7b,0x49,0x49,0x6f,0x00,0x00,0x00}, // 2 {0x63,0x49,0x49,0x7f,0x00,0x00,0x00}, // 3 {0x0f,0x08,0x08,0x7f,0x00,0x00,0x00}, // 4