diff --git a/SunnyUI/Common/ULedChars.cs b/SunnyUI/Common/ULedChars.cs index 88051c0c..57942fbf 100644 --- a/SunnyUI/Common/ULedChars.cs +++ b/SunnyUI/Common/ULedChars.cs @@ -25,7 +25,7 @@ namespace Sunny.UI ['0'] = new byte[] { 0x7C, 0x8A, 0x92, 0xA2, 0x7C }, ['1'] = new byte[] { 0x00, 0x42, 0xFE, 0x02, 0x00 }, ['2'] = new byte[] { 0x46, 0x8A, 0x92, 0x92, 0x62 }, - ['3'] = new byte[] { 0x44, 0x92, 0x92, 0x92, 0x6C }, + ['3'] = new byte[] { 0x44, 0x82, 0x92, 0x92, 0x6C }, ['4'] = new byte[] { 0xF0, 0x10, 0x10, 0x10, 0xFE }, ['5'] = new byte[] { 0xF4, 0x92, 0x92, 0x92, 0x8C }, ['6'] = new byte[] { 0x7C, 0x92, 0x92, 0x92, 0x4C },