From 81103602f08924e6be4f80bd5c85538ac875775d Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Tue, 24 Jan 2023 15:56:47 +0100 Subject: [PATCH] =?UTF-8?q?Change=20=CE=BC=20to=20=C2=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit stupid unicode... --- Firmware/Fonts/FontGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Fonts/FontGen.py b/Firmware/Fonts/FontGen.py index 679d39ca2..a68f464a0 100644 --- a/Firmware/Fonts/FontGen.py +++ b/Firmware/Fonts/FontGen.py @@ -35,7 +35,7 @@ fontTable = [ # from the default character set: CustomCharacter('ä', 0xe1), - CustomCharacter('μ', 0xe4), + CustomCharacter('µ', 0xe4), CustomCharacter('ö', 0xef), CustomCharacter('ü', 0xf5), ]