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), ]