From 4f26b2e534ffb7b8ff767cdcf74bb14370d27fbe Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Thu, 21 Nov 2024 08:55:24 -0500 Subject: [PATCH] Fat fingy --- c/libs/Fonts/{font48.c => font36.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename c/libs/Fonts/{font48.c => font36.c} (99%) diff --git a/c/libs/Fonts/font48.c b/c/libs/Fonts/font36.c similarity index 99% rename from c/libs/Fonts/font48.c rename to c/libs/Fonts/font36.c index fc8ec5e..9f2ee05 100644 --- a/c/libs/Fonts/font48.c +++ b/c/libs/Fonts/font36.c @@ -350,7 +350,7 @@ const uint8_t Font36_Table [] = { }; sFONT Font36 = { - Font48_Table, + Font36_Table, 36, /* Width */ 65, /* Height */ }; \ No newline at end of file