From 94f1571ab0079c2e174a0429fa01ee5eb1a6e9ee Mon Sep 17 00:00:00 2001 From: Jim Hurst Date: Wed, 10 Aug 2016 12:34:47 +0100 Subject: [PATCH] Saved the Fixed1L.cs font with Unicode(65001) encoding. --- Raspberry.IO.Components/Displays/Ssd1306/Fonts/Fixed1L.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } };