Skip to content

Commit 94f1571

Browse files
author
Jim Hurst
committed
Saved the Fixed1L.cs font with Unicode(65001) encoding.
1 parent f43d55e commit 94f1571

File tree

1 file changed

+4
-4
lines changed
  • Raspberry.IO.Components/Displays/Ssd1306/Fonts

1 file changed

+4
-4
lines changed

Raspberry.IO.Components/Displays/Ssd1306/Fonts/Fixed1L.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace Raspberry.IO.Components.Displays.Ssd1306.Fonts
44
{
@@ -100,9 +100,9 @@ public class Fixed1L : IFont
100100
new byte[] { (byte)'|', 8, 8, 0x00,0x00,0x7F,0x00,0x00,0x00,0x00,0x00 },
101101
new byte[] { (byte)'}', 8, 8, 0x00,0x41,0x36,0x08,0x00,0x00,0x00,0x00 },
102102
new byte[] { (byte)'~', 8, 8, 0x00,0x02,0x01,0x01,0x02,0x01,0x00,0x00 },
103-
new byte[] { (byte)'ä', 8, 8, 0x00,0x20,0x55,0x54,0x55,0x78,0x00,0x00 },
104-
new byte[] { (byte)'ö', 8, 8, 0x00, 0x39, 0x44, 0x44, 0x39, 0x00, 0x00, 0x00 },
105-
new byte[] { (byte)'ü', 8, 8, 0x00, 0x3D, 0x40, 0x40, 0x7D, 0x00, 0x00, 0x00 },
103+
new byte[] { (byte)'ä', 8, 8, 0x00,0x20,0x55,0x54,0x55,0x78,0x00,0x00 },
104+
new byte[] { (byte)'ö', 8, 8, 0x00, 0x39, 0x44, 0x44, 0x39, 0x00, 0x00, 0x00 },
105+
new byte[] { (byte)'ü', 8, 8, 0x00, 0x3D, 0x40, 0x40, 0x7D, 0x00, 0x00, 0x00 },
106106
new byte[] { (byte)0x7F, 8, 8, 0x00,0x02,0x05,0x05,0x02,0x00,0x00,0x00 }
107107
};
108108

0 commit comments

Comments
 (0)