diff --git a/Raspberry.IO.Components/Displays/Ssd1306/Fonts/Fixed1L.cs b/Raspberry.IO.Components/Displays/Ssd1306/Fonts/Fixed1L.cs index fc152fe..5f0b702 100644 --- a/Raspberry.IO.Components/Displays/Ssd1306/Fonts/Fixed1L.cs +++ b/Raspberry.IO.Components/Displays/Ssd1306/Fonts/Fixed1L.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Raspberry.IO.Components.Displays.Ssd1306.Fonts { @@ -100,9 +100,9 @@ public class Fixed1L : IFont new byte[] { (byte)'|', 8, 8, 0x00,0x00,0x7F,0x00,0x00,0x00,0x00,0x00 }, new byte[] { (byte)'}', 8, 8, 0x00,0x41,0x36,0x08,0x00,0x00,0x00,0x00 }, new byte[] { (byte)'~', 8, 8, 0x00,0x02,0x01,0x01,0x02,0x01,0x00,0x00 }, - new byte[] { (byte)'ä', 8, 8, 0x00,0x20,0x55,0x54,0x55,0x78,0x00,0x00 }, - new byte[] { (byte)'ö', 8, 8, 0x00, 0x39, 0x44, 0x44, 0x39, 0x00, 0x00, 0x00 }, - new byte[] { (byte)'ü', 8, 8, 0x00, 0x3D, 0x40, 0x40, 0x7D, 0x00, 0x00, 0x00 }, + new byte[] { (byte)'ä', 8, 8, 0x00,0x20,0x55,0x54,0x55,0x78,0x00,0x00 }, + new byte[] { (byte)'ö', 8, 8, 0x00, 0x39, 0x44, 0x44, 0x39, 0x00, 0x00, 0x00 }, + new byte[] { (byte)'ü', 8, 8, 0x00, 0x3D, 0x40, 0x40, 0x7D, 0x00, 0x00, 0x00 }, new byte[] { (byte)0x7F, 8, 8, 0x00,0x02,0x05,0x05,0x02,0x00,0x00,0x00 } };