From 9a2dc5c5247b731e675b811d993c1c9f3c4ce9eb Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Tue, 18 Jun 2019 17:52:50 +1000 Subject: [PATCH] All Strings converted! --- .gitignore | 1 + Translation Editor/make_translation.py | 15 +- Translation Editor/translation_en.json | 3 +- Translation Editor/translations_def.js | 5 + workspace/TS100/inc/Translation.h | 3 + workspace/TS100/src/Translation.cpp | 7006 ------------------------ workspace/TS100/src/gui.cpp | 17 +- workspace/TS100/src/main.cpp | 12 +- 8 files changed, 37 insertions(+), 7025 deletions(-) delete mode 100644 workspace/TS100/src/Translation.cpp diff --git a/.gitignore b/.gitignore index 953a31c6..49e952ea 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ workspace/TS100A/.metadata/ Translation Editor/.vscode/ Translation Editor/__pycache__/ *.pyc +workspace/TS100/src/Translation.cpp diff --git a/Translation Editor/make_translation.py b/Translation Editor/make_translation.py index 3ff4ee62..c2884ebd 100644 --- a/Translation Editor/make_translation.py +++ b/Translation Editor/make_translation.py @@ -93,6 +93,7 @@ def getConstants(): consants.append(('SymbolVolts','V')) consants.append(('SymbolDC','DC')) consants.append(('SymbolCellCount','S')) + consants.append(('SymbolVersionNumber','V2.06')) return consants def getTipModelEnumTS80(): constants = [] @@ -126,7 +127,10 @@ def getLetterCounts(defs, lang): obj = lang['messages'] for mod in defs['messages']: eid = mod['id'] - textList.append(obj[eid]) + if eid not in obj: + textList.append(mod['default']) + else: + textList.append(obj[eid]) obj = lang['characters'] @@ -302,9 +306,14 @@ def writeLanguage(languageCode, defs, f): for mod in defs['messages']: eid = mod['id'] - f.write( + if eid not in obj: + f.write( to_unicode("const char* " + eid + " = \"" + - convStr(symbolConversionTable, (obj[eid])) + "\";\n")) + convStr(symbolConversionTable, (mod['default'])) + "\";\n")) + else: + f.write( + to_unicode("const char* " + eid + " = \"" + + convStr(symbolConversionTable, (obj[eid])) + "\";\n")) f.write(to_unicode("\n")) diff --git a/Translation Editor/translation_en.json b/Translation Editor/translation_en.json index 33c48a07..32861e5c 100644 --- a/Translation Editor/translation_en.json +++ b/Translation Editor/translation_en.json @@ -21,7 +21,8 @@ "TipDisconnectedString": "TIP DISCONNECTED", "SolderingAdvancedPowerPrompt": "Power: ", "OffString": "Off", - "ResetOKMessage":"Reset OK" + "ResetOKMessage":"Reset OK", + "YourGainMessage":"Your Gain:" }, "characters": { "SettingRightChar": "R", diff --git a/Translation Editor/translations_def.js b/Translation Editor/translations_def.js index ce19e0a1..2bfd8792 100644 --- a/Translation Editor/translations_def.js +++ b/Translation Editor/translations_def.js @@ -84,6 +84,11 @@ var def = { "id": "ResetOKMessage", "maxLen": 8 + }, + { + "id": "YourGainMessage", + "maxLen": 8, + "default":"Your Gain" } ], "characters": [ diff --git a/workspace/TS100/inc/Translation.h b/workspace/TS100/inc/Translation.h index 8fa043cc..ec1f6b83 100644 --- a/workspace/TS100/inc/Translation.h +++ b/workspace/TS100/inc/Translation.h @@ -42,6 +42,8 @@ extern const char* TipDisconnectedString; extern const char* SolderingAdvancedPowerPrompt; extern const char* OffString; extern const char* ResetOKMessage; +extern const char* YourGainMessage; + extern const char* SettingTrueChar; extern const char* SettingFalseChar; extern const char* SettingRightChar; @@ -63,5 +65,6 @@ extern const char* SymbolWatts; extern const char* SymbolVolts; extern const char* SymbolDC; extern const char* SymbolCellCount; +extern const char* SymbolVersionNumber; #endif /* TRANSLATION_H_ */ diff --git a/workspace/TS100/src/Translation.cpp b/workspace/TS100/src/Translation.cpp deleted file mode 100644 index a344a90d..00000000 --- a/workspace/TS100/src/Translation.cpp +++ /dev/null @@ -1,7006 +0,0 @@ -// WARNING: THIS FILE WAS AUTO GENERATED BY make_translation.py. PLEASE DO NOT EDIT. - -#include "Translation.h" -#ifndef LANG -#define LANG_EN -#endif - -#ifdef LANG_EN -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0E -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0F -> i -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x10 -> o -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x12 -> s -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x13 -> a -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x14 -> r -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x15 -> l -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x16 -> d -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x17 -> p -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x18 -> u -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x19 -> S -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> m -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x1B -> g -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1C -> c -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1D -> C -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1E -> T -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x1F -> h -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x20 -> f -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x21 -> . -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x22 -> w -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x23 -> b -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x24 -> D -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x25 -> v -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x26 -> A -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x27 -> y -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x28 -> O -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x29 -> P -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x2A -> ! -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2B -> B -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x2C -> M -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2D -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2E -> < -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2F -> I -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x30 -> : -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x31 -> R -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x32 -> H -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x33 -> F -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x34 -> U -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x35 -> k -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x36 -> = -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x37 -> V -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x38 -> ? -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x39 -> W -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3A -> L -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3B -> z -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x3C -> N -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x3D -> , -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3E -> E -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x3F -> x -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x40 -> " -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x41 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x42 -> + -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x43 -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x44 -> Z -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x45 -> j -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x46 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0E -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x0F -> i -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x10 -> o -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x12 -> s -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x13 -> a -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x14 -> r -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x15 -> l -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x16 -> d -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x17 -> p -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x18 -> u -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x19 -> S -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1A -> m -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x1B -> g -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1C -> c -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1D -> C -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1E -> T -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1F -> h -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x20 -> f -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x21 -> . -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x22 -> w -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x23 -> b -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x24 -> D -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x25 -> v -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x26 -> A -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x27 -> y -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x28 -> O -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x29 -> P -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x2A -> ! -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2B -> B -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x2C -> M -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2D -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2E -> < -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2F -> I -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x30 -> : -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x31 -> R -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x32 -> H -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x33 -> F -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x34 -> U -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x35 -> k -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x36 -> = -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x37 -> V -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x38 -> ? -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x39 -> W -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3A -> L -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3B -> z -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x3C -> N -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x3D -> , -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x3E -> E -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x3F -> x -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x40 -> " -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x41 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x42 -> + -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x43 -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x44 -> Z -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x45 -> j -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x46 -> / -}; -// ---- English ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x29\x10\x22\x0C\x14\x0D\x12\x10\x18\x14\x1C\x0C\x21\x0D\x19\x0C\x0E\x12\x0D\x1C\x18\x0E\x10\x20\x20\x0D\x25\x10\x15\x0E\x13\x1B\x0C\x21\x0D\x2E\x24\x1D\x0D\x03\x02\x37\x2D\x0D\x2E\x19\x0D\x05\x21\x05\x37\x0D\x17\x0C\x14\x0D\x1C\x0C\x15\x15\x2D", - /* SleepTemperature */ "\x19\x15\x0C\x0C\x17\x0D\x1E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C\x0D\x2E\x1D\x2D", - /* SleepTimeout */ "\x19\x15\x0C\x0C\x17\x0D\x1E\x0F\x1A\x0C\x10\x18\x0E\x0D\x2E\x2C\x0F\x11\x18\x0E\x0C\x12\x46\x19\x0C\x1C\x10\x11\x16\x12\x2D", - /* ShutdownTimeout */ "\x19\x1F\x18\x0E\x16\x10\x22\x11\x0D\x1E\x0F\x1A\x0C\x10\x18\x0E\x0D\x2E\x2C\x0F\x11\x18\x0E\x0C\x12\x2D", - /* MotionSensitivity */ "\x2C\x10\x0E\x0F\x10\x11\x0D\x19\x0C\x11\x12\x0F\x0E\x0F\x25\x0F\x0E\x27\x0D\x2E\x02\x21\x28\x20\x20\x0D\x03\x21\x15\x0C\x13\x12\x0E\x0D\x12\x0C\x11\x12\x0F\x0E\x0F\x25\x0C\x0D\x0B\x21\x1A\x10\x12\x0E\x0D\x12\x0C\x11\x12\x0F\x0E\x0F\x25\x0C\x2D", - /* TemperatureUnit */ "\x1E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C\x0D\x34\x11\x0F\x0E\x0D\x2E\x1D\x36\x1D\x0C\x15\x12\x0F\x18\x12\x0D\x33\x36\x33\x13\x1F\x14\x0C\x11\x1F\x0C\x0F\x0E\x2D", - /* AdvancedIdle */ "\x24\x0F\x12\x17\x15\x13\x27\x0D\x16\x0C\x0E\x13\x0F\x15\x0C\x16\x0D\x0F\x11\x20\x10\x14\x1A\x13\x0E\x0F\x10\x11\x0D\x0F\x11\x0D\x13\x0D\x12\x1A\x13\x15\x15\x0C\x14\x0D\x20\x10\x11\x0E\x0D\x10\x11\x0D\x0E\x1F\x0C\x0D\x0F\x16\x15\x0C\x0D\x12\x1C\x14\x0C\x0C\x11\x21", - /* DisplayRotation */ "\x24\x0F\x12\x17\x15\x13\x27\x0D\x28\x14\x0F\x0C\x11\x0E\x13\x0E\x0F\x10\x11\x0D\x2E\x26\x21\x0D\x26\x18\x0E\x10\x1A\x13\x0E\x0F\x1C\x0D\x3A\x21\x0D\x3A\x0C\x20\x0E\x0D\x32\x13\x11\x16\x0C\x16\x0D\x31\x21\x0D\x31\x0F\x1B\x1F\x0E\x0D\x32\x13\x11\x16\x0C\x16\x2D", - /* BoostEnabled */ "\x3E\x11\x13\x23\x15\x0C\x0D\x20\x14\x10\x11\x0E\x0D\x35\x0C\x27\x0D\x0C\x11\x0E\x0C\x14\x12\x0D\x23\x10\x10\x12\x0E\x0D\x1A\x10\x16\x0C\x0D\x06\x07\x02\x1D\x0D\x1A\x10\x16\x0C\x0D\x22\x1F\x0C\x11\x0D\x12\x10\x15\x16\x0C\x14\x0F\x11\x1B", - /* BoostTemperature */ "\x1E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C\x0D\x22\x1F\x0C\x11\x0D\x0F\x11\x0D\x40\x23\x10\x10\x12\x0E\x40\x0D\x1A\x10\x16\x0C", - /* AutoStart */ "\x26\x18\x0E\x10\x1A\x13\x0E\x0F\x1C\x13\x15\x15\x27\x0D\x12\x0E\x13\x14\x0E\x12\x0D\x0E\x1F\x0C\x0D\x0F\x14\x10\x11\x0D\x0F\x11\x0E\x10\x0D\x12\x10\x15\x16\x0C\x14\x0F\x11\x1B\x0D\x10\x11\x0D\x17\x10\x22\x0C\x14\x0D\x18\x17\x21\x0D\x1E\x36\x19\x10\x15\x16\x0C\x14\x0F\x11\x1B\x3D\x0D\x19\x36\x0D\x19\x15\x0C\x0C\x17\x0D\x1A\x10\x16\x0C\x3D\x33\x36\x28\x20\x20", - /* CooldownBlink */ "\x2B\x15\x0F\x11\x35\x0D\x0E\x1F\x0C\x0D\x0E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C\x0D\x10\x11\x0D\x0E\x1F\x0C\x0D\x1C\x10\x10\x15\x0F\x11\x1B\x0D\x12\x1C\x14\x0C\x0C\x11\x0D\x22\x1F\x0F\x15\x0C\x0D\x0E\x1F\x0C\x0D\x0E\x0F\x17\x0D\x0F\x12\x0D\x12\x0E\x0F\x15\x15\x0D\x1F\x10\x0E\x21", - /* TemperatureCalibration */ "\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0C\x0D\x0E\x0F\x17\x0D\x10\x20\x20\x12\x0C\x0E\x21", - /* SettingsReset */ "\x31\x0C\x12\x0C\x0E\x0D\x13\x15\x15\x0D\x12\x0C\x0E\x0E\x0F\x11\x1B\x12", - /* VoltageCalibration */ "\x37\x2F\x3C\x0D\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0F\x10\x11\x21\x0D\x2B\x18\x0E\x0E\x10\x11\x12\x0D\x13\x16\x45\x18\x12\x0E\x3D\x0D\x15\x10\x11\x1B\x0D\x17\x14\x0C\x12\x12\x0D\x0E\x10\x0D\x0C\x3F\x0F\x0E", - /* AdvancedSoldering */ "\x24\x0F\x12\x17\x15\x13\x27\x0D\x16\x0C\x0E\x13\x0F\x15\x0C\x16\x0D\x0F\x11\x20\x10\x14\x1A\x13\x0E\x0F\x10\x11\x0D\x22\x1F\x0F\x15\x0C\x0D\x12\x10\x15\x16\x0C\x14\x0F\x11\x1B", - /* ScrollingSpeed */ "\x19\x17\x0C\x0C\x16\x0D\x0E\x1F\x0F\x12\x0D\x0E\x0C\x3F\x0E\x0D\x12\x1C\x14\x10\x15\x15\x12\x0D\x17\x13\x12\x0E\x0D\x13\x0E", - /* TipModel */ "\x1E\x0F\x17\x0D\x2C\x10\x16\x0C\x15\x0D\x12\x0C\x15\x0C\x1C\x0E\x0F\x10\x11", - /* SimpleCalibrationMode */ "\x19\x0F\x1A\x17\x15\x0C\x0D\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0F\x10\x11\x0D\x18\x12\x0F\x11\x1B\x0D\x32\x10\x0E\x0D\x22\x13\x0E\x0C\x14", - /* AdvancedCalibrationMode */ "\x26\x16\x25\x13\x11\x1C\x0C\x16\x0D\x1C\x13\x15\x0F\x23\x14\x13\x0E\x0F\x10\x11\x0D\x18\x12\x0F\x11\x1B\x0D\x0E\x1F\x0C\x14\x1A\x10\x1C\x10\x18\x17\x15\x0C\x0D\x10\x11\x0D\x0E\x1F\x0C\x0D\x0E\x0F\x17", - /* PowerInput */ "\x29\x10\x22\x0C\x14\x0D\x39\x13\x0E\x0E\x13\x1B\x0C\x0D\x10\x20\x0D\x0E\x1F\x0C\x0D\x17\x10\x22\x0C\x14\x0D\x13\x16\x13\x17\x0E\x0C\x14\x0D\x18\x12\x0C\x16", -}; - -const char* SettingsCalibrationDone = "\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0F\x10\x11\x0D\x16\x10\x11\x0C\x2A"; -const char* SettingsCalibrationWarning = "\x29\x15\x0C\x13\x12\x0C\x0D\x0C\x11\x12\x18\x14\x0C\x0D\x0E\x1F\x0C\x0D\x0E\x0F\x17\x0D\x0F\x12\x0D\x13\x0E\x0D\x14\x10\x10\x1A\x0D\x0E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C\x0D\x23\x0C\x20\x10\x14\x0C\x0D\x1C\x10\x11\x0E\x0F\x11\x18\x0F\x11\x1B\x2A"; -const char* SettingsResetWarning = "\x26\x14\x0C\x0D\x27\x10\x18\x0D\x12\x18\x14\x0C\x0D\x27\x10\x18\x0D\x22\x13\x11\x0E\x0D\x0E\x10\x0D\x14\x0C\x12\x0C\x0E\x0D\x12\x0C\x0E\x0E\x0F\x11\x1B\x12\x0D\x0E\x10\x0D\x16\x0C\x20\x13\x18\x15\x0E\x0D\x25\x13\x15\x18\x0C\x12\x38"; -const char* UVLOWarningString = "\x24\x1D\x0D\x3A\x28\x39"; -const char* UndervoltageString = "\x34\x11\x16\x0C\x14\x25\x10\x15\x0E\x13\x1B\x0C"; -const char* InputVoltageString = "\x2F\x11\x17\x18\x0E\x0D\x37\x30\x0D"; -const char* WarningTipTempString = "\x1E\x0F\x17\x0D\x1E\x0C\x1A\x17\x30\x0D"; -const char* BadTipString = "\x2B\x26\x24\x0D\x1E\x2F\x29"; -const char* SleepingSimpleString = "\x44\x3B\x3B\x3B"; -const char* SleepingAdvancedString = "\x19\x15\x0C\x0C\x17\x0F\x11\x1B\x21\x21\x21"; -const char* WarningSimpleString = "\x32\x28\x1E\x2A"; -const char* WarningAdvancedString = "\x2A\x2A\x2A\x0D\x1E\x2F\x29\x0D\x32\x28\x1E\x0D\x2A\x2A\x2A"; -const char* SleepingTipAdvancedString = "\x1E\x0F\x17\x30"; -const char* IdleTipString = "\x1E\x0F\x17\x30"; -const char* IdleSetString = "\x0D\x19\x0C\x0E\x30"; -const char* TipDisconnectedString = "\x1E\x2F\x29\x0D\x24\x2F\x19\x1D\x28\x3C\x3C\x3E\x1D\x1E\x3E\x24"; -const char* SolderingAdvancedPowerPrompt = "\x29\x10\x22\x0C\x14\x30\x0D"; -const char* OffString = "\x28\x20\x20"; -const char* ResetOKMessage = "\x31\x0C\x12\x0C\x0E\x0D\x28\x43"; - -const char* SettingRightChar = "\x31"; -const char* SettingLeftChar = "\x3A"; -const char* SettingAutoChar = "\x26"; -const char* SettingFastChar = "\x33"; -const char* SettingSlowChar = "\x19"; - -const char* SymbolPlus = "\x42"; -const char* SymbolMinus = "\x41"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x21"; -const char* SymbolDegC = "\x1D"; -const char* SymbolDegF = "\x33"; -const char* SymbolMinutes = "\x2C"; -const char* SymbolSeconds = "\x19"; -const char* SymbolWatts = "\x39"; -const char* SymbolVolts = "\x37"; -const char* SymbolDC = "\x24\x1D"; -const char* SymbolCellCount = "\x19"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x2B\x02\x04", - "\x24\x04\x06", - "\x2B\x1D\x04", - "\x0D\x1D\x03", - "\x1E\x19\x03\x02\x02", - "\x2B\x1D\x04", - "\x32\x13\x35\x35\x10", - "\x34\x12\x0C\x14", -#else - "\x2B\x02\x04", - "\x24\x04\x07", - "\x1E\x19\x0A\x02", - "\x34\x12\x0C\x14", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x29\x10\x22\x0C\x14", "\x12\x10\x18\x14\x1C\x0C" }, - /* SleepTemperature */ { "\x19\x15\x0C\x0C\x17", "\x0E\x0C\x1A\x17" }, - /* SleepTimeout */ { "\x19\x15\x0C\x0C\x17", "\x0E\x0F\x1A\x0C\x10\x18\x0E" }, - /* ShutdownTimeout */ { "\x19\x1F\x18\x0E\x16\x10\x22\x11", "\x0E\x0F\x1A\x0C\x10\x18\x0E" }, - /* MotionSensitivity */ { "\x2C\x10\x0E\x0F\x10\x11", "\x12\x0C\x11\x12\x0F\x0E\x0F\x25\x0F\x0E\x27" }, - /* TemperatureUnit */ { "\x1E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C", "\x18\x11\x0F\x0E\x12" }, - /* AdvancedIdle */ { "\x24\x0C\x0E\x13\x0F\x15\x0C\x16", "\x0F\x16\x15\x0C\x0D\x12\x1C\x14\x0C\x0C\x11" }, - /* DisplayRotation */ { "\x24\x0F\x12\x17\x15\x13\x27", "\x10\x14\x0F\x0C\x11\x0E\x13\x0E\x0F\x10\x11" }, - /* BoostEnabled */ { "\x2B\x10\x10\x12\x0E\x0D\x1A\x10\x16\x0C", "\x0C\x11\x13\x23\x15\x0C\x16" }, - /* BoostTemperature */ { "\x2B\x10\x10\x12\x0E", "\x0E\x0C\x1A\x17" }, - /* AutoStart */ { "\x26\x18\x0E\x10", "\x12\x0E\x13\x14\x0E" }, - /* CooldownBlink */ { "\x1D\x10\x10\x15\x16\x10\x22\x11", "\x23\x15\x0F\x11\x35" }, - /* TemperatureCalibration */ { "\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0C", "\x0E\x0C\x1A\x17\x0C\x14\x13\x0E\x18\x14\x0C\x38" }, - /* SettingsReset */ { "\x33\x13\x1C\x0E\x10\x14\x27", "\x31\x0C\x12\x0C\x0E\x38" }, - /* VoltageCalibration */ { "\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0C", "\x0F\x11\x17\x18\x0E\x0D\x25\x10\x15\x0E\x13\x1B\x0C\x38" }, - /* AdvancedSoldering */ { "\x24\x0C\x0E\x13\x0F\x15\x0C\x16", "\x12\x10\x15\x16\x0C\x14\x0D\x12\x1C\x14\x0C\x0C\x11" }, - /* ScrollingSpeed */ { "\x19\x1C\x14\x10\x15\x15\x0F\x11\x1B", "\x19\x17\x0C\x0C\x16" }, - /* TipModel */ { "\x1E\x0F\x17", "\x2C\x10\x16\x0C\x15" }, - /* SimpleCalibrationMode */ { "\x19\x0F\x1A\x17\x15\x0C", "\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0F\x10\x11" }, - /* AdvancedCalibrationMode */ { "\x26\x16\x25\x13\x11\x1C\x0C\x16", "\x1D\x13\x15\x0F\x23\x14\x13\x0E\x0F\x10\x11" }, - /* PowerInput */ { "\x29\x10\x22\x0C\x14", "\x39\x13\x0E\x0E\x13\x1B\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x19\x10\x15\x16\x0C\x14\x0F\x11\x1B\x01\x19\x0C\x0E\x0E\x0F\x11\x1B\x12", - /* PowerSavingMenu */ "\x19\x15\x0C\x0C\x17\x01\x2C\x10\x16\x0C\x12", - /* UIMenu */ "\x34\x12\x0C\x14\x01\x2F\x11\x0E\x0C\x14\x20\x13\x1C\x0C", - /* AdvancedMenu */ "\x26\x16\x25\x13\x11\x1C\x0C\x16\x01\x28\x17\x0E\x0F\x10\x11\x12", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x19\x10\x15\x16\x0C\x14\x0F\x11\x1B\x0D\x12\x0C\x0E\x0E\x0F\x11\x1B\x12", - /* PowerSavingMenu */ "\x29\x10\x22\x0C\x14\x0D\x12\x13\x25\x0F\x11\x1B\x0D\x12\x0C\x0E\x0E\x0F\x11\x1B\x12", - /* UIMenu */ "\x34\x12\x0C\x14\x0D\x0F\x11\x0E\x0C\x14\x20\x13\x1C\x0C\x0D\x12\x0C\x0E\x0E\x0F\x11\x1B\x12", - /* AdvancedMenu */ "\x26\x16\x25\x13\x11\x1C\x0C\x16\x0D\x10\x17\x0E\x0F\x10\x11\x12", -}; - -#endif - -#ifdef LANG_BG -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x00,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1E,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0D -> а -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x00,//\x0E -> е -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x0F -> н -0x00,0xF0,0xF0,0x00,0x00,0x00,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x10 -> и -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0xFF,0xFF,0x0C,0x0C,0x0C,0x0C,0x0C,0x0E,0x07,0x03,0x00,//\x11 -> р -0x00,0x30,0x30,0x30,0x30,0xF0,0xF0,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x12 -> т -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x13 -> о -0x00,0xF0,0xF0,0x80,0x80,0xC0,0xE0,0x70,0x30,0x10,0x00,0x00,0x00,0x3F,0x3F,0x03,0x03,0x07,0x0E,0x1C,0x38,0x30,0x20,0x00,//\x14 -> к -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0x60,0x40,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x18,0x08,0x00,//\x15 -> с -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x16 -> п -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x17 -> л -0x00,0xF0,0xF0,0xE0,0xC0,0x80,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x18 -> м -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x00,0x3F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x19 -> в -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x1A -> e -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x1B -> з -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x00,0x60,0x7F,0x3F,0x30,0x30,0x30,0x30,0x3F,0x7F,0x60,0x00,//\x1C -> д -0x00,0xF0,0xF0,0x00,0x04,0x08,0x88,0xC4,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x1D -> й -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x1E -> a -0x30,0x30,0xF0,0xF0,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x31,0x31,0x31,0x31,0x3B,0x1F,0x0E,0x00,//\x1F -> ъ -0x00,0x30,0xF0,0xC0,0x00,0xF0,0xF0,0x00,0xC0,0xF0,0x30,0x00,0x00,0x30,0x3C,0x0F,0x03,0x3F,0x3F,0x03,0x0F,0x3C,0x30,0x00,//\x20 -> ж -0x00,0x30,0xF0,0xC0,0x00,0x00,0x00,0x00,0xC0,0xF0,0x30,0x00,0x00,0x60,0xE0,0xC3,0xE7,0x7C,0x3C,0x0F,0x03,0x00,0x00,0x00,//\x21 -> у -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x22 -> . -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x23 -> t -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x24 -> б -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x25 -> o -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x26 -> i -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x21,0x33,0x3B,0x1E,0x0E,0x06,0x06,0x06,0x3F,0x3F,0x00,//\x27 -> я -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x28 -> ч -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x29 -> r -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x2A -> C -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x2B -> Н -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x2C -> n -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2D -> l -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2E -> В -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2F -> S -0x00,0x30,0x70,0xC0,0x80,0x00,0x00,0x80,0xC0,0x70,0x30,0x00,0x00,0x30,0x38,0x0C,0x07,0x03,0x03,0x07,0x0C,0x38,0x30,0x00,//\x30 -> х -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x31 -> d -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x32 -> Р -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x33 -> С -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x34 -> p -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x35 -> " -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x36 -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x37 -> < -0x00,0xFF,0xFF,0x00,0x00,0xC0,0xF0,0x38,0x0E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x07,0x03,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x38 -> И -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x39 -> s -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x3A -> О -0x00,0x80,0xC0,0x60,0x60,0xF0,0xF0,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x30,0x30,0xFF,0xFF,0x30,0x30,0x1F,0x0F,0x00,//\x3B -> ф -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x3C -> : -0x00,0x03,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x3D -> Т -0x00,0x03,0x0F,0x3C,0xF0,0xC0,0xC0,0xF0,0x3C,0x0F,0x03,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x03,0x0F,0x3C,0x30,0x00,//\x3E -> Х -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3F -> ! -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x3F,0xFF,0xF0,0x00,//\x40 -> ц -0x00,0xF0,0xF0,0x00,0xE0,0xF0,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x3F,0x3F,0x03,0x1F,0x3F,0x30,0x30,0x30,0x3F,0x1F,0x00,//\x41 -> ю -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x42 -> V -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x43 -> b -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x44 -> c -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x45 -> К -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x46 -> , -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x47 -> T -0x00,0x00,0xF8,0xFE,0x0F,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x00,0x70,0x7F,0x1F,0x18,0x18,0x18,0x18,0x1F,0x7F,0x70,0x00,//\x48 -> Д -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x49 -> А -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x4A -> = -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x4B -> М -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x4C -> B -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x4D -> ? -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x4E -> w -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x4F -> g -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x50 -> u -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x51 -> г -0x00,0x00,0xF0,0xFC,0x1E,0x07,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x52 -> Л -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x53 -> A -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x54 -> П -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x55 -> F -0x00,0xF0,0xF0,0x00,0x00,0xF0,0xF0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0xFF,0xE0,//\x56 -> щ -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x57 -> D -0x03,0x03,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0x80,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x58 -> Ъ -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x59 -> f -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x5A -> W -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x5B -> h -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x5C -> m -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x5D -> M -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x5E -> З -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x5F -> R -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x60 -> Е -0x00,0x07,0x1F,0x7C,0xF0,0xC0,0xC0,0xF0,0x7C,0x1F,0x07,0x00,0x00,0x00,0x30,0x30,0x3C,0x0F,0x07,0x01,0x00,0x00,0x00,0x00,//\x61 -> У -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x62 -> U -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x63 -> k -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x64 -> O -0x00,0xFF,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x65 -> Ш -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x66 -> P -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x67 -> v -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x68 -> H -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x69 -> L -0x00,0xF0,0xF0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x6A -> ш -0x00,0xF8,0xFC,0x0E,0x06,0xFF,0xFF,0x06,0x0E,0xFC,0xF8,0x00,0x00,0x03,0x07,0x0E,0x0C,0x3F,0x3F,0x0C,0x0E,0x07,0x03,0x00,//\x6B -> Ф -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x6C -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x6D -> + -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x6E -> K -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x6F -> ) -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x70 -> N -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x71 -> I -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x72 -> ( -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x1F,0x1F,0x18,0x18,0x18,0x18,0x18,0x1F,0x7F,0x78,0x00,//\x73 -> Ц -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x74 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0D -> а -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> е -0x7c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x0F -> н -0x7c, 0x20, 0x10, 0x08, 0x7c, 0x00,//\x10 -> и -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x11 -> р -0x04, 0x04, 0x7c, 0x04, 0x04, 0x00,//\x12 -> т -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x13 -> о -0x7c, 0x10, 0x28, 0x44, 0x00, 0x00,//\x14 -> к -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x15 -> с -0x7c, 0x04, 0x04, 0x04, 0x7c, 0x00,//\x16 -> п -0x40, 0x3c, 0x04, 0x04, 0x7c, 0x00,//\x17 -> л -0x7c, 0x08, 0x10, 0x08, 0x7c, 0x00,//\x18 -> м -0x7c, 0x54, 0x54, 0x54, 0x28, 0x00,//\x19 -> в -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x1A -> e -0x28, 0x44, 0x54, 0x54, 0x28, 0x00,//\x1B -> з -0x40, 0x3c, 0x24, 0x3c, 0x60, 0x00,//\x1C -> д -0x7c, 0x21, 0x12, 0x09, 0x7c, 0x00,//\x1D -> й -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x1E -> a -0x04, 0x7c, 0x50, 0x20, 0x00, 0x00,//\x1F -> ъ -0x6c, 0x10, 0x7c, 0x10, 0x6c, 0x00,//\x20 -> ж -0x4c, 0x50, 0x20, 0x10, 0x0c, 0x00,//\x21 -> у -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x22 -> . -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x23 -> t -0x3c, 0x4a, 0x4a, 0x4a, 0x30, 0x00,//\x24 -> б -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x25 -> o -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x26 -> i -0x48, 0x34, 0x14, 0x14, 0x7c, 0x00,//\x27 -> я -0x0c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x28 -> ч -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x29 -> r -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x2A -> C -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x2B -> Н -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x2C -> n -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x2D -> l -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2E -> В -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x2F -> S -0x44, 0x28, 0x10, 0x28, 0x44, 0x00,//\x30 -> х -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x31 -> d -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x32 -> Р -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x33 -> С -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x34 -> p -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x35 -> " -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x36 -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x37 -> < -0x7f, 0x10, 0x08, 0x04, 0x7f, 0x00,//\x38 -> И -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x39 -> s -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x3A -> О -0x18, 0x24, 0x7e, 0x24, 0x18, 0x00,//\x3B -> ф -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x3C -> : -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x3D -> Т -0x63, 0x14, 0x08, 0x14, 0x63, 0x00,//\x3E -> Х -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3F -> ! -0x3c, 0x20, 0x20, 0x3c, 0x60, 0x00,//\x40 -> ц -0x7c, 0x10, 0x38, 0x44, 0x38, 0x00,//\x41 -> ю -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x42 -> V -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x43 -> b -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x44 -> c -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x45 -> К -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x46 -> , -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x47 -> T -0x60, 0x3f, 0x21, 0x3f, 0x60, 0x00,//\x48 -> Д -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x49 -> А -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x4A -> = -0x7f, 0x02, 0x04, 0x02, 0x7f, 0x00,//\x4B -> М -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x4C -> B -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x4D -> ? -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x4E -> w -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x4F -> g -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x50 -> u -0x7c, 0x04, 0x04, 0x04, 0x04, 0x00,//\x51 -> г -0x40, 0x3f, 0x01, 0x01, 0x7f, 0x00,//\x52 -> Л -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x53 -> A -0x7f, 0x01, 0x01, 0x01, 0x7f, 0x00,//\x54 -> П -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x55 -> F -0x3c, 0x20, 0x3c, 0x20, 0x7c, 0x00,//\x56 -> щ -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x57 -> D -0x01, 0x7f, 0x48, 0x48, 0x30, 0x00,//\x58 -> Ъ -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x59 -> f -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x5A -> W -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x5B -> h -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x5C -> m -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x5D -> M -0x00, 0x41, 0x49, 0x49, 0x36, 0x00,//\x5E -> З -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x5F -> R -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x60 -> Е -0x47, 0x48, 0x30, 0x08, 0x07, 0x00,//\x61 -> У -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x62 -> U -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x63 -> k -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x64 -> O -0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x00,//\x65 -> Ш -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x66 -> P -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x67 -> v -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x68 -> H -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x69 -> L -0x3c, 0x20, 0x3c, 0x20, 0x3c, 0x00,//\x6A -> ш -0x0c, 0x12, 0x7f, 0x12, 0x0c, 0x00,//\x6B -> Ф -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x6C -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x6D -> + -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x6E -> K -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x6F -> ) -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x70 -> N -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x71 -> I -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x72 -> ( -0x3f, 0x20, 0x20, 0x3f, 0x60, 0x00,//\x73 -> Ц -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x74 -> / -}; -// ---- Български ---- - -#define CYRILLIC_GLYPHS - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x38\x1B\x12\x13\x28\x0F\x10\x14\x0C\x0F\x0D\x0C\x1B\x0D\x30\x11\x0D\x0F\x19\x0D\x0F\x0E\x22\x0C\x4B\x10\x0F\x10\x18\x0D\x17\x0F\x13\x0C\x0F\x0D\x16\x11\x0E\x20\x0E\x0F\x10\x0E\x22\x0C\x37\x57\x2A\x0C\x03\x02\x42\x36\x0C\x37\x2F\x0C\x05\x22\x05\x42\x0C\x1B\x0D\x0C\x14\x17\x0E\x12\x14\x0D\x36", - /* SleepTemperature */ "\x3D\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x0C\x16\x11\x10\x0C\x11\x0E\x20\x10\x18\x0C\x35\x15\x1F\x0F\x35\x0C\x37\x2A\x36", - /* SleepTimeout */ "\x2E\x14\x17\x41\x28\x19\x0D\x0F\x0E\x0C\x19\x0C\x11\x0E\x20\x10\x18\x0C\x35\x15\x1F\x0F\x35\x0C\x15\x17\x0E\x1C\x3C\x0C\x37\x4B\x10\x0F\x21\x12\x10\x74\x33\x0E\x14\x21\x0F\x1C\x10\x36", - /* ShutdownTimeout */ "\x38\x1B\x14\x17\x41\x28\x19\x0D\x0F\x0E\x0C\x15\x17\x0E\x1C\x0C\x37\x4B\x10\x0F\x21\x12\x10\x36", - /* MotionSensitivity */ "\x61\x15\x0E\x56\x0D\x0F\x0E\x0C\x1B\x0D\x0C\x1C\x19\x10\x20\x0E\x0F\x10\x0E\x0C\x37\x02\x22\x38\x1B\x14\x17\x41\x28\x0E\x0F\x13\x0C\x03\x22\x33\x17\x0D\x24\x13\x0C\x0B\x22\x33\x10\x17\x0F\x13\x36", - /* TemperatureUnit */ "\x60\x1C\x10\x0F\x10\x40\x10\x0C\x1B\x0D\x0C\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x0C\x37\x2A\x4A\x73\x0E\x17\x1B\x10\x10\x0C\x55\x4A\x6B\x0D\x11\x0E\x0F\x30\x0D\x1D\x12\x36", - /* AdvancedIdle */ "\x54\x13\x14\x0D\x20\x10\x0C\x1C\x0E\x12\x0D\x1D\x17\x0F\x0D\x0C\x10\x0F\x3B\x13\x11\x18\x0D\x40\x10\x27\x0C\x15\x1F\x15\x0C\x15\x10\x12\x0E\x0F\x0C\x6A\x11\x10\x3B\x12\x0C\x0F\x0D\x0C\x0E\x14\x11\x0D\x0F\x0D\x0C\x19\x0C\x11\x0E\x20\x10\x18\x0C\x0F\x0D\x0C\x16\x13\x14\x13\x1D\x22", - /* DisplayRotation */ "\x3A\x11\x10\x0E\x0F\x12\x0D\x40\x10\x27\x0C\x0F\x0D\x0C\x1C\x10\x15\x16\x17\x0E\x27\x0C\x37\x53\x22\x0C\x49\x19\x12\x13\x18\x0D\x12\x10\x28\x0F\x13\x0C\x69\x22\x0C\x52\x27\x19\x0D\x0C\x32\x1F\x14\x0D\x0C\x5F\x22\x0C\x48\x27\x15\x0F\x0D\x0C\x32\x1F\x14\x0D\x36", - /* BoostEnabled */ "\x54\x13\x17\x1B\x19\x0D\x1D\x0C\x16\x11\x0E\x1C\x0F\x10\x27\x0C\x24\x21\x12\x13\x0F\x0C\x1B\x0D\x0C\x35\x12\x21\x11\x24\x13\x35\x0C\x11\x0E\x20\x10\x18\x0C\x15\x0C\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x0C\x1C\x13\x0C\x06\x07\x02\x2A\x0C\x16\x11\x10\x0C\x1B\x0D\x16\x13\x27\x19\x0D\x0F\x0E", - /* BoostTemperature */ "\x3D\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x0C\x1B\x0D\x0C\x35\x12\x21\x11\x24\x13\x35\x0C\x11\x0E\x20\x10\x18", - /* AutoStart */ "\x32\x0E\x20\x10\x18\x0C\x0F\x0D\x0C\x16\x13\x27\x17\x0F\x10\x14\x0D\x0C\x16\x11\x10\x0C\x19\x14\x17\x41\x28\x19\x0D\x0F\x0E\x0C\x0F\x0D\x0C\x1B\x0D\x30\x11\x0D\x0F\x19\x0D\x0F\x0E\x12\x13\x22\x0C\x47\x4A\x32\x0D\x24\x13\x12\x0E\x0F\x46\x0C\x2F\x4A\x33\x1F\x0F\x46\x0C\x55\x4A\x38\x1B\x14\x17\x41\x28\x0E\x0F", - /* CooldownBlink */ "\x33\x17\x0E\x1C\x0C\x10\x1B\x14\x17\x41\x28\x19\x0D\x0F\x0E\x0C\x13\x12\x0C\x11\x0D\x24\x13\x12\x0E\x0F\x0C\x11\x0E\x20\x10\x18\x46\x0C\x10\x0F\x1C\x10\x14\x0D\x12\x13\x11\x0D\x0C\x1B\x0D\x0C\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x0C\x1C\x0D\x0C\x18\x10\x51\x0D\x0C\x1C\x13\x14\x0D\x12\x13\x0C\x28\x13\x19\x14\x0D\x12\x0D\x0C\x0F\x0D\x0C\x16\x13\x27\x17\x0F\x10\x14\x0D\x0C\x19\x15\x0E\x0C\x13\x56\x0E\x0C\x0E\x0C\x12\x13\x16\x17\x0D", - /* TemperatureCalibration */ "\x45\x0D\x17\x10\x24\x11\x10\x11\x0D\x0F\x0E\x0C\x0F\x0D\x0C\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x12\x0D", - /* SettingsReset */ "\x2E\x11\x1F\x56\x0D\x0F\x0E\x0C\x0F\x0D\x0C\x3B\x0D\x24\x11\x10\x28\x0F\x10\x0C\x0F\x0D\x15\x12\x11\x13\x1D\x14\x10", - /* VoltageCalibration */ "\x45\x0D\x17\x10\x24\x11\x10\x11\x0D\x0F\x0E\x0C\x0F\x0D\x0C\x19\x30\x13\x1C\x0F\x13\x12\x13\x0C\x0F\x0D\x16\x11\x0E\x20\x0E\x0F\x10\x0E\x0C\x72\x42\x71\x70\x6F\x22\x0C\x5E\x0D\x1C\x11\x1F\x20\x12\x0E\x0C\x24\x21\x12\x13\x0F\x1E\x0C\x1B\x0D\x0C\x10\x1B\x30\x13\x1C", - /* AdvancedSoldering */ "\x48\x0E\x12\x0D\x1D\x17\x0F\x0D\x0C\x10\x0F\x3B\x13\x11\x18\x0D\x40\x10\x27\x0C\x19\x0C\x11\x0D\x24\x13\x12\x0E\x0F\x0C\x11\x0E\x20\x10\x18\x0C\x16\x11\x10\x0C\x1B\x0D\x16\x13\x27\x19\x0D\x0F\x0E", - /* ScrollingSpeed */ "\x33\x14\x13\x11\x13\x15\x12\x0C\x0F\x0D\x0C\x1C\x19\x10\x20\x0E\x0F\x10\x0E\x0C\x0F\x0D\x0C\x12\x13\x1B\x10\x0C\x12\x0E\x14\x15\x12", - /* TipModel */ "\x47\x26\x34\x0C\x5D\x25\x31\x1A\x2D\x0C\x39\x1A\x2D\x1A\x44\x23\x26\x25\x2C", - /* SimpleCalibrationMode */ "\x2F\x26\x5C\x34\x2D\x1A\x0C\x2A\x1E\x2D\x26\x43\x29\x1E\x23\x26\x25\x2C\x0C\x50\x39\x26\x2C\x4F\x0C\x68\x25\x23\x0C\x4E\x1E\x23\x1A\x29", - /* AdvancedCalibrationMode */ "\x53\x31\x67\x1E\x2C\x44\x1A\x31\x0C\x44\x1E\x2D\x26\x43\x29\x1E\x23\x26\x25\x2C\x0C\x50\x39\x26\x2C\x4F\x0C\x23\x5B\x1A\x29\x5C\x25\x44\x25\x50\x34\x2D\x1A\x0C\x25\x2C\x0C\x23\x5B\x1A\x0C\x23\x26\x34", - /* PowerInput */ "\x66\x25\x4E\x1A\x29\x0C\x5A\x1E\x23\x23\x1E\x4F\x1A\x0C\x25\x59\x0C\x23\x5B\x1A\x0C\x34\x25\x4E\x1A\x29\x0C\x1E\x31\x1E\x34\x23\x1A\x29\x0C\x50\x39\x1A\x31", -}; - -const char* SettingsCalibrationDone = "\x2A\x1E\x2D\x26\x43\x29\x1E\x23\x26\x25\x2C\x0C\x31\x25\x2C\x1A\x3F"; -const char* SettingsCalibrationWarning = "\x61\x19\x0E\x11\x0E\x12\x0E\x0C\x15\x0E\x46\x0C\x28\x0E\x0C\x28\x13\x19\x14\x0D\x12\x0D\x0C\x0F\x0D\x0C\x16\x13\x27\x17\x0F\x10\x14\x0D\x0C\x0E\x0C\x15\x1F\x15\x0C\x15\x12\x0D\x1D\x0F\x0D\x0C\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x0C\x16\x11\x0E\x1C\x10\x0C\x1C\x0D\x0C\x16\x11\x13\x1C\x1F\x17\x20\x10\x12\x0E\x3F"; -const char* SettingsResetWarning = "\x33\x10\x51\x21\x11\x0F\x10\x0C\x17\x10\x0C\x15\x12\x0E\x46\x0C\x28\x0E\x0C\x10\x15\x14\x0D\x12\x0E\x0C\x1C\x0D\x0C\x19\x1F\x11\x0F\x0E\x12\x0E\x0C\x3B\x0D\x24\x11\x10\x28\x0F\x10\x12\x0E\x0C\x0F\x0D\x15\x12\x11\x13\x1D\x14\x10\x4D"; -const char* UVLOWarningString = "\x2B\x10\x15\x14\x13\x0C\x42\x3F"; -const char* UndervoltageString = "\x2B\x10\x15\x14\x13\x0C\x2B\x0D\x16\x11\x0E\x20\x0E\x0F\x10\x0E"; -const char* InputVoltageString = "\x2E\x30\x13\x1C\x0F\x13\x0C\x42\x3C\x0C"; -const char* WarningTipTempString = "\x3D\x0E\x18\x16\x22\x3C\x0C"; -const char* BadTipString = "\x52\x3A\x65\x0C\x2E\x32\x58\x3E"; -const char* SleepingSimpleString = "\x33\x1F\x0F"; -const char* SleepingAdvancedString = "\x3E\x1F\x11\x0C\x3E\x1F\x11\x0C\x3E\x1F\x11\x22\x22\x22"; -const char* WarningSimpleString = "\x3A\x3E\x3F"; -const char* WarningAdvancedString = "\x2E\x2B\x38\x4B\x49\x2B\x38\x60\x3F\x0C\x3D\x3A\x54\x52\x3A\x3F"; -const char* SleepingTipAdvancedString = "\x2E\x11\x1F\x30\x3C"; -const char* IdleTipString = "\x2E\x11\x1F\x30\x3C"; -const char* IdleSetString = "\x0C\x2F\x1A\x23\x3C"; -const char* TipDisconnectedString = "\x2E\x32\x58\x3E\x0C\x52\x3A\x65\x49\x0C\x2E\x32\x58\x5E\x45\x49"; -const char* SolderingAdvancedPowerPrompt = "\x5E\x0D\x30\x11\x0D\x0F\x19\x0D\x0F\x0E\x3C\x0C"; -const char* OffString = "\x64\x59\x59"; -const char* ResetOKMessage = "\x5F\x1A\x39\x1A\x23\x0C\x64\x6E"; - -const char* SettingRightChar = "\x5F"; -const char* SettingLeftChar = "\x69"; -const char* SettingAutoChar = "\x53"; -const char* SettingFastChar = "\x55"; -const char* SettingSlowChar = "\x2F"; - -const char* SymbolPlus = "\x6D"; -const char* SymbolMinus = "\x6C"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x22"; -const char* SymbolDegC = "\x2A"; -const char* SymbolDegF = "\x55"; -const char* SymbolMinutes = "\x5D"; -const char* SymbolSeconds = "\x2F"; -const char* SymbolWatts = "\x5A"; -const char* SymbolVolts = "\x42"; -const char* SymbolDC = "\x57\x2A"; -const char* SymbolCellCount = "\x2F"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x4C\x02\x04", - "\x57\x04\x06", - "\x4C\x2A\x04", - "\x0C\x2A\x03", - "\x47\x2F\x03\x02\x02", - "\x4C\x2A\x04", - "\x68\x1E\x63\x63\x25", - "\x62\x39\x1A\x29", -#else - "\x4C\x02\x04", - "\x57\x04\x07", - "\x47\x2F\x0A\x02", - "\x62\x39\x1A\x29", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x38\x1B\x12\x13\x28\x0F\x10\x14", "\x1B\x0D\x30\x11\x0D\x0F\x19\x0D\x0F\x0E" }, - /* SleepTemperature */ { "\x3D\x0E\x18\x16\x22", "\x15\x1F\x0F" }, - /* SleepTimeout */ { "\x2E\x11\x0E\x18\x0E", "\x15\x1F\x0F" }, - /* ShutdownTimeout */ { "\x2E\x11\x0E\x18\x0E", "\x10\x1B\x14\x17\x22" }, - /* MotionSensitivity */ { "\x61\x15\x0E\x56\x0D\x0F\x0E", "\x1B\x0D\x0C\x1C\x19\x10\x20\x0E\x0F\x10\x0E" }, - /* TemperatureUnit */ { "\x60\x1C\x10\x0F\x10\x40\x10\x0C\x1B\x0D", "\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D" }, - /* AdvancedIdle */ { "\x48\x0E\x12\x0D\x1D\x17\x0E\x0F", "\x0E\x14\x11\x0D\x0F\x0C\x19\x0C\x16\x13\x14\x13\x1D" }, - /* DisplayRotation */ { "\x3A\x11\x10\x0E\x0F\x12\x0D\x40\x10\x27", "\x0F\x0D\x0C\x1C\x10\x15\x16\x17\x0E\x27" }, - /* BoostEnabled */ { "\x3D\x21\x11\x24\x13\x0C\x11\x0E\x20\x10\x18", "\x16\x21\x15\x0F\x0D\x12" }, - /* BoostTemperature */ { "\x3D\x21\x11\x24\x13", "\x12\x0E\x18\x16\x22" }, - /* AutoStart */ { "\x49\x19\x12\x13\x18\x0D\x12\x10\x28\x0E\x0F", "\x11\x0D\x24\x13\x12\x0E\x0F\x0C\x11\x0E\x20\x10\x18" }, - /* CooldownBlink */ { "\x4B\x10\x51\x0D\x1D\x0C\x16\x11\x10", "\x12\x13\x16\x1F\x17\x0C\x16\x13\x27\x17\x0F\x10\x14" }, - /* TemperatureCalibration */ { "\x45\x0D\x17\x10\x24\x11\x10\x11\x0D\x0F\x0E", "\x12\x0E\x18\x16\x0E\x11\x0D\x12\x21\x11\x0D\x4D" }, - /* SettingsReset */ { "\x6B\x0D\x24\x11\x10\x28\x0F\x10", "\x0F\x0D\x15\x12\x11\x13\x1D\x14\x10\x4D" }, - /* VoltageCalibration */ { "\x45\x0D\x17\x10\x24\x11\x10\x11\x0D\x0F\x0E", "\x0F\x0D\x16\x11\x0E\x20\x0E\x0F\x10\x0E\x4D" }, - /* AdvancedSoldering */ { "\x48\x0E\x12\x0D\x1D\x17\x0E\x0F", "\x11\x0D\x24\x13\x12\x0E\x0F\x0C\x0E\x14\x11\x0D\x0F" }, - /* ScrollingSpeed */ { "\x33\x14\x13\x11\x13\x15\x12", "\x0F\x0D\x0C\x12\x0E\x14\x15\x12\x0D" }, - /* TipModel */ { "\x47\x26\x34", "\x5D\x25\x31\x1A\x2D" }, - /* SimpleCalibrationMode */ { "\x2F\x26\x5C\x34\x2D\x1A", "\x2A\x1E\x2D\x26\x43\x29\x1E\x23\x26\x25\x2C" }, - /* AdvancedCalibrationMode */ { "\x53\x31\x67\x1E\x2C\x44\x1A\x31", "\x2A\x1E\x2D\x26\x43\x29\x1E\x23\x26\x25\x2C" }, - /* PowerInput */ { "\x66\x25\x4E\x1A\x29", "\x5A\x1E\x23\x23\x1E\x4F\x1A" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x54\x13\x27\x17\x0F\x10\x14\x01\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10", - /* PowerSavingMenu */ "\x32\x0E\x20\x10\x18\x10\x01\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10", - /* UIMenu */ "\x38\x0F\x12\x0E\x11\x3B\x0E\x1D\x15\x01\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10", - /* AdvancedMenu */ "\x32\x0D\x1B\x6A\x10\x11\x0E\x0F\x10\x01\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10\x0C\x0F\x0D\x0C\x16\x13\x27\x17\x0F\x10\x14\x0D", - /* PowerSavingMenu */ "\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10\x0C\x0E\x0F\x0E\x11\x51\x13\x15\x16\x0E\x15\x12\x27\x19\x0D\x0F\x0E", - /* UIMenu */ "\x2B\x0D\x15\x12\x11\x13\x1D\x14\x10\x0C\x0F\x0D\x0C\x10\x0F\x12\x0E\x11\x3B\x0E\x1D\x15\x0D", - /* AdvancedMenu */ "\x48\x13\x16\x1F\x17\x0F\x10\x12\x0E\x17\x0F\x10\x0C\x0F\x0D\x15\x12\x11\x13\x1D\x14\x10", -}; - -#endif - -#ifdef LANG_CS -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x0D -> o -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0E -> t -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0F -> a -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x10 -> e -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x12 -> i -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x13 -> r -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x14 -> p -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x15 -> s -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x16 -> l -0x00,0x00,0x00,0x00,0x68,0xEC,0xE6,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x17 -> í -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x18 -> v -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x19 -> u -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x1A -> k -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x1B -> d -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1C -> . -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1D -> b -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x1E -> h -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1F -> c -0x00,0x00,0x40,0x60,0x68,0x6C,0x66,0x62,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x20 -> á -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x21 -> y -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x22 -> P -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x23 -> m -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x24 -> C -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x25 -> T -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x26 -> , -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x27 -> z -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x28 -> O -0x00,0x00,0xE0,0xE0,0xC4,0x6C,0x68,0x6C,0x64,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x29 -> ř -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x2A -> = -0x00,0x60,0x60,0x64,0x6C,0x68,0xEC,0xE4,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x2B -> ž -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x2C -> R -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x2D -> ? -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x2E -> j -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x2F -> ! -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x30 -> H -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x31 -> S -0x00,0x80,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x32 -> ě -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x33 -> N -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x34 -> B -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x35 -> A -0x00,0x80,0xC0,0xE0,0x60,0x68,0x6C,0x66,0x62,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x36 -> é -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x37 -> M -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x38 -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x39 -> < -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x3A -> : -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x3B -> K -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3C -> L -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x3D -> D -0x00,0x80,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x3E -> č -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3F -> U -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x40 -> W -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x41 -> w -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x42 -> g -0x00,0x00,0x60,0xE0,0x80,0x10,0x18,0x8C,0xE4,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x43 -> ý -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x44 -> Z -0x00,0x80,0xE0,0x70,0x39,0x1B,0x1A,0x1B,0x39,0x70,0x60,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x45 -> Č -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x46 -> V -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x47 -> f -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x48 -> F -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x49 -> J -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x4A -> I -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x4B -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x4C -> ( -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x4D -> E -0x00,0xE0,0xE0,0x00,0x0C,0x12,0x12,0x0C,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x4E -> ů -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x4F -> x -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x50 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x51 -> + -0x00,0xF8,0xF8,0x99,0x9B,0x9A,0x9B,0x99,0xF8,0xF0,0x60,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x52 -> Ř -0x00,0x08,0x18,0x30,0x60,0xC4,0xC6,0x63,0x31,0x18,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x53 -> Ý -0x00,0x80,0xC0,0xE0,0x60,0x60,0xE0,0xFF,0xFF,0x00,0x05,0x03,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x3F,0x3F,0x00,0x00,0x00,//\x54 -> ď -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x55 -> / -0x00,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x56 -> š -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x0D -> o -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0E -> t -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0F -> a -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x10 -> e -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x12 -> i -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x13 -> r -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x14 -> p -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x15 -> s -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x16 -> l -0x00, 0x44, 0x7e, 0x41, 0x00, 0x00,//\x17 -> í -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x18 -> v -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x19 -> u -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x1A -> k -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x1B -> d -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1C -> . -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x1D -> b -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1E -> h -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1F -> c -0x20, 0x54, 0x56, 0x55, 0x78, 0x00,//\x20 -> á -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x21 -> y -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x22 -> P -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x23 -> m -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x24 -> C -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x25 -> T -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x26 -> , -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x27 -> z -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x28 -> O -0x7c, 0x09, 0x06, 0x05, 0x08, 0x00,//\x29 -> ř -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x2A -> = -0x44, 0x65, 0x56, 0x4d, 0x44, 0x00,//\x2B -> ž -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x2C -> R -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x2D -> ? -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x2E -> j -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x2F -> ! -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x30 -> H -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x31 -> S -0x38, 0x55, 0x56, 0x55, 0x08, 0x00,//\x32 -> ě -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x33 -> N -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x34 -> B -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x35 -> A -0x38, 0x54, 0x56, 0x55, 0x08, 0x00,//\x36 -> é -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x37 -> M -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x38 -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x39 -> < -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x3A -> : -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x3B -> K -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3C -> L -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x3D -> D -0x38, 0x45, 0x46, 0x45, 0x20, 0x00,//\x3E -> č -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3F -> U -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x40 -> W -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x41 -> w -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x42 -> g -0x44, 0x48, 0x32, 0x11, 0x0c, 0x00,//\x43 -> ý -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x44 -> Z -0x38, 0x45, 0x46, 0x45, 0x28, 0x00,//\x45 -> Č -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x46 -> V -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x47 -> f -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x48 -> F -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x49 -> J -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x4A -> I -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x4B -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x4C -> ( -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x4D -> E -0x3c, 0x41, 0x41, 0x21, 0x7c, 0x00,//\x4E -> ů -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x4F -> x -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x50 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x51 -> + -0x7c, 0x15, 0x16, 0x15, 0x68, 0x00,//\x52 -> Ř -0x04, 0x08, 0x72, 0x09, 0x04, 0x00,//\x53 -> Ý -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x54 -> ď -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x55 -> / -0x48, 0x55, 0x56, 0x55, 0x24, 0x00,//\x56 -> š -}; -// ---- Český ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x22\x29\x12\x0C\x11\x12\x2B\x56\x17\x23\x0C\x11\x0F\x14\x32\x0E\x17\x0C\x19\x1A\x0D\x11\x3E\x17\x0C\x14\x20\x2E\x10\x11\x17\x0C\x39\x3D\x24\x2A\x03\x02\x46\x26\x0C\x2D\x31\x2A\x2D\x4F\x05\x1C\x05\x46\x0C\x14\x13\x0D\x0C\x3C\x12\x22\x0D\x26\x3C\x12\x4A\x0D\x11\x1C\x1C\x1C\x38", - /* SleepTemperature */ "\x25\x10\x14\x16\x0D\x0E\x0F\x0C\x18\x0C\x13\x10\x2B\x12\x23\x19\x0C\x15\x14\x20\x11\x1A\x19\x1C", - /* SleepTimeout */ "\x45\x0F\x15\x0C\x1B\x0D\x0C\x13\x10\x2B\x12\x23\x19\x0C\x15\x14\x20\x11\x1A\x19\x0C\x39\x37\x12\x11\x19\x0E\x55\x31\x10\x1A\x19\x11\x1B\x38", - /* ShutdownTimeout */ "\x45\x0F\x15\x0C\x1B\x0D\x0C\x0F\x19\x0E\x0D\x23\x0F\x0E\x12\x1F\x1A\x36\x1E\x0D\x0C\x18\x21\x14\x11\x19\x0E\x17\x0C\x39\x37\x12\x11\x19\x0E\x38", - /* MotionSensitivity */ "\x24\x12\x0E\x16\x12\x18\x0D\x15\x0E\x0C\x1B\x10\x0E\x10\x1A\x1F\x10\x0C\x14\x0D\x1E\x21\x1D\x19\x0C\x39\x02\x2A\x46\x21\x14\x26\x0C\x03\x2A\x37\x12\x11\x26\x0C\x1C\x1C\x1C\x0C\x0B\x2A\x37\x0F\x4F\x38", - /* TemperatureUnit */ "\x49\x10\x1B\x11\x0D\x0E\x1A\x21\x0C\x23\x32\x29\x10\x11\x17\x0C\x0E\x10\x14\x16\x0D\x0E\x21\x0C\x39\x24\x2A\x24\x10\x16\x15\x12\x19\x15\x26\x0C\x48\x2A\x48\x0F\x1E\x13\x10\x11\x1E\x10\x12\x0E\x38", - /* AdvancedIdle */ "\x44\x0D\x1D\x13\x0F\x27\x12\x0E\x0C\x14\x0D\x1B\x13\x0D\x1D\x11\x0D\x15\x0E\x12\x0C\x11\x0F\x0C\x18\x43\x1F\x1E\x0D\x27\x17\x0C\x0D\x1D\x13\x0F\x27\x0D\x18\x1F\x10\x2D", - /* DisplayRotation */ "\x28\x13\x12\x10\x11\x0E\x0F\x1F\x10\x0C\x0D\x1D\x13\x0F\x27\x0D\x18\x1A\x21\x0C\x39\x35\x2A\x35\x19\x0E\x0D\x26\x0C\x3C\x2A\x3C\x10\x18\x20\x1A\x26\x0C\x22\x2A\x22\x13\x0F\x18\x20\x1A\x38", - /* BoostEnabled */ "\x22\x0D\x18\x0D\x16\x12\x0E\x0C\x1D\x0D\x0D\x15\x0E\x0C\x1B\x13\x2B\x10\x11\x17\x23\x0C\x14\x29\x10\x1B\x11\x17\x1E\x0D\x0C\x0E\x16\x0F\x3E\x17\x0E\x1A\x0F\x0C\x14\x29\x12\x0C\x14\x20\x2E\x10\x11\x17\x2D", - /* BoostTemperature */ "\x25\x10\x14\x16\x0D\x0E\x0F\x0C\x18\x0C\x13\x10\x2B\x12\x23\x19\x0C\x1D\x0D\x0D\x15\x0E\x1C", - /* AutoStart */ "\x22\x29\x12\x0C\x15\x0E\x0F\x13\x0E\x19\x0C\x12\x1E\x11\x10\x1B\x0C\x11\x0F\x1E\x29\x20\x0E\x0C\x1E\x13\x0D\x0E\x2D", - /* CooldownBlink */ "\x34\x16\x12\x1A\x20\x11\x17\x0C\x0E\x10\x14\x16\x0D\x0E\x21\x0C\x14\x29\x12\x0C\x1F\x1E\x16\x0F\x1B\x11\x19\x0E\x17\x26\x0C\x1B\x0D\x1A\x19\x1B\x0C\x2E\x10\x0C\x1E\x13\x0D\x0E\x0C\x1E\x0D\x13\x1A\x43\x2D", - /* TemperatureCalibration */ "\x3B\x0F\x16\x12\x1D\x13\x0F\x1F\x10\x0C\x23\x32\x29\x10\x11\x17\x0C\x0E\x10\x14\x16\x0D\x0E\x21\x1C", - /* SettingsReset */ "\x28\x1D\x11\x0D\x18\x10\x11\x17\x0C\x0E\x0D\x18\x20\x13\x11\x17\x1E\x0D\x0C\x11\x0F\x15\x0E\x0F\x18\x10\x11\x17\x1C", - /* VoltageCalibration */ "\x3B\x0F\x16\x12\x1D\x13\x0F\x1F\x10\x0C\x18\x15\x0E\x19\x14\x11\x17\x1E\x0D\x0C\x11\x0F\x14\x32\x0E\x17\x1C\x0C\x25\x16\x0F\x3E\x17\x0E\x1A\x21\x0C\x19\x14\x13\x0F\x18\x26\x0C\x14\x0D\x1B\x13\x2B\x10\x11\x17\x23\x0C\x14\x0D\x0E\x18\x13\x54\x1C", - /* AdvancedSoldering */ "\x44\x0D\x1D\x13\x0F\x27\x12\x0E\x0C\x14\x0D\x1B\x13\x0D\x1D\x11\x0D\x15\x0E\x12\x0C\x14\x29\x12\x0C\x14\x20\x2E\x10\x11\x17\x2D", - /* ScrollingSpeed */ "\x2C\x21\x1F\x1E\x16\x0D\x15\x0E\x0C\x15\x1A\x13\x0D\x16\x0D\x18\x20\x11\x17\x0C\x14\x0D\x14\x12\x15\x1A\x4E\x0C\x14\x0D\x1B\x0D\x1D\x11\x43\x1F\x1E\x0C\x0E\x0D\x23\x19\x0E\x0D\x0C\x39\x22\x2A\x22\x0D\x23\x0F\x16\x19\x26\x2C\x2A\x2C\x21\x1F\x1E\x16\x10\x38", - /* TipModel */ "\x25\x12\x14\x0C\x37\x0D\x1B\x10\x16\x0C\x15\x10\x16\x10\x1F\x0E\x12\x0D\x11", - /* SimpleCalibrationMode */ "\x31\x12\x23\x14\x16\x10\x0C\x24\x0F\x16\x12\x1D\x13\x0F\x0E\x12\x0D\x11\x0C\x19\x15\x12\x11\x42\x0C\x30\x0D\x0E\x0C\x41\x0F\x0E\x10\x13", - /* AdvancedCalibrationMode */ "\x35\x1B\x18\x0F\x11\x1F\x10\x1B\x0C\x1F\x0F\x16\x12\x1D\x13\x0F\x0E\x12\x0D\x11\x0C\x19\x15\x12\x11\x42\x0C\x0E\x1E\x10\x13\x23\x0D\x1F\x0D\x19\x14\x16\x10\x0C\x0D\x11\x0C\x0E\x1E\x10\x0C\x0E\x12\x14", - /* PowerInput */ "\x22\x0D\x41\x10\x13\x0C\x40\x0F\x0E\x0E\x0F\x42\x10\x0C\x0D\x47\x0C\x0E\x1E\x10\x0C\x14\x0D\x41\x10\x13\x0C\x0F\x1B\x0F\x14\x0E\x10\x13\x0C\x19\x15\x10\x1B", -}; - -const char* SettingsCalibrationDone = "\x24\x0F\x16\x12\x1D\x13\x0F\x0E\x12\x0D\x11\x0C\x1B\x0D\x11\x10\x2F"; -const char* SettingsCalibrationWarning = "\x3F\x2E\x12\x15\x0E\x32\x0E\x10\x0C\x15\x10\x26\x0C\x2B\x10\x0C\x1E\x13\x0D\x0E\x0C\x23\x20\x0C\x14\x0D\x1A\x0D\x2E\x0D\x18\x0D\x19\x0C\x0E\x10\x14\x16\x0D\x0E\x19\x2F"; -const char* SettingsResetWarning = "\x28\x14\x13\x0F\x18\x1B\x19\x0C\x1F\x1E\x1F\x10\x0E\x10\x0C\x13\x10\x15\x10\x0E\x0D\x18\x0F\x0E\x0C\x27\x0F\x29\x17\x27\x10\x11\x17\x0C\x1B\x0D\x0C\x0E\x0D\x18\x20\x13\x11\x17\x1E\x0D\x0C\x11\x0F\x15\x0E\x0F\x18\x10\x11\x17\x2D"; -const char* UVLOWarningString = "\x3D\x24\x0C\x3C\x28\x40"; -const char* UndervoltageString = "\x2F\x0C\x33\x17\x27\x1A\x36\x0C\x11\x0F\x14\x32\x0E\x17\x0C\x2F"; -const char* InputVoltageString = "\x33\x0F\x14\x32\x0E\x17\x3A\x0C"; -const char* WarningTipTempString = "\x25\x10\x14\x16\x0D\x0E\x0F\x3A\x0C"; -const char* BadTipString = "\x34\x35\x3D\x0C\x25\x4A\x22"; -const char* SleepingSimpleString = "\x44\x27\x27\x0C"; -const char* SleepingAdvancedString = "\x2C\x10\x2B\x12\x23\x0C\x15\x14\x20\x11\x1A\x19\x1C\x1C\x1C"; -const char* WarningSimpleString = "\x30\x28\x25\x2F"; -const char* WarningAdvancedString = "\x2F\x2F\x0C\x30\x28\x2C\x3B\x53\x0C\x30\x2C\x28\x25\x0C\x2F\x2F"; -const char* SleepingTipAdvancedString = "\x30\x13\x0D\x0E\x3A"; -const char* IdleTipString = "\x30\x13\x0D\x0E\x3A"; -const char* IdleSetString = "\x0C\x24\x17\x16\x3A"; -const char* TipDisconnectedString = "\x30\x2C\x28\x25\x0C\x33\x4D\x22\x52\x4A\x22\x28\x49\x4D\x33"; -const char* SolderingAdvancedPowerPrompt = "\x28\x1E\x29\x10\x18\x3A\x0C"; -const char* OffString = "\x28\x47\x47"; -const char* ResetOKMessage = "\x2C\x10\x15\x10\x0E\x0C\x28\x3B"; - -const char* SettingRightChar = "\x22"; -const char* SettingLeftChar = "\x3C"; -const char* SettingAutoChar = "\x35"; -const char* SettingFastChar = "\x2C"; -const char* SettingSlowChar = "\x22"; - -const char* SymbolPlus = "\x51"; -const char* SymbolMinus = "\x50"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x1C"; -const char* SymbolDegC = "\x24"; -const char* SymbolDegF = "\x48"; -const char* SymbolMinutes = "\x37"; -const char* SymbolSeconds = "\x31"; -const char* SymbolWatts = "\x40"; -const char* SymbolVolts = "\x46"; -const char* SymbolDC = "\x3D\x24"; -const char* SymbolCellCount = "\x31"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x34\x02\x04", - "\x3D\x04\x06", - "\x34\x24\x04", - "\x0C\x24\x03", - "\x25\x31\x03\x02\x02", - "\x34\x24\x04", - "\x30\x0F\x1A\x1A\x0D", - "\x3F\x15\x10\x13", -#else - "\x34\x02\x04", - "\x3D\x04\x07", - "\x25\x31\x0A\x02", - "\x3F\x15\x10\x13", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x44\x1B\x13\x0D\x2E", "\x11\x0F\x14\x20\x2E\x10\x11\x17" }, - /* SleepTemperature */ { "\x25\x10\x14\x16\x0D\x0E\x0F\x0C\x18", "\x13\x1C\x0C\x15\x14\x20\x11\x1A\x19" }, - /* SleepTimeout */ { "\x45\x0F\x15\x0C\x1B\x0D", "\x13\x1C\x0C\x15\x14\x20\x11\x1A\x19" }, - /* ShutdownTimeout */ { "\x45\x0F\x15\x0C\x1B\x0D", "\x18\x21\x14\x11\x19\x0E\x17" }, - /* MotionSensitivity */ { "\x24\x12\x0E\x16\x12\x18\x0D\x15\x0E", "\x1B\x10\x0E\x1C\x0C\x14\x0D\x1E\x21\x1D\x19" }, - /* TemperatureUnit */ { "\x49\x10\x1B\x11\x0D\x0E\x1A\x21", "\x0E\x10\x14\x16\x0D\x0E\x21" }, - /* AdvancedIdle */ { "\x22\x0D\x1B\x13\x0D\x1D\x11\x0D\x15\x0E\x12", "\x11\x0F\x0C\x18\x43\x1F\x1E\x1C\x0C\x0D\x1D\x13\x1C" }, - /* DisplayRotation */ { "\x28\x13\x12\x10\x11\x0E\x0F\x1F\x10", "\x0D\x1D\x13\x0F\x27\x0D\x18\x1A\x21" }, - /* BoostEnabled */ { "\x22\x0D\x18\x0D\x16\x12\x0E", "\x1D\x0D\x0D\x15\x0E" }, - /* BoostTemperature */ { "\x25\x10\x14\x16\x0D\x0E\x0F\x0C\x18", "\x13\x1C\x0C\x1D\x0D\x0D\x15\x0E" }, - /* AutoStart */ { "\x35\x19\x0E\x0D", "\x15\x0E\x0F\x13\x0E" }, - /* CooldownBlink */ { "\x34\x16\x12\x1A\x20\x11\x12\x0C\x14\x29\x12", "\x1F\x1E\x16\x0F\x1B\x11\x19\x0E\x17" }, - /* TemperatureCalibration */ { "\x3B\x0F\x16\x12\x1D\x13\x0D\x18\x0F\x0E", "\x0E\x10\x14\x16\x0D\x0E\x19\x2D" }, - /* SettingsReset */ { "\x25\x0D\x18\x20\x13\x11\x17", "\x11\x0F\x15\x0E\x0F\x18\x10\x11\x17\x2D" }, - /* VoltageCalibration */ { "\x3B\x0F\x16\x12\x1D\x13\x0D\x18\x0F\x0E", "\x18\x15\x0E\x19\x14\x11\x17\x0C\x11\x0F\x14\x32\x0E\x17\x2D" }, - /* AdvancedSoldering */ { "\x22\x0D\x1B\x13\x0D\x1D\x11\x0D\x15\x0E\x12", "\x14\x29\x12\x0C\x14\x20\x2E\x10\x11\x17" }, - /* ScrollingSpeed */ { "\x2C\x21\x1F\x1E\x16\x0D\x15\x0E", "\x14\x0D\x14\x12\x15\x1A\x4E" }, - /* TipModel */ { "\x25\x12\x14", "\x37\x0D\x1B\x10\x16" }, - /* SimpleCalibrationMode */ { "\x31\x12\x23\x14\x16\x10", "\x24\x0F\x16\x12\x1D\x13\x0F\x0E\x12\x0D\x11" }, - /* AdvancedCalibrationMode */ { "\x35\x1B\x18\x0F\x11\x1F\x10\x1B", "\x24\x0F\x16\x12\x1D\x13\x0F\x0E\x12\x0D\x11" }, - /* PowerInput */ { "\x22\x0D\x41\x10\x13", "\x40\x0F\x0E\x0E\x0F\x42\x10" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x22\x20\x2E\x10\x1F\x17\x01\x11\x0F\x15\x0E\x0F\x18\x10\x11\x17", - /* PowerSavingMenu */ "\x2C\x10\x2B\x12\x23\x01\x15\x14\x20\x11\x1A\x19", - /* UIMenu */ "\x3F\x2B\x12\x18\x0F\x0E\x10\x16\x15\x1A\x36\x01\x13\x0D\x27\x1E\x13\x0F\x11\x17", - /* AdvancedMenu */ "\x22\x0D\x1A\x13\x0D\x3E\x12\x16\x36\x01\x18\x0D\x16\x1D\x21", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x33\x0F\x15\x0E\x0F\x18\x10\x11\x17\x0C\x14\x20\x2E\x10\x11\x17\x0C\x4C\x1D\x0D\x0D\x15\x0E\x26\x0C\x0F\x19\x0E\x0D\x0C\x15\x0E\x0F\x13\x0E\x1C\x1C\x1C\x4B", - /* PowerSavingMenu */ "\x33\x0F\x15\x0E\x0F\x18\x10\x11\x17\x0C\x13\x10\x2B\x12\x23\x19\x0C\x15\x14\x20\x11\x1A\x19\x26\x0C\x0F\x19\x0E\x0D\x23\x0F\x0E\x12\x1F\x1A\x36\x1E\x0D\x0C\x18\x21\x14\x11\x19\x0E\x17\x1C\x1C\x1C", - /* UIMenu */ "\x33\x0F\x15\x0E\x0F\x18\x10\x11\x17\x0C\x19\x2B\x12\x18\x0F\x0E\x10\x16\x15\x1A\x36\x1E\x0D\x0C\x13\x0D\x27\x1E\x13\x0F\x11\x17\x1C", - /* AdvancedMenu */ "\x22\x0D\x1A\x13\x0D\x3E\x12\x16\x36\x0C\x18\x0D\x16\x1D\x21\x0C\x4C\x1B\x10\x0E\x0F\x12\x16\x11\x17\x0C\x0D\x1D\x13\x0F\x27\x0D\x18\x1A\x21\x26\x0C\x1A\x0F\x16\x12\x1D\x13\x0F\x1F\x10\x26\x0C\x0E\x0D\x18\x20\x13\x11\x17\x0C\x11\x0F\x15\x0E\x0F\x18\x10\x11\x17\x1C\x1C\x1C\x4B", -}; - -#endif - -#ifdef LANG_DA -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0D -> e -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0E -> t -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0F -> r -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x10 -> n -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x11 -> s -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x12 -> i -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x13 -> a -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x14 -> o -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x15 -> d -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x16 -> l -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x17 -> S -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x18 -> p -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x19 -> u -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> m -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1B -> T -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x1C -> g -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x1D -> k -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x1E -> D -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1F -> C -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x20 -> f -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x21 -> A -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x22 -> V -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x23 -> . -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x24 -> M -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x25 -> P -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x26 -> v -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x27 -> L -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x28 -> I -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x29 -> E -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2A -> O -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2B -> B -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x2C -> c -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x2D -> H -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x2E -> b -0x00,0x00,0x40,0x60,0x64,0x6A,0x6A,0x64,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x2F -> å -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x30 -> h -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x31 -> < -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xE0,0xA0,0x00,0x00,0x2F,0x3F,0x18,0x3C,0x36,0x33,0x31,0x38,0x1F,0x0F,0x00,//\x32 -> ø -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x33 -> R -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x34 -> N -0x00,0x80,0xC0,0x40,0x40,0xC0,0x80,0x40,0x40,0xC0,0x80,0x00,0x00,0x1C,0x3E,0x22,0x22,0x1F,0x3F,0x22,0x22,0x33,0x11,0x00,//\x35 -> æ -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x36 -> : -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x37 -> U -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x38 -> , -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x39 -> W -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x3A -> w -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x3B -> = -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x3C -> y -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x3D -> ? -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3E -> F -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3F -> z -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x40 -> ! -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x41 -> K -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x42 -> " -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x43 -> - -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x44 -> j -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x45 -> + -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x46 -> Z -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x47 -> x -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x48 -> G -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x49 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0D -> e -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0E -> t -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x0F -> r -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x10 -> n -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x11 -> s -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x12 -> i -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x13 -> a -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x14 -> o -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x15 -> d -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x16 -> l -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x17 -> S -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x18 -> p -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x19 -> u -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1A -> m -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1B -> T -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x1C -> g -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x1D -> k -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x1E -> D -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1F -> C -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x20 -> f -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x21 -> A -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x22 -> V -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x23 -> . -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x24 -> M -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x25 -> P -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x26 -> v -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x27 -> L -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x28 -> I -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x29 -> E -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2A -> O -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2B -> B -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x2C -> c -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x2D -> H -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x2E -> b -0x20, 0x54, 0x55, 0x54, 0x78, 0x00,//\x2F -> å -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x30 -> h -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x31 -> < -0x58, 0x24, 0x54, 0x48, 0x34, 0x00,//\x32 -> ø -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x33 -> R -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x34 -> N -0x24, 0x54, 0x7c, 0x54, 0x48, 0x00,//\x35 -> æ -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x36 -> : -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x37 -> U -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x38 -> , -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x39 -> W -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x3A -> w -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x3B -> = -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x3C -> y -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x3D -> ? -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x3E -> F -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3F -> z -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x40 -> ! -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x41 -> K -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x42 -> " -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x43 -> - -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x44 -> j -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x45 -> + -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x46 -> Z -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x47 -> x -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x48 -> G -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x49 -> / -}; -// ---- Dansk ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x17\x0E\x0F\x32\x1A\x20\x14\x0F\x11\x3C\x10\x12\x10\x1C\x23\x0C\x28\x10\x15\x11\x0E\x12\x16\x0C\x1F\x19\x0E\x14\x20\x20\x0C\x17\x18\x35\x10\x15\x12\x10\x1C\x0D\x10\x23\x0C\x31\x1E\x1F\x0C\x03\x02\x22\x0C\x31\x17\x0C\x05\x23\x05\x22\x0C\x18\x0D\x0F\x0C\x2C\x0D\x16\x16", - /* SleepTemperature */ "\x1E\x26\x13\x16\x0D\x0C\x1B\x0D\x1A\x18\x0D\x0F\x13\x0E\x19\x0F\x0C\x31\x1F", - /* SleepTimeout */ "\x1E\x26\x13\x16\x0D\x0C\x1B\x12\x1A\x0D\x14\x19\x0E\x0C\x31\x24\x12\x10\x19\x0E\x0E\x0D\x0F\x49\x17\x0D\x1D\x19\x10\x15\x0D\x0F", - /* ShutdownTimeout */ "\x11\x16\x19\x1D\x10\x12\x10\x1C\x11\x0C\x1B\x12\x1A\x0D\x14\x19\x0E\x0C\x31\x24\x12\x10\x19\x0E\x0E\x0D\x0F", - /* MotionSensitivity */ "\x2B\x0D\x26\x35\x1C\x0D\x16\x11\x0D\x11\x20\x32\x16\x11\x14\x1A\x30\x0D\x15\x0C\x31\x02\x23\x17\x16\x19\x1D\x1D\x0D\x0E\x0C\x03\x23\x24\x12\x10\x15\x11\x0E\x0C\x20\x32\x16\x11\x14\x1A\x0C\x0B\x23\x24\x0D\x11\x0E\x0C\x20\x32\x16\x11\x14\x1A", - /* TemperatureUnit */ "\x1B\x0D\x1A\x18\x0D\x0F\x13\x0E\x19\x0F\x0C\x29\x10\x30\x0D\x15\x0C\x31\x1F\x3B\x1F\x0D\x16\x11\x12\x19\x11\x0C\x3E\x3B\x3E\x13\x30\x0F\x0D\x10\x30\x0D\x12\x0E", - /* AdvancedIdle */ "\x22\x12\x11\x0C\x15\x0D\x0E\x12\x13\x16\x12\x0D\x0F\x0D\x0E\x0C\x12\x10\x20\x14\x0F\x1A\x13\x0E\x12\x14\x10\x0C\x1A\x0D\x15\x0C\x0D\x10\x0C\x1A\x12\x10\x15\x0F\x0D\x0C\x11\x1D\x0F\x12\x20\x0E\x11\x0E\x32\x0F\x0F\x0D\x16\x11\x0D\x0C\x18\x2F\x0C\x11\x0E\x13\x10\x15\x2E\x3C\x0C\x11\x1D\x35\x0F\x1A\x0D\x10\x23", - /* DisplayRotation */ "\x17\x1D\x35\x0F\x1A\x0C\x2A\x0F\x12\x0D\x10\x0E\x0D\x0F\x12\x10\x1C\x0C\x31\x21\x23\x0C\x21\x19\x0E\x14\x1A\x13\x0E\x12\x11\x1D\x0C\x22\x23\x0C\x22\x0D\x10\x11\x0E\x0F\x0D\x0C\x2D\x2F\x10\x15\x0D\x0E\x0C\x2D\x23\x0C\x2D\x32\x44\x0F\x0D\x0C\x2D\x2F\x10\x15\x0D\x0E", - /* BoostEnabled */ "\x22\x0D\x15\x0C\x0E\x0F\x3C\x1D\x0C\x18\x2F\x0C\x20\x0F\x14\x10\x0E\x0C\x1D\x10\x13\x18\x0C\x21\x1D\x0E\x12\x26\x0D\x0F\x0D\x11\x0C\x2E\x14\x14\x11\x0E\x43\x20\x19\x10\x1D\x0E\x12\x14\x10\x0D\x10\x38\x0C\x06\x07\x02\x1F\x0C\x0E\x12\x16\x11\x0E\x13\x10\x15\x0C\x10\x2F\x0F\x0C\x15\x0D\x0F\x0C\x16\x14\x15\x15\x0D\x11", - /* BoostTemperature */ "\x1B\x0D\x1A\x18\x0D\x0F\x13\x0E\x19\x0F\x0C\x12\x0C\x42\x2E\x14\x14\x11\x0E\x42\x0C\x1A\x14\x15\x0D", - /* AutoStart */ "\x17\x0E\x13\x0F\x0E\x0C\x13\x19\x0E\x14\x1A\x13\x0E\x12\x11\x1D\x0C\x1A\x0D\x15\x0C\x16\x14\x15\x10\x12\x10\x1C\x0C\x10\x2F\x0F\x0C\x11\x0E\x0F\x32\x1A\x0C\x11\x35\x0E\x0E\x0D\x11\x0C\x0E\x12\x16\x23\x0C\x27\x3B\x27\x14\x15\x10\x12\x10\x1C\x38\x0C\x1E\x3B\x0C\x1E\x26\x13\x16\x0D\x0C\x0E\x12\x16\x11\x0E\x13\x10\x15\x38\x17\x3B\x17\x16\x19\x1D\x1D\x0D\x0E", - /* CooldownBlink */ "\x2B\x16\x12\x10\x1D\x0C\x0E\x0D\x1A\x18\x0D\x0F\x13\x0E\x19\x0F\x0D\x10\x0C\x18\x2F\x0C\x11\x1D\x35\x0F\x1A\x0D\x10\x38\x0C\x1A\x0D\x10\x11\x0C\x11\x18\x12\x15\x11\x0D\x10\x0C\x11\x0E\x13\x15\x12\x1C\x0C\x0D\x0F\x0C\x26\x13\x0F\x1A\x23", - /* TemperatureCalibration */ "\x1D\x13\x16\x12\x2E\x0F\x0D\x0F\x0D\x0C\x11\x18\x12\x15\x11\x0C\x0E\x0D\x1A\x18\x0D\x0F\x13\x0E\x19\x0F\x23", - /* SettingsReset */ "\x48\x0D\x10\x15\x13\x10\x0C\x13\x16\x16\x0D\x0C\x12\x10\x15\x11\x0E\x12\x16\x16\x12\x10\x1C\x0D\x0F", - /* VoltageCalibration */ "\x22\x28\x34\x0C\x1D\x13\x16\x12\x2E\x0F\x0D\x0F\x12\x10\x1C\x23\x0C\x41\x10\x13\x18\x18\x0D\x0F\x10\x0D\x0C\x44\x19\x11\x0E\x0D\x0F\x0D\x38\x0C\x27\x13\x10\x1C\x0C\x0E\x0F\x3C\x1D\x0C\x20\x14\x0F\x0C\x13\x0E\x0C\x1C\x2F\x0C\x19\x15", - /* AdvancedSoldering */ "\x22\x12\x11\x0C\x15\x0D\x0E\x12\x13\x16\x12\x0D\x0F\x0D\x0E\x0C\x12\x10\x20\x14\x0F\x1A\x13\x0E\x12\x14\x10\x0C\x1A\x0D\x10\x11\x0C\x15\x0D\x0F\x0C\x16\x14\x15\x15\x0D\x11", - /* ScrollingSpeed */ "\x17\x18\x0D\x0D\x15\x0C\x0E\x30\x12\x11\x0C\x0E\x0D\x47\x0E\x0C\x11\x2C\x0F\x14\x16\x16\x11\x0C\x18\x13\x11\x0E\x0C\x13\x0E", - /* TipModel */ "\x1B\x12\x18\x0C\x24\x14\x15\x0D\x16\x0C\x11\x0D\x16\x0D\x2C\x0E\x12\x14\x10", - /* SimpleCalibrationMode */ "\x17\x12\x1A\x18\x16\x0D\x0C\x1F\x13\x16\x12\x2E\x0F\x13\x0E\x12\x14\x10\x0C\x19\x11\x12\x10\x1C\x0C\x2D\x14\x0E\x0C\x3A\x13\x0E\x0D\x0F", - /* AdvancedCalibrationMode */ "\x21\x15\x26\x13\x10\x2C\x0D\x15\x0C\x2C\x13\x16\x12\x2E\x0F\x13\x0E\x12\x14\x10\x0C\x19\x11\x12\x10\x1C\x0C\x0E\x30\x0D\x0F\x1A\x14\x2C\x14\x19\x18\x16\x0D\x0C\x14\x10\x0C\x0E\x30\x0D\x0C\x0E\x12\x18", - /* PowerInput */ "\x25\x14\x3A\x0D\x0F\x0C\x39\x13\x0E\x0E\x13\x1C\x0D\x0C\x14\x20\x0C\x0E\x30\x0D\x0C\x18\x14\x3A\x0D\x0F\x0C\x13\x15\x13\x18\x0E\x0D\x0F\x0C\x19\x11\x0D\x15", -}; - -const char* SettingsCalibrationDone = "\x1F\x13\x16\x12\x2E\x0F\x13\x0E\x12\x14\x10\x0C\x15\x14\x10\x0D\x40"; -const char* SettingsCalibrationWarning = "\x17\x32\x0F\x1C\x0C\x20\x14\x0F\x0C\x13\x0E\x0C\x16\x14\x15\x15\x0D\x11\x18\x12\x15\x11\x0D\x10\x0C\x0D\x0F\x0C\x26\x0D\x15\x0C\x11\x0E\x19\x0D\x0E\x0D\x1A\x18\x0D\x0F\x13\x0E\x19\x0F\x38\x0C\x12\x10\x15\x0D\x10\x0C\x15\x19\x0C\x20\x14\x0F\x0E\x11\x35\x0E\x0E\x0D\x0F\x40"; -const char* SettingsResetWarning = "\x21\x0F\x0D\x0C\x3C\x14\x19\x0C\x11\x19\x0F\x0D\x0C\x0E\x14\x0C\x0F\x0D\x11\x0D\x0E\x0C\x11\x0D\x0E\x0E\x12\x10\x1C\x11\x0C\x0E\x14\x0C\x15\x0D\x20\x13\x19\x16\x0E\x0C\x26\x13\x16\x19\x0D\x11\x3D"; -const char* UVLOWarningString = "\x27\x13\x26\x0C\x22\x14\x16\x0E"; -const char* UndervoltageString = "\x37\x10\x15\x0D\x0F\x26\x14\x16\x0E\x13\x1C\x0D"; -const char* InputVoltageString = "\x28\x10\x18\x19\x0E\x0C\x22\x36\x0C"; -const char* WarningTipTempString = "\x1B\x12\x18\x0C\x1B\x0D\x1A\x18\x36\x0C"; -const char* BadTipString = "\x2B\x21\x1E\x0C\x1B\x28\x25"; -const char* SleepingSimpleString = "\x46\x3F\x3F\x3F"; -const char* SleepingAdvancedString = "\x1E\x26\x13\x16\x0D\x23\x23\x23"; -const char* WarningSimpleString = "\x22\x13\x0F\x1A"; -const char* WarningAdvancedString = "\x22\x21\x33\x24\x0C\x27\x2A\x1E\x1E\x29\x17\x25\x28\x1E\x17\x40"; -const char* SleepingTipAdvancedString = "\x1B\x12\x18\x36"; -const char* IdleTipString = "\x1B\x12\x18\x36"; -const char* IdleSetString = "\x0C\x17\x0D\x0E\x36"; -const char* TipDisconnectedString = "\x1B\x28\x25\x0C\x1E\x28\x17\x1F\x2A\x34\x34\x29\x1F\x1B\x29\x1E"; -const char* SolderingAdvancedPowerPrompt = "\x25\x14\x3A\x0D\x0F\x36\x0C"; -const char* OffString = "\x2A\x20\x20"; -const char* ResetOKMessage = "\x33\x0D\x11\x0D\x0E\x0C\x2A\x41"; - -const char* SettingRightChar = "\x2D"; -const char* SettingLeftChar = "\x22"; -const char* SettingAutoChar = "\x21"; -const char* SettingFastChar = "\x3E"; -const char* SettingSlowChar = "\x17"; - -const char* SymbolPlus = "\x45"; -const char* SymbolMinus = "\x43"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x23"; -const char* SymbolDegC = "\x1F"; -const char* SymbolDegF = "\x3E"; -const char* SymbolMinutes = "\x24"; -const char* SymbolSeconds = "\x17"; -const char* SymbolWatts = "\x39"; -const char* SymbolVolts = "\x22"; -const char* SymbolDC = "\x1E\x1F"; -const char* SymbolCellCount = "\x17"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x2B\x02\x04", - "\x1E\x04\x06", - "\x2B\x1F\x04", - "\x0C\x1F\x03", - "\x1B\x17\x03\x02\x02", - "\x2B\x1F\x04", - "\x2D\x13\x1D\x1D\x14", - "\x37\x11\x0D\x0F", -#else - "\x2B\x02\x04", - "\x1E\x04\x07", - "\x1B\x17\x0A\x02", - "\x37\x11\x0D\x0F", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_SINGLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x25\x39\x33\x17\x1F" }, - /* SleepTemperature */ { "\x17\x1B\x24\x25" }, - /* SleepTimeout */ { "\x17\x1B\x24\x29" }, - /* ShutdownTimeout */ { "\x17\x2D\x1B\x24\x29" }, - /* MotionSensitivity */ { "\x24\x17\x29\x34\x17\x29" }, - /* TemperatureUnit */ { "\x1B\x24\x25\x37\x34\x1B" }, - /* AdvancedIdle */ { "\x21\x1E\x22\x28\x1E\x27" }, - /* DisplayRotation */ { "\x1E\x17\x25\x33\x2A\x1B" }, - /* BoostEnabled */ { "\x2B\x2A\x2A\x17\x1B" }, - /* BoostTemperature */ { "\x2B\x1B\x24\x25" }, - /* AutoStart */ { "\x21\x17\x1B\x21\x33\x1B" }, - /* CooldownBlink */ { "\x1F\x27\x2B\x27\x34\x41" }, - /* TemperatureCalibration */ { "\x1B\x24\x25\x0C\x1F\x21\x27\x3D" }, - /* SettingsReset */ { "\x33\x29\x17\x29\x1B\x3D" }, - /* VoltageCalibration */ { "\x1F\x21\x27\x0C\x22\x28\x34\x3D" }, - /* AdvancedSoldering */ { "\x21\x1E\x22\x17\x27\x1E" }, - /* ScrollingSpeed */ { "\x1E\x29\x17\x1F\x17\x25" }, - /* TipModel */ { "\x1B\x28\x25\x24\x2A" }, - /* SimpleCalibrationMode */ { "\x17\x24\x25\x1F\x21\x27" }, - /* AdvancedCalibrationMode */ { "\x21\x1E\x22\x1F\x21\x27" }, - /* PowerInput */ { "\x25\x39\x33\x39" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x17\x14\x16\x15\x0D\x0F\x12\x10\x1C\x01\x17\x0D\x0E\x0E\x12\x10\x1C\x11", - /* PowerSavingMenu */ "\x17\x16\x0D\x0D\x18\x01\x24\x14\x15\x0D\x11", - /* UIMenu */ "\x37\x11\x0D\x0F\x01\x28\x10\x0E\x0D\x0F\x20\x13\x2C\x0D", - /* AdvancedMenu */ "\x21\x15\x26\x13\x10\x2C\x0D\x15\x01\x2A\x18\x0E\x12\x14\x10\x11", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x17\x14\x16\x15\x0D\x0F\x12\x10\x1C\x0C\x11\x0D\x0E\x0E\x12\x10\x1C\x11", - /* PowerSavingMenu */ "\x25\x14\x3A\x0D\x0F\x0C\x17\x13\x26\x12\x10\x1C\x0C\x17\x0D\x0E\x0E\x12\x10\x1C\x11", - /* UIMenu */ "\x37\x11\x0D\x0F\x0C\x28\x10\x0E\x0D\x0F\x20\x13\x2C\x0D\x0C\x11\x0D\x0E\x0E\x12\x10\x1C\x11", - /* AdvancedMenu */ "\x21\x15\x26\x13\x10\x2C\x0D\x15\x0C\x14\x18\x0E\x12\x14\x10\x11", -}; - -#endif - -#ifdef LANG_DE -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x0D -> n -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0E -> -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0F -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x10 -> i -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x11 -> r -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x12 -> s -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x13 -> u -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x14 -> l -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x15 -> a -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x16 -> g -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x17 -> h -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x18 -> m -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x19 -> d -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1A -> o -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1B -> c -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x1C -> A -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x1D -> p -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x1E -> z -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x1F -> E -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x20 -> S -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x21 -> k -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x22 -> = -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x23 -> b -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x24 -> L -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x25 -> - -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x26 -> T -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x27 -> . -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x28 -> , -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0xEC,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x29 -> ö -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x2A -> w -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x2B -> R -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2C -> > -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x2D -> f -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2E -> < -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2F -> K -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x30 -> B -0x00,0xE0,0xE0,0x0C,0x0C,0x00,0x00,0x0C,0x0C,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x31 -> ü -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x32 -> D -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x33 -> V -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x34 -> C -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x35 -> ? -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x36 -> v -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x37 -> M -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x38 -> : -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x39 -> F -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x3A -> N -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3B -> J -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3C -> I -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3D -> ! -0x00,0x00,0xC0,0xE0,0x30,0x10,0x10,0x30,0xE0,0xC0,0x00,0x00,0x00,0x00,0xFF,0xFF,0x21,0x21,0x21,0x33,0x3F,0x1E,0x00,0x00,//\x3E -> ß -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x3F -> H -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x40 -> U -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x41 -> W -0x00,0x00,0x40,0x6C,0x6C,0x60,0x60,0x6C,0x6C,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x42 -> ä -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x43 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x44 -> ( -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x45 -> x -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x46 -> Z -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x07,0x0F,0x1C,0x18,0x18,0x18,0x18,0x0C,0xFF,0xFF,0x00,//\x47 -> q -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x48 -> + -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x49 -> O -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x4A -> / -0x00,0x00,0x98,0xB8,0xE0,0xF8,0xF8,0xE0,0xB8,0x98,0x00,0x00,0x00,0x00,0x0C,0x0E,0x03,0x0F,0x0F,0x03,0x0E,0x0C,0x00,0x00,//\x4B -> * -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x0D -> n -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0E -> -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0F -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x10 -> i -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x11 -> r -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x12 -> s -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x13 -> u -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x14 -> l -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x15 -> a -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x16 -> g -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x17 -> h -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x18 -> m -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x19 -> d -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x1A -> o -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1B -> c -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x1C -> A -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x1D -> p -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x1E -> z -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x1F -> E -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x20 -> S -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x21 -> k -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x22 -> = -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x23 -> b -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x24 -> L -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x25 -> - -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x26 -> T -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x27 -> . -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x28 -> , -0x38, 0x45, 0x44, 0x45, 0x38, 0x00,//\x29 -> ö -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x2A -> w -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x2B -> R -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2C -> > -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x2D -> f -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2E -> < -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2F -> K -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x30 -> B -0x3c, 0x41, 0x40, 0x21, 0x5c, 0x00,//\x31 -> ü -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x32 -> D -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x33 -> V -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x34 -> C -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x35 -> ? -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x36 -> v -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x37 -> M -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x38 -> : -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x39 -> F -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x3A -> N -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x3B -> J -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x3C -> I -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3D -> ! -0x7e, 0x11, 0x25, 0x25, 0x1a, 0x00,//\x3E -> ß -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x3F -> H -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x40 -> U -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x41 -> W -0x20, 0x55, 0x54, 0x55, 0x78, 0x00,//\x42 -> ä -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x43 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x44 -> ( -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x45 -> x -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x46 -> Z -0x08, 0x14, 0x14, 0x14, 0x7c, 0x00,//\x47 -> q -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x48 -> + -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x49 -> O -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x4A -> / -0x14, 0x08, 0x3e, 0x08, 0x14, 0x00,//\x4B -> * -}; -// ---- Deutsch ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x20\x1D\x15\x0D\x0D\x13\x0D\x16\x12\x47\x13\x0C\x14\x14\x0C\x0E\x44\x1C\x23\x12\x1B\x17\x15\x14\x0F\x12\x1D\x15\x0D\x0D\x13\x0D\x16\x43\x0E\x2E\x32\x34\x22\x03\x02\x33\x28\x0E\x0D\x20\x22\x0D\x4B\x05\x27\x05\x33\x0E\x2D\x31\x11\x0E\x0D\x0E\x24\x10\x3C\x1A\x0D\x25\x46\x0C\x14\x14\x0C\x0D\x2C", - /* SleepTemperature */ "\x2B\x13\x17\x0C\x0F\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x0E\x44\x3C\x0D\x0E\x19\x0C\x11\x0E\x0C\x10\x0D\x16\x0C\x12\x0F\x0C\x14\x14\x0F\x0C\x0D\x0E\x1F\x10\x0D\x17\x0C\x10\x0F\x43", - /* SleepTimeout */ "\x2B\x13\x17\x0C\x18\x1A\x19\x13\x12\x0E\x0D\x15\x1B\x17\x0E\x2E\x20\x0C\x21\x13\x0D\x19\x0C\x0D\x4A\x37\x10\x0D\x13\x0F\x0C\x0D\x2C", - /* ShutdownTimeout */ "\x1C\x23\x12\x1B\x17\x15\x14\x0F\x0C\x0D\x0E\x0D\x15\x1B\x17\x0E\x2E\x37\x10\x0D\x13\x0F\x0C\x0D\x2C", - /* MotionSensitivity */ "\x30\x0C\x2A\x0C\x16\x13\x0D\x16\x12\x0C\x18\x1D\x2D\x10\x0D\x19\x14\x10\x1B\x17\x21\x0C\x10\x0F\x0E\x2E\x02\x22\x1C\x13\x12\x28\x0E\x03\x22\x37\x10\x0D\x10\x18\x15\x14\x0E\x27\x27\x27\x0E\x0B\x22\x37\x15\x45\x10\x18\x15\x14\x2C", - /* TemperatureUnit */ "\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x0C\x10\x0D\x17\x0C\x10\x0F\x0E\x2E\x34\x22\x34\x0C\x14\x12\x10\x13\x12\x28\x0E\x39\x22\x39\x15\x17\x11\x0C\x0D\x17\x0C\x10\x0F\x2C", - /* AdvancedIdle */ "\x32\x0C\x0F\x15\x10\x14\x14\x10\x0C\x11\x0F\x0C\x0E\x1C\x0D\x1E\x0C\x10\x16\x0C\x0E\x10\x18\x0E\x2B\x13\x17\x0C\x18\x1A\x19\x13\x12\x0E\x2E\x3B\x22\x1C\x0D\x28\x0E\x3A\x22\x1C\x13\x12\x2C", - /* DisplayRotation */ "\x1C\x13\x12\x11\x10\x1B\x17\x0F\x13\x0D\x16\x0E\x19\x0C\x11\x0E\x1C\x0D\x1E\x0C\x10\x16\x0C\x0E\x2E\x1C\x22\x1C\x13\x0F\x1A\x18\x15\x0F\x10\x12\x1B\x17\x28\x0E\x24\x22\x24\x10\x0D\x21\x12\x17\x42\x0D\x19\x10\x16\x28\x0E\x2B\x22\x2B\x0C\x1B\x17\x0F\x12\x17\x42\x0D\x19\x10\x16\x2C", - /* BoostEnabled */ "\x33\x1A\x11\x19\x0C\x11\x0C\x0E\x26\x15\x12\x0F\x0C\x0E\x2D\x31\x11\x0E\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x23\x1A\x1A\x12\x0F\x0E\x36\x0C\x11\x2A\x0C\x0D\x19\x0C\x0D\x0E\x2E\x3B\x22\x1C\x0D\x28\x0E\x3A\x22\x1C\x13\x12\x2C", - /* BoostTemperature */ "\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x0E\x10\x18\x0E\x30\x1A\x1A\x12\x0F\x18\x1A\x19\x13\x12\x0E\x0E\x44\x3C\x0D\x0E\x19\x0C\x11\x0E\x0C\x10\x0D\x16\x0C\x12\x0F\x0C\x14\x14\x0F\x0C\x0D\x0E\x1F\x10\x0D\x17\x0C\x10\x0F\x43", - /* AutoStart */ "\x1C\x13\x0F\x1A\x18\x15\x0F\x10\x12\x1B\x17\x0C\x11\x0E\x20\x0F\x15\x11\x0F\x0E\x19\x0C\x12\x0E\x24\x29\x0F\x18\x1A\x19\x13\x12\x0E\x23\x0C\x10\x18\x0E\x1F\x10\x0D\x12\x1B\x17\x15\x14\x0F\x0C\x0D\x0E\x19\x0C\x11\x0E\x20\x1D\x15\x0D\x0D\x13\x0D\x16\x12\x36\x0C\x11\x12\x1A\x11\x16\x13\x0D\x16\x27\x0E\x2E\x3B\x22\x1C\x0D\x28\x0E\x3A\x22\x1C\x13\x12\x2C", - /* CooldownBlink */ "\x30\x14\x10\x0D\x21\x0C\x0D\x19\x0C\x0E\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x15\x0D\x1E\x0C\x10\x16\x0C\x0E\x23\x0C\x10\x18\x0E\x1C\x23\x21\x31\x17\x14\x0C\x0D\x28\x0E\x12\x1A\x14\x15\x0D\x16\x0C\x0E\x17\x0C\x10\x3E\x27\x0E\x2E\x3B\x22\x1C\x0D\x28\x0E\x3A\x22\x1C\x13\x12\x2C", - /* TemperatureCalibration */ "\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16\x0E\x19\x0C\x11\x0E\x24\x29\x0F\x12\x1D\x10\x0F\x1E\x0C\x0D\x0F\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11", - /* SettingsReset */ "\x1C\x14\x14\x0C\x0E\x1F\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D\x0E\x1E\x13\x11\x31\x1B\x21\x12\x0C\x0F\x1E\x0C\x0D", - /* VoltageCalibration */ "\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16\x0E\x19\x0C\x11\x0E\x1F\x10\x0D\x16\x15\x0D\x16\x12\x12\x1D\x15\x0D\x0D\x13\x0D\x16\x27\x0E\x2F\x13\x11\x1E\x0C\x11\x0E\x26\x15\x12\x0F\x0C\x0D\x19\x11\x13\x1B\x21\x0E\x1E\x13\x18\x0E\x1F\x10\x0D\x12\x0F\x0C\x14\x14\x0C\x0D\x28\x0E\x14\x15\x0D\x16\x0C\x11\x0E\x26\x15\x12\x0F\x0C\x0D\x19\x11\x13\x1B\x21\x0E\x1E\x13\x18\x0E\x33\x0C\x11\x14\x15\x12\x12\x0C\x0D\x27", - /* AdvancedSoldering */ "\x32\x0C\x0F\x15\x10\x14\x14\x10\x0C\x11\x0F\x0C\x0E\x1C\x0D\x1E\x0C\x10\x16\x0C\x0E\x10\x18\x0E\x24\x29\x0F\x18\x1A\x19\x13\x12\x0E\x2E\x3B\x22\x1C\x0D\x28\x0E\x3A\x22\x1C\x13\x12\x2C", - /* ScrollingSpeed */ "\x20\x1B\x11\x1A\x14\x14\x16\x0C\x12\x1B\x17\x2A\x10\x0D\x19\x10\x16\x21\x0C\x10\x0F\x0E\x19\x0C\x11\x0E\x26\x0C\x45\x0F\x0C", - /* TipModel */ "\x1C\x13\x12\x2A\x15\x17\x14\x0E\x19\x0C\x11\x0E\x24\x29\x0F\x12\x1D\x10\x0F\x1E\x0C", - /* SimpleCalibrationMode */ "\x1F\x10\x0D\x2D\x15\x1B\x17\x0C\x0E\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16\x0E\x18\x10\x0F\x0F\x0C\x14\x12\x0E\x17\x0C\x10\x3E\x0C\x18\x0E\x41\x15\x12\x12\x0C\x11", - /* AdvancedCalibrationMode */ "\x1F\x11\x2A\x0C\x10\x0F\x0C\x11\x0F\x0C\x0E\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16\x0E\x18\x10\x0F\x0F\x0C\x14\x12\x0E\x0C\x10\x0D\x0C\x12\x0E\x26\x17\x0C\x11\x18\x1A\x0C\x14\x0C\x18\x0C\x0D\x0F\x12\x0E\x15\x0D\x0E\x19\x0C\x11\x0E\x24\x29\x0F\x12\x1D\x10\x0F\x1E\x0C", - /* PowerInput */ "\x24\x0C\x10\x12\x0F\x13\x0D\x16\x12\x15\x13\x2D\x0D\x15\x17\x18\x0C\x0E\x19\x0C\x11\x0E\x36\x0C\x11\x2A\x0C\x0D\x19\x0C\x0F\x0C\x0D\x0E\x20\x1D\x15\x0D\x0D\x13\x0D\x16\x12\x36\x0C\x11\x12\x1A\x11\x16\x13\x0D\x16", -}; - -const char* SettingsCalibrationDone = "\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16\x0E\x15\x23\x16\x0C\x12\x1B\x17\x14\x1A\x12\x12\x0C\x0D\x3D"; -const char* SettingsCalibrationWarning = "\x33\x1A\x11\x0E\x19\x0C\x18\x0E\x39\x1A\x11\x0F\x2D\x15\x17\x11\x0C\x0D\x0E\x18\x13\x12\x12\x0E\x19\x10\x0C\x0E\x24\x29\x0F\x12\x1D\x10\x0F\x1E\x0C\x0E\x36\x1A\x14\x14\x12\x0F\x42\x0D\x19\x10\x16\x0E\x15\x23\x16\x0C\x21\x31\x17\x14\x0F\x0E\x12\x0C\x10\x0D\x3D"; -const char* SettingsResetWarning = "\x20\x10\x0D\x19\x0E\x20\x10\x0C\x0E\x12\x10\x1B\x17\x0C\x11\x28\x0E\x19\x15\x12\x12\x0E\x20\x10\x0C\x0E\x15\x14\x14\x0C\x0E\x41\x0C\x11\x0F\x0C\x0E\x1E\x13\x11\x31\x1B\x21\x12\x0C\x0F\x1E\x0C\x0D\x0E\x2A\x1A\x14\x14\x0C\x0D\x35"; -const char* UVLOWarningString = "\x33\x0E\x0D\x10\x0C\x19\x11\x27"; -const char* UndervoltageString = "\x40\x0D\x0F\x0C\x11\x12\x1D\x15\x0D\x0D\x13\x0D\x16"; -const char* InputVoltageString = "\x33\x0E\x1F\x10\x0D\x16\x15\x0D\x16\x38\x0E"; -const char* WarningTipTempString = "\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x38\x0E"; -const char* BadTipString = "\x32\x1F\x39\x1F\x2F\x26"; -const char* SleepingSimpleString = "\x46\x1E\x1E\x0E"; -const char* SleepingAdvancedString = "\x2B\x13\x17\x0C\x18\x1A\x19\x13\x12\x27\x27\x27"; -const char* WarningSimpleString = "\x3F\x1F\x3C\x3E"; -const char* WarningAdvancedString = "\x3D\x0E\x1C\x1B\x17\x0F\x13\x0D\x16\x0E\x3F\x0C\x10\x3E\x0E\x3D"; -const char* SleepingTipAdvancedString = "\x26\x0C\x18\x1D\x38"; -const char* IdleTipString = "\x3C\x12\x0F\x38"; -const char* IdleSetString = "\x0E\x20\x1A\x14\x14\x38"; -const char* TipDisconnectedString = "\x20\x1D\x10\x0F\x1E\x0C\x0E\x2D\x0C\x17\x14\x0F"; -const char* SolderingAdvancedPowerPrompt = "\x24\x0C\x10\x12\x0F\x13\x0D\x16\x38\x0E"; -const char* OffString = "\x1C\x13\x12"; -const char* ResetOKMessage = "\x2B\x0C\x12\x0C\x0F\x0E\x49\x2F"; - -const char* SettingRightChar = "\x2B"; -const char* SettingLeftChar = "\x24"; -const char* SettingAutoChar = "\x1C"; -const char* SettingFastChar = "\x39"; -const char* SettingSlowChar = "\x20"; - -const char* SymbolPlus = "\x48"; -const char* SymbolMinus = "\x25"; -const char* SymbolSpace = "\x0E"; -const char* SymbolDot = "\x27"; -const char* SymbolDegC = "\x34"; -const char* SymbolDegF = "\x39"; -const char* SymbolMinutes = "\x37"; -const char* SymbolSeconds = "\x20"; -const char* SymbolWatts = "\x41"; -const char* SymbolVolts = "\x33"; -const char* SymbolDC = "\x32\x34"; -const char* SymbolCellCount = "\x20"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x30\x02\x04", - "\x32\x04\x06", - "\x30\x34\x04", - "\x0E\x34\x03", - "\x26\x20\x03\x02\x02", - "\x30\x34\x04", - "\x3F\x15\x21\x21\x1A", - "\x40\x12\x0C\x11", -#else - "\x30\x02\x04", - "\x32\x04\x07", - "\x26\x20\x0A\x02", - "\x40\x12\x0C\x11", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x20\x1D\x15\x0D\x0D\x13\x0D\x16\x12\x25", "\x47\x13\x0C\x14\x14\x0C" }, - /* SleepTemperature */ { "\x2B\x13\x17\x0C\x0F\x0C\x18\x1D\x25", "\x0C\x11\x15\x0F\x13\x11" }, - /* SleepTimeout */ { "\x2B\x13\x17\x0C\x36\x0C\x11\x25", "\x1E\x29\x16\x0C\x11\x13\x0D\x16" }, - /* ShutdownTimeout */ { "\x1C\x23\x12\x1B\x17\x15\x14\x0F\x25", "\x1E\x0C\x10\x0F" }, - /* MotionSensitivity */ { "\x30\x0C\x2A\x0C\x16\x13\x0D\x16\x12\x25", "\x0C\x18\x1D\x2D\x10\x0D\x19\x14\x10\x1B\x17\x21\x27" }, - /* TemperatureUnit */ { "\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11\x25", "\x0C\x10\x0D\x17\x0C\x10\x0F" }, - /* AdvancedIdle */ { "\x32\x0C\x0F\x15\x10\x14\x14\x10\x0C\x11\x0F\x0C", "\x2B\x13\x17\x0C\x15\x0D\x12\x10\x1B\x17\x0F" }, - /* DisplayRotation */ { "\x1C\x0D\x1E\x0C\x10\x16\x0C\x25", "\x15\x13\x12\x11\x10\x1B\x17\x0F\x13\x0D\x16" }, - /* BoostEnabled */ { "\x30\x1A\x1A\x12\x0F\x0F\x15\x12\x0F\x0C", "\x15\x21\x0F\x10\x36\x35" }, - /* BoostTemperature */ { "\x30\x1A\x1A\x12\x0F\x0F\x0C\x18\x1D\x25", "\x0C\x11\x15\x0F\x13\x11" }, - /* AutoStart */ { "\x20\x0F\x15\x11\x0F\x0E\x10\x18", "\x24\x29\x0F\x18\x1A\x19\x13\x12\x35" }, - /* CooldownBlink */ { "\x1C\x23\x21\x31\x17\x14\x25", "\x23\x14\x10\x0D\x21\x0C\x0D\x35" }, - /* TemperatureCalibration */ { "\x26\x0C\x18\x1D\x0C\x11\x15\x0F\x13\x11", "\x21\x15\x14\x10\x23\x11\x10\x0C\x11\x0C\x0D\x35" }, - /* SettingsReset */ { "\x1F\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", "\x1E\x13\x11\x31\x1B\x21\x12\x0C\x0F\x1E\x0C\x0D\x35" }, - /* VoltageCalibration */ { "\x1F\x10\x0D\x16\x15\x0D\x16\x12\x12\x1D\x15\x0D\x0D\x13\x0D\x16", "\x21\x15\x14\x10\x23\x11\x10\x0C\x11\x0C\x0D\x35" }, - /* AdvancedSoldering */ { "\x32\x0C\x0F\x15\x10\x14\x14\x10\x0C\x11\x0F\x0C", "\x24\x29\x0F\x15\x0D\x12\x10\x1B\x17\x0F" }, - /* ScrollingSpeed */ { "\x20\x1B\x11\x1A\x14\x14\x25", "\x16\x0C\x12\x1B\x17\x2A\x27" }, - /* TipModel */ { "\x24\x29\x0F\x25", "\x12\x1D\x10\x0F\x1E\x0C" }, - /* SimpleCalibrationMode */ { "\x1F\x10\x0D\x2D\x15\x1B\x17\x0C", "\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16" }, - /* AdvancedCalibrationMode */ { "\x1F\x11\x2A\x0C\x10\x0F\x0C\x11\x0F\x0C", "\x2F\x15\x14\x10\x23\x11\x10\x0C\x11\x13\x0D\x16" }, - /* PowerInput */ { "\x24\x0C\x10\x12\x0F\x13\x0D\x16\x12\x25", "\x15\x13\x2D\x0D\x15\x17\x18\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x24\x29\x0F\x25\x01\x0C\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", - /* PowerSavingMenu */ "\x20\x1B\x17\x14\x15\x2D\x25\x01\x18\x1A\x19\x13\x12", - /* UIMenu */ "\x37\x0C\x0D\x31\x25\x01\x0C\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", - /* AdvancedMenu */ "\x1F\x11\x2A\x0C\x10\x0F\x0C\x11\x0F\x0C\x01\x1F\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x24\x29\x0F\x0C\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", - /* PowerSavingMenu */ "\x1F\x0D\x0C\x11\x16\x10\x0C\x12\x1D\x15\x11\x0C\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", - /* UIMenu */ "\x37\x0C\x0D\x31\x0C\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", - /* AdvancedMenu */ "\x1F\x11\x2A\x0C\x10\x0F\x0C\x11\x0F\x0C\x0E\x1F\x10\x0D\x12\x0F\x0C\x14\x14\x13\x0D\x16\x0C\x0D", -}; - -#endif - -#ifdef LANG_ES -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0D -> a -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0E -> e -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x0F -> o -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x10 -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x12 -> t -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x13 -> d -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x14 -> r -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x15 -> l -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x16 -> s -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x17 -> p -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x18 -> u -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x19 -> c -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> m -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1B -> . -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1C -> b -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1D -> T -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1E -> C -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x1F -> A -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x20 -> S -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x21 -> v -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x22 -> f -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x23 -> g -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x24 -> M -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x25 -> P -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x26 -> O -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x27 -> V -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x28 -> = -0x00,0x80,0xC0,0xE0,0x68,0x6C,0x66,0x62,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x29 -> ó -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2A -> E -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x2B -> h -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2C -> B -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x2D -> z -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2E -> I -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x2F -> N -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x30 -> U -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x31 -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x32 -> < -0x00,0x00,0x40,0x60,0x68,0x6C,0x66,0x62,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x33 -> á -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x34 -> D -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x35 -> : -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x36 -> j -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x37 -> R -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x38 -> w -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x39 -> " -0x00,0x00,0x00,0x00,0x68,0xEC,0xE6,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3A -> í -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3B -> F -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3C -> ! -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3D -> W -0x00,0x80,0xC0,0xE0,0x60,0x68,0x6C,0x66,0x62,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x3E -> é -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x07,0x0F,0x1C,0x18,0x18,0x18,0x18,0x0C,0xFF,0xFF,0x00,//\x3F -> q -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x40 -> k -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x41 -> L -0x00,0x00,0x00,0x00,0x80,0xF3,0xF3,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0x3F,0x3F,0x0F,0x00,0x00,0x00,0x00,//\x42 -> ¡ -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x43 -> H -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x44 -> x -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x45 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x46 -> + -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x47 -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x48 -> Z -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x49 -> J -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x4A -> ? -0x00,0x00,0x00,0x80,0xC0,0xFB,0x7B,0x00,0x00,0x00,0x00,0x00,0x00,0x0E,0x1F,0x3B,0x31,0x30,0x30,0x30,0x38,0x1E,0x0E,0x00,//\x4B -> ¿ -0x00,0xE0,0xE0,0x00,0x08,0x0C,0x06,0x02,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x4C -> ú -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x4D -> , -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x4E -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x4F -> ( -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0D -> a -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> e -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x0F -> o -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x10 -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x12 -> t -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x13 -> d -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x14 -> r -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x15 -> l -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x16 -> s -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x17 -> p -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x18 -> u -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x19 -> c -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1A -> m -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1B -> . -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x1C -> b -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1D -> T -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1E -> C -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x1F -> A -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x20 -> S -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x21 -> v -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x22 -> f -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x23 -> g -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x24 -> M -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x25 -> P -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x26 -> O -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x27 -> V -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x28 -> = -0x38, 0x44, 0x46, 0x45, 0x38, 0x00,//\x29 -> ó -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x2A -> E -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x2B -> h -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2C -> B -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x2D -> z -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2E -> I -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x2F -> N -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x30 -> U -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x31 -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x32 -> < -0x20, 0x54, 0x56, 0x55, 0x78, 0x00,//\x33 -> á -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x34 -> D -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x35 -> : -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x36 -> j -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x37 -> R -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x38 -> w -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x39 -> " -0x00, 0x44, 0x7e, 0x41, 0x00, 0x00,//\x3A -> í -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x3B -> F -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3C -> ! -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3D -> W -0x38, 0x54, 0x56, 0x55, 0x08, 0x00,//\x3E -> é -0x08, 0x14, 0x14, 0x14, 0x7c, 0x00,//\x3F -> q -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x40 -> k -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x41 -> L -0x00, 0x00, 0x79, 0x00, 0x00, 0x00,//\x42 -> ¡ -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x43 -> H -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x44 -> x -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x45 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x46 -> + -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x47 -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x48 -> Z -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x49 -> J -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x4A -> ? -0x30, 0x48, 0x45, 0x40, 0x20, 0x00,//\x4B -> ¿ -0x3c, 0x40, 0x42, 0x21, 0x7c, 0x00,//\x4C -> ú -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x4D -> , -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x4E -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x4F -> ( -}; -// ---- Español ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x3B\x18\x0E\x11\x12\x0E\x0C\x13\x0E\x0C\x0E\x11\x0E\x14\x23\x3A\x0D\x1B\x0C\x1F\x36\x18\x16\x12\x0D\x0C\x0E\x15\x0C\x15\x3A\x1A\x10\x12\x0E\x0C\x10\x11\x22\x0E\x14\x10\x0F\x14\x0C\x13\x0E\x0C\x21\x0F\x15\x12\x0D\x36\x0E\x1B\x0C\x32\x34\x1E\x28\x03\x02\x27\x0C\x20\x28\x05\x1B\x05\x27\x0C\x17\x0F\x14\x0C\x19\x0E\x15\x13\x0D\x31", - /* SleepTemperature */ "\x1D\x0E\x1A\x17\x0E\x14\x0D\x12\x18\x14\x0D\x0C\x0E\x11\x0C\x14\x0E\x17\x0F\x16\x0F\x1B\x0C\x32\x1E\x31", - /* SleepTimeout */ "\x1D\x10\x0E\x1A\x17\x0F\x0C\x2B\x0D\x16\x12\x0D\x0C\x0D\x19\x12\x10\x21\x0D\x14\x0C\x14\x0E\x17\x0F\x16\x0F\x1B\x0C\x32\x24\x10\x11\x18\x12\x0F\x16\x31", - /* ShutdownTimeout */ "\x1D\x10\x0E\x1A\x17\x0F\x0C\x2B\x0D\x16\x12\x0D\x0C\x0D\x17\x0D\x23\x0D\x13\x0F\x1B\x0C\x32\x24\x10\x11\x18\x12\x0F\x16\x31", - /* MotionSensitivity */ "\x20\x0E\x11\x16\x10\x1C\x10\x15\x10\x13\x0D\x13\x0C\x13\x0E\x15\x0C\x1A\x0F\x21\x10\x1A\x10\x0E\x11\x12\x0F\x1B\x0C\x32\x02\x28\x1F\x17\x0D\x23\x0D\x13\x0F\x0C\x03\x28\x2A\x15\x0C\x1A\x0E\x11\x0F\x16\x0C\x16\x0E\x11\x16\x10\x1C\x15\x0E\x0C\x0B\x28\x2A\x15\x0C\x1A\x33\x16\x0C\x16\x0E\x11\x16\x10\x1C\x15\x0E\x31", - /* TemperatureUnit */ "\x30\x11\x10\x13\x0D\x13\x0C\x13\x0E\x0C\x12\x0E\x1A\x17\x0E\x14\x0D\x12\x18\x14\x0D\x1B", - /* AdvancedIdle */ "\x24\x18\x0E\x16\x12\x14\x0D\x0C\x10\x11\x22\x0F\x14\x1A\x0D\x19\x10\x29\x11\x0C\x13\x0E\x12\x0D\x15\x15\x0D\x13\x0D\x0C\x17\x0E\x3F\x18\x0E\x11\x0D\x0C\x0E\x11\x0C\x15\x0D\x0C\x17\x0D\x11\x12\x0D\x15\x15\x0D\x0C\x10\x11\x0D\x19\x12\x10\x21\x0D\x1B", - /* DisplayRotation */ "\x26\x14\x10\x0E\x11\x12\x0D\x19\x10\x29\x11\x0C\x13\x0E\x0C\x15\x0D\x0C\x17\x0D\x11\x12\x0D\x15\x15\x0D\x0C\x32\x1F\x28\x1F\x18\x12\x0F\x1A\x33\x12\x10\x19\x0F\x0C\x2E\x28\x24\x0D\x11\x0F\x0C\x10\x2D\x3F\x18\x10\x0E\x14\x13\x0D\x0C\x34\x28\x24\x0D\x11\x0F\x0C\x13\x0E\x14\x0E\x19\x2B\x0D\x31", - /* BoostEnabled */ "\x1F\x19\x12\x10\x21\x0D\x14\x0C\x0E\x15\x0C\x1C\x0F\x12\x29\x11\x0C\x39\x2C\x0F\x0F\x16\x12\x39\x0C\x0E\x11\x0C\x1A\x0F\x13\x0F\x0C\x16\x0F\x15\x13\x0D\x13\x18\x14\x0D\x1B", - /* BoostTemperature */ "\x1D\x0E\x1A\x17\x0E\x14\x0D\x12\x18\x14\x0D\x0C\x0E\x11\x0C\x1A\x0F\x13\x0F\x0C\x39\x2C\x0F\x0F\x16\x12\x39\x1B\x0C\x32\x1E\x31", - /* AutoStart */ "\x2E\x11\x10\x19\x10\x0D\x14\x0C\x1A\x0F\x13\x0F\x0C\x16\x0F\x15\x13\x0D\x13\x18\x14\x0D\x0C\x0E\x11\x0C\x0E\x15\x0C\x0E\x11\x19\x0E\x11\x13\x10\x13\x0F\x1B\x0C\x32\x27\x28\x20\x3A\x0C\x20\x28\x24\x0F\x13\x0F\x0C\x14\x0E\x17\x0F\x16\x0F\x0C\x3B\x28\x2F\x0F\x31", - /* CooldownBlink */ "\x25\x0D\x14\x17\x0D\x13\x0E\x0D\x0C\x15\x0D\x0C\x12\x0E\x1A\x17\x0E\x14\x0D\x12\x18\x14\x0D\x0C\x0E\x11\x0C\x0E\x15\x0C\x0E\x11\x22\x14\x10\x0D\x1A\x10\x0E\x11\x12\x0F\x0C\x16\x10\x0C\x15\x0D\x0C\x17\x18\x11\x12\x0D\x0C\x16\x10\x23\x18\x0E\x0C\x19\x0D\x15\x10\x0E\x11\x12\x0E\x1B", - /* TemperatureCalibration */ "\x1E\x0D\x15\x10\x1C\x14\x0D\x14\x0C\x13\x0E\x16\x21\x10\x0D\x19\x10\x29\x11\x0C\x12\x3E\x14\x1A\x10\x19\x0D\x0C\x13\x0E\x0C\x15\x0D\x0C\x17\x18\x11\x12\x0D\x1B", - /* SettingsReset */ "\x27\x0F\x15\x21\x0E\x14\x0C\x0D\x0C\x0E\x16\x12\x0D\x13\x0F\x0C\x13\x0E\x0C\x22\x33\x1C\x14\x10\x19\x0D\x1B", - /* VoltageCalibration */ "\x1E\x0D\x15\x10\x1C\x14\x0D\x19\x10\x29\x11\x0C\x27\x2E\x2F\x0C\x4F\x27\x0F\x15\x12\x0D\x36\x0E\x0C\x13\x0E\x0C\x0E\x11\x12\x14\x0D\x13\x0D\x4E\x1B\x0C\x1F\x36\x18\x16\x12\x0E\x0C\x19\x0F\x11\x0C\x0D\x1A\x1C\x0F\x16\x0C\x1C\x0F\x12\x0F\x11\x0E\x16\x4D\x0C\x17\x18\x15\x16\x0D\x19\x10\x29\x11\x0C\x15\x0D\x14\x23\x0D\x0C\x17\x0D\x14\x0D\x0C\x16\x0D\x15\x10\x14\x1B", - /* AdvancedSoldering */ "\x24\x0F\x16\x12\x14\x0D\x14\x0C\x10\x11\x22\x0F\x14\x1A\x0D\x19\x10\x29\x11\x0C\x13\x0E\x12\x0D\x15\x15\x0D\x13\x0D\x0C\x1A\x10\x0E\x11\x12\x14\x0D\x16\x0C\x16\x18\x0E\x15\x13\x0D\x1B", - /* ScrollingSpeed */ "\x27\x0E\x15\x0F\x19\x10\x13\x0D\x13\x0C\x13\x0E\x0C\x13\x0E\x16\x17\x15\x0D\x2D\x0D\x1A\x10\x0E\x11\x12\x0F\x0C\x13\x0E\x15\x0C\x12\x0E\x44\x12\x0F\x1B", - /* TipModel */ "\x1D\x10\x17\x0C\x24\x0F\x13\x0E\x15\x0C\x16\x0E\x15\x0E\x19\x12\x10\x0F\x11", - /* SimpleCalibrationMode */ "\x20\x10\x1A\x17\x15\x0E\x0C\x1E\x0D\x15\x10\x1C\x14\x0D\x12\x10\x0F\x11\x0C\x18\x16\x10\x11\x23\x0C\x43\x0F\x12\x0C\x38\x0D\x12\x0E\x14", - /* AdvancedCalibrationMode */ "\x1F\x13\x21\x0D\x11\x19\x0E\x13\x0C\x19\x0D\x15\x10\x1C\x14\x0D\x12\x10\x0F\x11\x0C\x18\x16\x10\x11\x23\x0C\x12\x2B\x0E\x14\x1A\x0F\x19\x0F\x18\x17\x15\x0E\x0C\x0F\x11\x0C\x12\x2B\x0E\x0C\x12\x10\x17", - /* PowerInput */ "\x25\x0F\x38\x0E\x14\x0C\x3D\x0D\x12\x12\x0D\x23\x0E\x0C\x0F\x22\x0C\x12\x2B\x0E\x0C\x17\x0F\x38\x0E\x14\x0C\x0D\x13\x0D\x17\x12\x0E\x14\x0C\x18\x16\x0E\x13", -}; - -const char* SettingsCalibrationDone = "\x1E\x0D\x15\x10\x1C\x14\x0D\x12\x10\x0F\x11\x0C\x13\x0F\x11\x0E\x3C"; -const char* SettingsCalibrationWarning = "\x42\x1F\x16\x0E\x23\x4C\x14\x0E\x16\x0E\x0C\x3F\x18\x0E\x0C\x15\x0D\x0C\x17\x18\x11\x12\x0D\x0C\x0E\x16\x12\x3E\x0C\x0D\x0C\x12\x0E\x1A\x17\x0E\x14\x0D\x12\x18\x14\x0D\x0C\x0D\x1A\x1C\x10\x0E\x11\x12\x0E\x0C\x0D\x11\x12\x0E\x16\x0C\x13\x0E\x0C\x17\x14\x0F\x19\x0E\x13\x0E\x14\x3C"; -const char* SettingsResetWarning = "\x4B\x2A\x16\x12\x33\x0C\x16\x0E\x23\x18\x14\x0F\x0C\x13\x0E\x0C\x21\x0F\x15\x21\x0E\x14\x0C\x0D\x0C\x0E\x16\x12\x0D\x13\x0F\x0C\x13\x0E\x0C\x22\x33\x1C\x14\x10\x19\x0D\x4A"; -const char* UVLOWarningString = "\x34\x1E\x0C\x2C\x1F\x49\x26"; -const char* UndervoltageString = "\x20\x18\x1C\x12\x0E\x11\x16\x10\x29\x11"; -const char* InputVoltageString = "\x27\x0C\x0E\x11\x12\x14\x0D\x13\x0D\x35\x0C"; -const char* WarningTipTempString = "\x1D\x0E\x1A\x17\x0C\x25\x18\x11\x12\x0D\x35\x0C"; -const char* BadTipString = "\x2A\x37\x0C\x25\x30\x2F\x1D\x1F"; -const char* SleepingSimpleString = "\x48\x2D\x2D\x2D"; -const char* SleepingAdvancedString = "\x2A\x11\x0C\x14\x0E\x17\x0F\x16\x0F\x1B\x1B\x1B"; -const char* WarningSimpleString = "\x1D\x2A\x24\x25"; -const char* WarningAdvancedString = "\x42\x25\x30\x2F\x1D\x1F\x0C\x1E\x1F\x41\x2E\x2A\x2F\x1D\x2A\x3C"; -const char* SleepingTipAdvancedString = "\x25\x18\x11\x12\x0D\x35"; -const char* IdleTipString = "\x25\x18\x11\x12\x0D\x35"; -const char* IdleSetString = "\x0C\x1F\x36\x35"; -const char* TipDisconnectedString = "\x20\x2E\x2F\x0C\x25\x30\x2F\x1D\x1F"; -const char* SolderingAdvancedPowerPrompt = "\x25\x26\x1D\x2A\x2F\x1E\x2E\x1F\x35\x0C"; -const char* OffString = "\x26\x22\x22"; -const char* ResetOKMessage = "\x37\x0E\x16\x0E\x12\x0C\x26\x47"; - -const char* SettingRightChar = "\x34"; -const char* SettingLeftChar = "\x2E"; -const char* SettingAutoChar = "\x1F"; -const char* SettingFastChar = "\x37"; -const char* SettingSlowChar = "\x41"; - -const char* SymbolPlus = "\x46"; -const char* SymbolMinus = "\x45"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x1B"; -const char* SymbolDegC = "\x1E"; -const char* SymbolDegF = "\x3B"; -const char* SymbolMinutes = "\x24"; -const char* SymbolSeconds = "\x20"; -const char* SymbolWatts = "\x3D"; -const char* SymbolVolts = "\x27"; -const char* SymbolDC = "\x34\x1E"; -const char* SymbolCellCount = "\x20"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x2C\x02\x04", - "\x34\x04\x06", - "\x2C\x1E\x04", - "\x0C\x1E\x03", - "\x1D\x20\x03\x02\x02", - "\x2C\x1E\x04", - "\x43\x0D\x40\x40\x0F", - "\x30\x16\x0E\x14", -#else - "\x2C\x02\x04", - "\x34\x04\x07", - "\x1D\x20\x0A\x02", - "\x30\x16\x0E\x14", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x3B\x18\x0E\x11\x12\x0E", "\x13\x0E\x0C\x0E\x11\x0E\x14\x23\x3A\x0D" }, - /* SleepTemperature */ { "\x1D\x0E\x1A\x17\x0C\x0E\x11", "\x14\x0E\x17\x0F\x16\x0F" }, - /* SleepTimeout */ { "\x1D\x10\x0E\x1A\x17\x0F\x0C\x2B\x1B", "\x14\x0E\x17\x0F\x16\x0F" }, - /* ShutdownTimeout */ { "\x1D\x10\x0E\x1A\x17\x0F\x0C\x2B\x1B", "\x0D\x17\x0D\x23\x0D\x13\x0F" }, - /* MotionSensitivity */ { "\x20\x0E\x11\x16\x10\x1C\x10\x15\x10\x13\x0D\x13", "\x0D\x15\x0C\x1A\x0F\x21\x10\x1A\x10\x0E\x11\x12\x0F" }, - /* TemperatureUnit */ { "\x30\x11\x10\x13\x0D\x13\x0C\x13\x0E", "\x12\x0E\x1A\x17\x0E\x14\x0D\x12\x18\x14\x0D" }, - /* AdvancedIdle */ { "\x24\x33\x16\x0C\x10\x11\x22\x0F\x0C\x0E\x11", "\x1A\x0F\x13\x0F\x0C\x10\x11\x0D\x19\x12\x10\x21\x0F" }, - /* DisplayRotation */ { "\x26\x14\x10\x0E\x11\x12\x0D\x19\x10\x29\x11", "\x13\x0E\x0C\x17\x0D\x11\x12\x0D\x15\x15\x0D" }, - /* BoostEnabled */ { "\x2C\x0F\x0F\x16\x12\x0C\x1C\x0F\x12\x29\x11", "\x0D\x19\x12\x10\x21\x0D\x13\x0F" }, - /* BoostTemperature */ { "\x1D\x0E\x1A\x17\x0C\x0E\x11", "\x2C\x0F\x0F\x16\x12" }, - /* AutoStart */ { "\x20\x0F\x15\x13\x0D\x13\x18\x14\x0D", "\x0D\x15\x0C\x0E\x11\x19\x2B\x18\x22\x0D\x14" }, - /* CooldownBlink */ { "\x25\x0D\x14\x17\x0D\x13\x0E\x0D\x0C\x1A\x1B", "\x0E\x11\x22\x14\x10\x0D\x1A\x10\x0E\x11\x12\x0F" }, - /* TemperatureCalibration */ { "\x1E\x0D\x15\x10\x1C\x14\x0D\x14\x0C\x12\x0E\x1A\x17", "\x13\x0E\x0C\x15\x0D\x0C\x17\x18\x11\x12\x0D" }, - /* SettingsReset */ { "\x2A\x16\x12\x0D\x13\x0F\x0C\x13\x0E", "\x22\x33\x1C\x14\x10\x19\x0D" }, - /* VoltageCalibration */ { "\x1E\x0D\x15\x10\x1C\x14\x0D\x14", "\x27\x0C\x0E\x11\x12\x14\x0D\x13\x0D" }, - /* AdvancedSoldering */ { "\x2E\x11\x22\x0C\x13\x0E\x12\x0D\x15\x15\x0D\x13\x0D", "\x13\x0E\x15\x0C\x16\x0F\x15\x13\x0D\x13\x18\x14\x0D" }, - /* ScrollingSpeed */ { "\x27\x0E\x15\x0F\x19\x10\x13\x0D\x13", "\x13\x0E\x15\x0C\x12\x0E\x44\x12\x0F" }, - /* TipModel */ { "\x1D\x10\x17", "\x24\x0F\x13\x0E\x15" }, - /* SimpleCalibrationMode */ { "\x20\x10\x1A\x17\x15\x0E", "\x1E\x0D\x15\x10\x1C\x14\x0D\x12\x10\x0F\x11" }, - /* AdvancedCalibrationMode */ { "\x1F\x13\x21\x0D\x11\x19\x0E\x13", "\x1E\x0D\x15\x10\x1C\x14\x0D\x12\x10\x0F\x11" }, - /* PowerInput */ { "\x25\x0F\x38\x0E\x14", "\x3D\x0D\x12\x12\x0D\x23\x0E" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x26\x17\x19\x10\x0F\x11\x0E\x16\x0C\x13\x0E\x01\x20\x0F\x15\x13\x0D\x13\x18\x14\x0D", - /* PowerSavingMenu */ "\x24\x0F\x13\x0F\x16\x0C\x13\x0E\x01\x37\x0E\x17\x0F\x16\x0F", - /* UIMenu */ "\x2E\x11\x12\x0E\x14\x22\x0D\x2D\x01\x13\x0E\x0C\x30\x16\x18\x0D\x14\x10\x0F", - /* AdvancedMenu */ "\x26\x17\x19\x10\x0F\x11\x0E\x16\x01\x1F\x21\x0D\x11\x2D\x0D\x13\x0D\x16", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x26\x17\x19\x10\x0F\x11\x0E\x16\x0C\x13\x0E\x0C\x20\x0F\x15\x13\x0D\x13\x18\x14\x0D", - /* PowerSavingMenu */ "\x26\x17\x19\x10\x0F\x11\x0E\x16\x0C\x13\x0E\x0C\x0D\x2B\x0F\x14\x14\x0F\x0C\x0E\x11\x0E\x14\x23\x3E\x12\x10\x19\x0F", - /* UIMenu */ "\x26\x17\x19\x10\x0F\x11\x0E\x16\x0C\x13\x0E\x0C\x10\x11\x12\x0E\x14\x22\x0D\x2D\x0C\x13\x0E\x0C\x18\x16\x18\x0D\x14\x10\x0F", - /* AdvancedMenu */ "\x26\x17\x19\x10\x0F\x11\x0E\x16\x0C\x0D\x21\x0D\x11\x2D\x0D\x13\x0D\x16", -}; - -#endif - -#ifdef LANG_FI -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0C -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0D -> i -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0E -> e -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0F -> a -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x10 -> s -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x11 -> -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x12 -> n -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x13 -> o -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x14 -> l -0x00,0x00,0x40,0x6C,0x6C,0x60,0x60,0x6C,0x6C,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x15 -> ä -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x16 -> k -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x17 -> u -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x18 -> r -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x19 -> p -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> m -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x1B -> y -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1C -> . -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x1D -> h -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0xEC,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1E -> ö -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1F -> v -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x20 -> d -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x21 -> T -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x22 -> L -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x23 -> j -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x24 -> K -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x25 -> = -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x26 -> V -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x27 -> C -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x28 -> S -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x29 -> A -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x2A -> b -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x2B -> , -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x2C -> N -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2D -> I -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2E -> O -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2F -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x30 -> < -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x31 -> : -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x32 -> c -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x33 -> D -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x34 -> - -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x35 -> H -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x36 -> P -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x37 -> F -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x38 -> B -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x39 -> U -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x3A -> R -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3B -> J -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x3C -> ? -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3D -> ! -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3E -> W -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x3F -> w -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x40 -> g -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x41 -> M -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x42 -> z -0x00,0x00,0x00,0x83,0xE3,0x78,0x78,0xE3,0x83,0x00,0x00,0x00,0x00,0x38,0x3E,0x0F,0x0D,0x0C,0x0C,0x0D,0x0F,0x3E,0x38,0x00,//\x43 -> Ä -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x44 -> E -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x45 -> f -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x46 -> + -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x47 -> Z -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x48 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x49 -> ( -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x4A -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0C -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x0D -> i -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> e -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0F -> a -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x10 -> s -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x11 -> -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x12 -> n -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x13 -> o -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x14 -> l -0x20, 0x55, 0x54, 0x55, 0x78, 0x00,//\x15 -> ä -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x16 -> k -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x17 -> u -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x18 -> r -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x19 -> p -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1A -> m -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x1B -> y -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1C -> . -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1D -> h -0x38, 0x45, 0x44, 0x45, 0x38, 0x00,//\x1E -> ö -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1F -> v -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x20 -> d -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x21 -> T -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x22 -> L -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x23 -> j -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x24 -> K -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x25 -> = -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x26 -> V -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x27 -> C -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x28 -> S -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x29 -> A -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x2A -> b -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x2B -> , -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x2C -> N -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2D -> I -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2E -> O -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2F -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x30 -> < -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x31 -> : -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x32 -> c -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x33 -> D -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x34 -> - -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x35 -> H -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x36 -> P -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x37 -> F -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x38 -> B -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x39 -> U -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x3A -> R -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x3B -> J -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x3C -> ? -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3D -> ! -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3E -> W -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x3F -> w -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x40 -> g -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x41 -> M -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x42 -> z -0x78, 0x15, 0x14, 0x15, 0x78, 0x00,//\x43 -> Ä -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x44 -> E -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x45 -> f -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x46 -> + -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x47 -> Z -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x48 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x49 -> ( -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x4A -> / -}; -// ---- Suomi ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x24\x15\x1B\x0C\x0E\x0C\x0C\x15\x1F\x15\x11\x1F\x0D\x18\x0C\x0F\x14\x15\x1D\x20\x0E\x1C\x11\x29\x10\x0E\x0C\x0C\x0F\x0F\x11\x16\x0F\x0C\x16\x0F\x0D\x10\x17\x23\x15\x12\x12\x0D\x0C\x0E\x0E\x12\x1C\x11\x30\x33\x27\x11\x03\x02\x26\x2B\x11\x05\x28\x25\x0B\x1C\x0B\x26\x2B\x11\x06\x28\x25\x03\x05\x1C\x04\x26\x2B\x11\x07\x28\x25\x03\x08\x1C\x07\x26\x2B\x11\x08\x28\x25\x03\x0B\x1C\x0A\x26\x2F", - /* SleepTemperature */ "\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x12\x11\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x1C\x11\x30\x27\x2F", - /* SleepTimeout */ "\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x12\x11\x1F\x0D\x0D\x1F\x0E\x1C\x11\x30\x1A\x0D\x12\x17\x17\x0C\x0C\x0D\x0F\x4A\x10\x0E\x16\x17\x12\x0C\x0D\x0F\x2F", - /* ShutdownTimeout */ "\x29\x17\x0C\x13\x1A\x0F\x0F\x0C\x0C\x0D\x10\x0E\x12\x11\x10\x0F\x1A\x1A\x17\x0C\x17\x16\x10\x0E\x12\x11\x0F\x0D\x16\x0F\x1F\x0D\x0D\x1F\x0E\x1C\x11\x30\x1A\x0D\x12\x17\x17\x0C\x0C\x0D\x0F\x2F", - /* MotionSensitivity */ "\x22\x0D\x0D\x16\x16\x0E\x0E\x12\x0C\x17\x12\x12\x0D\x10\x0C\x17\x16\x10\x0E\x12\x11\x1D\x0E\x18\x16\x16\x1B\x1B\x10\x1C\x11\x30\x02\x25\x19\x13\x0D\x10\x2B\x11\x03\x25\x0E\x19\x15\x1D\x0E\x18\x16\x0D\x12\x2B\x11\x0B\x25\x1D\x0E\x18\x16\x0D\x12\x2F", - /* TemperatureUnit */ "\x22\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x12\x11\x1B\x16\x10\x0D\x16\x16\x1E\x1C\x11\x30\x27\x25\x32\x0E\x14\x10\x0D\x17\x10\x2B\x11\x37\x25\x45\x0F\x1D\x18\x0E\x12\x1D\x0E\x0D\x0C\x2F", - /* AdvancedIdle */ "\x2C\x15\x1B\x0C\x0C\x15\x15\x11\x1B\x16\x10\x0D\x0C\x1B\x0D\x10\x16\x13\x1D\x0C\x0F\x0D\x10\x0E\x1A\x1A\x0F\x0C\x11\x0C\x0D\x0E\x20\x13\x0C\x11\x14\x0E\x19\x13\x0C\x0D\x14\x0F\x10\x10\x0F\x1C", - /* DisplayRotation */ "\x2C\x15\x1B\x0C\x1E\x12\x11\x16\x0D\x0E\x18\x0C\x13\x1C\x11\x30\x29\x25\x0F\x17\x0C\x13\x1A\x0F\x0F\x0C\x0C\x0D\x12\x0E\x12\x11\x2E\x25\x13\x0D\x16\x0E\x0F\x16\x15\x0C\x0D\x12\x0E\x12\x11\x26\x25\x1F\x0F\x10\x0E\x12\x16\x15\x0C\x0D\x12\x0E\x12\x2F", - /* BoostEnabled */ "\x44\x0C\x17\x19\x0F\x0D\x12\x0D\x16\x0E\x0E\x14\x14\x0F\x11\x10\x0D\x0D\x18\x18\x1B\x0C\x15\x15\x12\x11\x23\x17\x13\x0C\x0E\x0C\x0C\x0F\x0E\x10\x10\x0F\x11\x0C\x0E\x1D\x13\x10\x0C\x17\x10\x0C\x0D\x14\x0F\x0F\x12\x1C", - /* BoostTemperature */ "\x21\x0E\x1D\x13\x10\x0C\x17\x10\x0C\x0D\x14\x0F\x12\x11\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F", - /* AutoStart */ "\x24\x15\x1B\x12\x12\x0D\x10\x0C\x15\x15\x11\x1F\x0D\x18\x18\x0F\x0C\x11\x16\x1B\x0C\x16\x0E\x0C\x0C\x15\x0E\x10\x10\x15\x11\x23\x17\x13\x0C\x13\x10\x0C\x0D\x14\x0F\x12\x11\x0F\x17\x0C\x13\x1A\x0F\x0F\x0C\x0C\x0D\x10\x0E\x10\x0C\x0D\x1C\x11\x21\x25\x23\x17\x13\x0C\x13\x10\x0C\x0D\x14\x0F\x2B\x11\x28\x25\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x2B\x11\x37\x25\x44\x0D\x11\x16\x15\x1B\x0C\x1E\x10\x10\x15", - /* CooldownBlink */ "\x26\x0D\x14\x16\x17\x0C\x0C\x0F\x0F\x11\x23\x15\x15\x1D\x0C\x1B\x0E\x10\x10\x15\x11\x23\x17\x13\x0C\x13\x10\x16\x15\x18\x23\x0E\x12\x11\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x0F\x11\x10\x0E\x12\x11\x13\x14\x14\x0E\x10\x10\x0F\x11\x1F\x0D\x0E\x14\x15\x11\x1F\x0F\x0F\x18\x0F\x14\x14\x0D\x10\x0E\x12\x11\x16\x17\x17\x1A\x0F\x1C", - /* TemperatureCalibration */ "\x24\x0F\x14\x0D\x2A\x18\x13\x0D\x11\x16\x15\x18\x23\x0E\x12\x11\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x0E\x18\x13\x12\x1C", - /* SettingsReset */ "\x36\x0F\x14\x0F\x17\x0C\x0F\x11\x16\x0F\x0D\x16\x16\x0D\x11\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C\x11\x13\x14\x0E\x0C\x17\x10\x0F\x18\x1F\x13\x0D\x1D\x0D\x12\x1C", - /* VoltageCalibration */ "\x21\x17\x14\x13\x23\x15\x12\x12\x0D\x0C\x0C\x0E\x12\x11\x16\x0F\x14\x0D\x2A\x18\x13\x0D\x12\x0C\x0D\x11\x49\x26\x2D\x2C\x48\x1C\x11\x36\x0F\x0D\x12\x0D\x16\x16\x0E\x0D\x14\x14\x0F\x11\x10\x15\x15\x20\x0E\x0C\x15\x15\x12\x11\x23\x0F\x11\x19\x0D\x0C\x16\x15\x15\x12\x11\x19\x0F\x0D\x12\x0F\x1A\x0F\x14\x14\x0F\x11\x19\x13\x0D\x10\x0C\x17\x0C\x0F\x0F\x12\x1C", - /* AdvancedSoldering */ "\x2C\x15\x1B\x0C\x0C\x15\x15\x11\x1B\x16\x10\x0D\x0C\x1B\x0D\x10\x16\x13\x1D\x0C\x0F\x0D\x10\x0E\x1A\x1A\x0F\x0C\x11\x0C\x0D\x0E\x20\x13\x0C\x11\x23\x17\x13\x0C\x13\x10\x0C\x0D\x14\x0F\x10\x10\x0F\x1C", - /* ScrollingSpeed */ "\x2C\x15\x0D\x20\x0E\x12\x11\x10\x0E\x14\x0D\x0C\x0E\x0C\x0E\x16\x10\x0C\x0D\x0E\x12\x11\x1F\x0D\x0E\x18\x0D\x0C\x1B\x10\x12\x13\x19\x0E\x17\x10\x1C", - /* TipModel */ "\x21\x0D\x19\x11\x41\x13\x20\x0E\x14\x11\x10\x0E\x14\x0E\x32\x0C\x0D\x13\x12", - /* SimpleCalibrationMode */ "\x28\x0D\x1A\x19\x14\x0E\x11\x27\x0F\x14\x0D\x2A\x18\x0F\x0C\x0D\x13\x12\x11\x17\x10\x0D\x12\x40\x11\x35\x13\x0C\x11\x3F\x0F\x0C\x0E\x18", - /* AdvancedCalibrationMode */ "\x29\x20\x1F\x0F\x12\x32\x0E\x20\x11\x32\x0F\x14\x0D\x2A\x18\x0F\x0C\x0D\x13\x12\x11\x17\x10\x0D\x12\x40\x11\x0C\x1D\x0E\x18\x1A\x13\x32\x13\x17\x19\x14\x0E\x11\x13\x12\x11\x0C\x1D\x0E\x11\x0C\x0D\x19", - /* PowerInput */ "\x36\x13\x3F\x0E\x18\x11\x3E\x0F\x0C\x0C\x0F\x40\x0E\x11\x13\x45\x11\x0C\x1D\x0E\x11\x19\x13\x3F\x0E\x18\x11\x0F\x20\x0F\x19\x0C\x0E\x18\x11\x17\x10\x0E\x20", -}; - -const char* SettingsCalibrationDone = "\x27\x0F\x14\x0D\x2A\x18\x0F\x0C\x0D\x13\x12\x11\x20\x13\x12\x0E\x3D"; -const char* SettingsCalibrationWarning = "\x26\x0F\x18\x1A\x0D\x10\x0C\x0F\x11\x0E\x0C\x0C\x15\x11\x16\x15\x18\x16\x0D\x11\x13\x12\x11\x1D\x17\x13\x12\x0E\x0E\x12\x14\x15\x1A\x19\x1E\x0D\x12\x0E\x12\x11\x0E\x12\x12\x0E\x12\x11\x23\x0F\x0C\x16\x0F\x1A\x0D\x10\x0C\x0F\x3D"; -const char* SettingsResetWarning = "\x35\x0F\x14\x17\x0F\x0C\x16\x13\x11\x1F\x0F\x18\x1A\x0F\x10\x0C\x0D\x11\x19\x0F\x14\x0F\x17\x0C\x0C\x0F\x0F\x11\x13\x14\x0E\x0C\x17\x10\x0F\x18\x1F\x13\x0C\x3C"; -const char* UVLOWarningString = "\x33\x27\x11\x22\x2E\x3E"; -const char* UndervoltageString = "\x29\x14\x0D\x23\x15\x12\x12\x0D\x0C\x0E"; -const char* InputVoltageString = "\x3B\x15\x12\x12\x0D\x0C\x0E\x31\x11"; -const char* WarningTipTempString = "\x22\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x31\x11"; -const char* BadTipString = "\x26\x2D\x24\x29\x21\x2D\x22\x29"; -const char* SleepingSimpleString = "\x47\x42\x42\x42"; -const char* SleepingAdvancedString = "\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x1C\x1C\x1C"; -const char* WarningSimpleString = "\x35\x2E\x21"; -const char* WarningAdvancedString = "\x3D\x11\x24\x43\x3A\x24\x2D\x11\x24\x39\x39\x41\x29\x11\x3D"; -const char* SleepingTipAdvancedString = "\x24\x15\x18\x16\x0D\x31"; -const char* IdleTipString = "\x24\x15\x18\x16\x0D\x31"; -const char* IdleSetString = "\x11\x29\x10\x0E\x0C\x17\x10\x31"; -const char* TipDisconnectedString = "\x24\x43\x3A\x24\x2D\x11\x2E\x2C\x11\x2D\x3A\x21\x2D"; -const char* SolderingAdvancedPowerPrompt = "\x21\x0E\x1D\x13\x31\x11"; -const char* OffString = "\x2E\x37\x37"; -const char* ResetOKMessage = "\x3A\x0E\x10\x0E\x0C\x11\x2E\x24"; - -const char* SettingRightChar = "\x2E"; -const char* SettingLeftChar = "\x26"; -const char* SettingAutoChar = "\x29"; -const char* SettingFastChar = "\x2C"; -const char* SettingSlowChar = "\x35"; - -const char* SymbolPlus = "\x46"; -const char* SymbolMinus = "\x34"; -const char* SymbolSpace = "\x11"; -const char* SymbolDot = "\x1C"; -const char* SymbolDegC = "\x27"; -const char* SymbolDegF = "\x37"; -const char* SymbolMinutes = "\x41"; -const char* SymbolSeconds = "\x28"; -const char* SymbolWatts = "\x3E"; -const char* SymbolVolts = "\x26"; -const char* SymbolDC = "\x33\x27"; -const char* SymbolCellCount = "\x28"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x38\x02\x04", - "\x33\x04\x06", - "\x38\x27\x04", - "\x11\x27\x03", - "\x21\x28\x03\x02\x02", - "\x38\x27\x04", - "\x35\x0F\x16\x16\x13", - "\x39\x10\x0E\x18", -#else - "\x38\x02\x04", - "\x33\x04\x07", - "\x21\x28\x0A\x02", - "\x39\x10\x0E\x18", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x26\x0D\x18\x0C\x0F\x14\x15\x1D\x20\x0E", "\x33\x27" }, - /* SleepTemperature */ { "\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x12", "\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F" }, - /* SleepTimeout */ { "\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x12", "\x1F\x0D\x0D\x1F\x0E" }, - /* ShutdownTimeout */ { "\x28\x0F\x1A\x1A\x17\x0C\x17\x10", "\x1F\x0D\x0D\x1F\x0E" }, - /* MotionSensitivity */ { "\x22\x0D\x0D\x16\x16\x0E\x0E\x12", "\x1D\x0E\x18\x16\x16\x1B\x1B\x10" }, - /* TemperatureUnit */ { "\x22\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x12", "\x1B\x16\x10\x0D\x16\x16\x1E" }, - /* AdvancedIdle */ { "\x21\x0D\x0E\x20\x13\x0C", "\x14\x0E\x19\x13\x0C\x0D\x14\x0F\x10\x10\x0F" }, - /* DisplayRotation */ { "\x2C\x15\x1B\x0C\x1E\x12", "\x16\x0D\x0E\x18\x0C\x13" }, - /* BoostEnabled */ { "\x21\x0E\x1D\x13\x10\x0C\x17\x10", "\x16\x15\x1B\x0C\x1E\x10\x10\x15" }, - /* BoostTemperature */ { "\x21\x0E\x1D\x13\x10\x0C\x17\x10\x34", "\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F" }, - /* AutoStart */ { "\x29\x17\x0C\x13\x1A\x1C", "\x16\x15\x1B\x12\x12\x0D\x10\x0C\x1B\x10" }, - /* CooldownBlink */ { "\x3B\x15\x15\x1D\x20\x1B\x0C\x1B\x16\x10\x0E\x12", "\x1F\x0D\x14\x16\x17\x0C\x17\x10" }, - /* TemperatureCalibration */ { "\x24\x0F\x14\x0D\x2A\x18\x13\x0D", "\x14\x15\x1A\x19\x1E\x0C\x0D\x14\x0F\x3C" }, - /* SettingsReset */ { "\x36\x0F\x14\x0F\x17\x0C\x0F", "\x0C\x0E\x1D\x20\x0F\x10\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C\x3C" }, - /* VoltageCalibration */ { "\x24\x0F\x14\x0D\x2A\x18\x13\x0D", "\x0C\x17\x14\x13\x23\x15\x12\x12\x0D\x0C\x0E\x3C" }, - /* AdvancedSoldering */ { "\x21\x0F\x18\x16\x0E\x1A\x19\x0D", "\x23\x17\x13\x0C\x13\x10\x12\x15\x1B\x0C\x0C\x1E" }, - /* ScrollingSpeed */ { "\x21\x0D\x0E\x0C\x13\x23\x0E\x12", "\x12\x15\x1B\x0C\x0C\x1E\x12\x13\x19\x0E\x17\x10" }, - /* TipModel */ { "\x21\x0D\x19", "\x41\x13\x20\x0E\x14" }, - /* SimpleCalibrationMode */ { "\x28\x0D\x1A\x19\x14\x0E", "\x27\x0F\x14\x0D\x2A\x18\x0F\x0C\x0D\x13\x12" }, - /* AdvancedCalibrationMode */ { "\x29\x20\x1F\x0F\x12\x32\x0E\x20", "\x27\x0F\x14\x0D\x2A\x18\x0F\x0C\x0D\x13\x12" }, - /* PowerInput */ { "\x36\x13\x3F\x0E\x18", "\x3E\x0F\x0C\x0C\x0F\x40\x0E" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x3B\x17\x13\x0C\x13\x10\x34\x01\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", - /* PowerSavingMenu */ "\x22\x0E\x19\x13\x0C\x0D\x14\x0F\x12\x01\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", - /* UIMenu */ "\x24\x15\x1B\x0C\x0C\x1E\x34\x01\x14\x0D\x0D\x0C\x0C\x1B\x1A\x15", - /* AdvancedMenu */ "\x22\x0D\x10\x15\x34\x01\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x3B\x17\x13\x0C\x13\x10\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", - /* PowerSavingMenu */ "\x26\x0D\x18\x18\x0F\x12\x10\x15\x15\x10\x0C\x1E\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", - /* UIMenu */ "\x24\x15\x1B\x0C\x0C\x1E\x14\x0D\x0D\x0C\x0C\x1B\x1A\x15\x12\x11\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", - /* AdvancedMenu */ "\x22\x0D\x10\x15\x0F\x10\x0E\x0C\x17\x16\x10\x0E\x0C", -}; - -#endif - -#ifdef LANG_FR -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0E -> a -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0F -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x10 -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x12 -> l -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x13 -> r -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x14 -> s -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x15 -> o -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x16 -> u -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x17 -> d -0x00,0x80,0xC0,0xE0,0x60,0x68,0x6C,0x66,0x62,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x18 -> é -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x19 -> m -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1A -> c -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x1B -> p -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1C -> v -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x1D -> f -0x00,0x00,0x00,0x00,0x27,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x1E -> ' -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x1F -> D -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x20 -> C -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x21 -> A -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x22 -> = -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x23 -> P -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x24 -> T -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x25 -> . -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x26 -> S -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x27 -> B -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x28 -> b -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x29 -> g -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x2A -> h -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2B -> > -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x2C -> V -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2D -> < -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x2E -> R -0x00,0xF8,0xF8,0x98,0x98,0x9C,0x9E,0x9B,0x99,0x18,0x18,0x00,0x00,0x3F,0x3F,0x31,0x31,0x31,0x31,0x31,0x31,0x30,0x30,0x00,//\x2F -> É -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x30 -> O -0x00,0x80,0xC0,0xE0,0x62,0x66,0x6C,0x68,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x33,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x31 -> è -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x32 -> N -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x33 -> : -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x07,0x0F,0x1C,0x18,0x18,0x18,0x18,0x0C,0xFF,0xFF,0x00,//\x34 -> q -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x35 -> M -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x36 -> H -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x37 -> E -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x38 -> z -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x39 -> F -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3A -> U -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x3B -> - -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3C -> ! -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3D -> L -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3E -> " -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3F -> I -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x40 -> x -0x00,0x00,0x40,0x60,0x62,0x66,0x6C,0x68,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x41 -> à -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x42 -> , -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x43 -> G -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x44 -> k -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x45 -> W -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x46 -> + -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x47 -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x48 -> Z -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x49 -> ? -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x4A -> j -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0E -> a -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0F -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x10 -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x12 -> l -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x13 -> r -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x14 -> s -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x15 -> o -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x16 -> u -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x17 -> d -0x38, 0x54, 0x56, 0x55, 0x08, 0x00,//\x18 -> é -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x19 -> m -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1A -> c -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x1B -> p -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1C -> v -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x1D -> f -0x00, 0x05, 0x03, 0x00, 0x00, 0x00,//\x1E -> ' -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x1F -> D -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x20 -> C -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x21 -> A -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x22 -> = -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x23 -> P -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x24 -> T -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x25 -> . -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x26 -> S -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x27 -> B -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x28 -> b -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x29 -> g -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x2A -> h -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2B -> > -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x2C -> V -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2D -> < -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x2E -> R -0x7c, 0x54, 0x56, 0x45, 0x44, 0x00,//\x2F -> É -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x30 -> O -0x38, 0x55, 0x56, 0x54, 0x08, 0x00,//\x31 -> è -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x32 -> N -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x33 -> : -0x08, 0x14, 0x14, 0x14, 0x7c, 0x00,//\x34 -> q -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x35 -> M -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x36 -> H -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x37 -> E -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x38 -> z -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x39 -> F -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3A -> U -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x3B -> - -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3C -> ! -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3D -> L -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x3E -> " -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x3F -> I -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x40 -> x -0x20, 0x55, 0x56, 0x54, 0x78, 0x00,//\x41 -> à -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x42 -> , -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x43 -> G -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x44 -> k -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x45 -> W -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x46 -> + -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x47 -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x48 -> Z -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x49 -> ? -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x4A -> j -}; -// ---- Français ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x26\x15\x16\x13\x1A\x0C\x0D\x17\x1E\x0E\x12\x10\x19\x0C\x11\x0F\x0E\x0F\x10\x15\x11\x25\x0D\x2E\x31\x29\x12\x0C\x0D\x12\x0E\x0D\x0F\x0C\x11\x14\x10\x15\x11\x0D\x17\x0C\x0D\x1A\x15\x16\x1B\x16\x13\x0C\x0D\x2D\x1F\x20\x22\x03\x02\x2C\x0D\x26\x22\x05\x25\x05\x2C\x0D\x1B\x0E\x13\x0D\x1A\x0C\x12\x12\x16\x12\x0C\x14\x2B", - /* SleepTemperature */ "\x24\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C\x0D\x0C\x11\x0D\x1C\x0C\x10\x12\x12\x0C\x0D\x2D\x20\x2B", - /* SleepTimeout */ "\x1F\x18\x12\x0E\x10\x0D\x0E\x1C\x0E\x11\x0F\x0D\x19\x10\x14\x0C\x0D\x0C\x11\x0D\x1C\x0C\x10\x12\x12\x0C\x0D\x2D\x35\x10\x11\x16\x0F\x0C\x14\x2B", - /* ShutdownTimeout */ "\x1F\x18\x12\x0E\x10\x0D\x0E\x1C\x0E\x11\x0F\x0D\x0C\x40\x0F\x10\x11\x1A\x0F\x10\x15\x11\x0D\x2D\x35\x10\x11\x16\x0F\x0C\x14\x2B", - /* MotionSensitivity */ "\x26\x0C\x11\x14\x10\x28\x10\x12\x10\x0F\x18\x0D\x17\x16\x0D\x1A\x0E\x1B\x0F\x0C\x16\x13\x0D\x17\x0C\x0D\x19\x15\x16\x1C\x0C\x19\x0C\x11\x0F\x0D\x2D\x02\x22\x3F\x11\x0E\x1A\x0F\x10\x1D\x0D\x03\x22\x23\x0C\x16\x0D\x14\x0C\x11\x14\x10\x28\x12\x0C\x0D\x0B\x22\x24\x13\x0C\x14\x0D\x14\x0C\x11\x14\x10\x28\x12\x0C\x2B", - /* TemperatureUnit */ "\x3A\x11\x10\x0F\x18\x0D\x17\x0C\x0D\x0F\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C\x0D\x2D\x20\x22\x20\x0C\x12\x14\x10\x16\x14\x0D\x39\x22\x39\x0E\x2A\x13\x0C\x11\x2A\x0C\x10\x0F\x2B", - /* AdvancedIdle */ "\x21\x1D\x1D\x10\x1A\x2A\x0C\x13\x0D\x17\x0C\x14\x0D\x10\x11\x1D\x15\x13\x19\x0E\x0F\x10\x15\x11\x14\x0D\x17\x18\x0F\x0E\x10\x12\x12\x18\x0C\x14\x0D\x12\x15\x13\x14\x0D\x17\x0C\x0D\x12\x0E\x0D\x1C\x0C\x10\x12\x12\x0C\x25", - /* DisplayRotation */ "\x30\x13\x10\x0C\x11\x0F\x0E\x0F\x10\x15\x11\x0D\x17\x0C\x0D\x12\x1E\x0E\x1D\x1D\x10\x1A\x2A\x0E\x29\x0C\x0D\x2D\x21\x22\x21\x16\x0F\x15\x19\x0E\x0F\x10\x34\x16\x0C\x0D\x43\x22\x43\x0E\x16\x1A\x2A\x0C\x13\x0D\x1F\x22\x1F\x13\x15\x10\x0F\x10\x0C\x13\x2B", - /* BoostEnabled */ "\x21\x1A\x0F\x10\x1C\x0C\x13\x0D\x12\x0C\x0D\x19\x15\x17\x0C\x0D\x3E\x27\x15\x15\x14\x0F\x3E\x0D\x0C\x11\x0D\x19\x0E\x10\x11\x0F\x0C\x11\x0E\x11\x0F\x0D\x12\x0C\x0D\x28\x15\x16\x0F\x15\x11\x0D\x17\x0C\x0D\x17\x0C\x1C\x0E\x11\x0F\x0D\x1B\x0C\x11\x17\x0E\x11\x0F\x0D\x12\x0E\x0D\x14\x15\x16\x17\x16\x13\x0C", - /* BoostTemperature */ "\x24\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C\x0D\x17\x16\x0D\x19\x15\x17\x0C\x0D\x3E\x27\x15\x15\x14\x0F\x3E", - /* AutoStart */ "\x1F\x18\x19\x0E\x13\x13\x0C\x13\x0D\x0E\x16\x0F\x15\x19\x0E\x0F\x10\x34\x16\x0C\x19\x0C\x11\x0F\x0D\x12\x0E\x0D\x14\x15\x16\x17\x16\x13\x0C\x0D\x0E\x0D\x12\x1E\x0E\x12\x12\x16\x19\x0E\x29\x0C\x0D\x2D\x21\x22\x21\x1A\x0F\x10\x1C\x18\x42\x0D\x2C\x22\x35\x15\x17\x0C\x0D\x2C\x0C\x10\x12\x12\x0C\x42\x0D\x1F\x22\x1F\x18\x14\x0E\x1A\x0F\x10\x1C\x18\x2B", - /* CooldownBlink */ "\x39\x0E\x10\x13\x0C\x0D\x1A\x12\x10\x29\x11\x15\x0F\x0C\x13\x0D\x12\x0E\x0D\x0F\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C\x0D\x12\x15\x13\x14\x0D\x17\x16\x0D\x13\x0C\x1D\x13\x15\x10\x17\x10\x14\x14\x0C\x19\x0C\x11\x0F\x0D\x0F\x0E\x11\x0F\x0D\x34\x16\x0C\x0D\x12\x0E\x0D\x1B\x0E\x11\x11\x0C\x0D\x0C\x14\x0F\x0D\x1A\x2A\x0E\x16\x17\x0C\x25", - /* TemperatureCalibration */ "\x2F\x0F\x0E\x12\x15\x11\x11\x0C\x13\x0D\x0F\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C\x0D\x17\x0C\x0D\x12\x0E\x0D\x1B\x0E\x11\x11\x0C\x25", - /* SettingsReset */ "\x2E\x18\x10\x11\x10\x0F\x10\x0E\x12\x10\x14\x0C\x13\x0D\x0F\x15\x16\x14\x0D\x12\x0C\x14\x0D\x13\x18\x29\x12\x0E\x29\x0C\x14", - /* VoltageCalibration */ "\x2F\x0F\x0E\x12\x15\x11\x11\x0C\x13\x0D\x0F\x0C\x11\x14\x10\x15\x11\x0D\x17\x1E\x0C\x11\x0F\x13\x18\x0C\x25\x0D\x27\x15\x16\x0F\x15\x11\x14\x0D\x1B\x15\x16\x13\x0D\x0E\x4A\x16\x14\x0F\x0C\x13\x42\x0D\x0E\x1B\x1B\x16\x10\x0D\x12\x15\x11\x29\x0D\x1B\x15\x16\x13\x0D\x34\x16\x10\x0F\x0F\x0C\x13", - /* AdvancedSoldering */ "\x21\x1D\x1D\x10\x1A\x2A\x0C\x13\x0D\x17\x0C\x14\x0D\x10\x11\x1D\x15\x13\x19\x0E\x0F\x10\x15\x11\x14\x0D\x17\x18\x0F\x0E\x10\x12\x12\x18\x0C\x14\x0D\x1B\x0C\x11\x17\x0E\x11\x0F\x0D\x12\x0E\x0D\x14\x15\x16\x17\x16\x13\x0C", - /* ScrollingSpeed */ "\x2C\x10\x0F\x0C\x14\x14\x0C\x0D\x17\x0C\x0D\x17\x18\x1D\x10\x12\x0C\x19\x0C\x11\x0F\x0D\x17\x0C\x0D\x1A\x0C\x0D\x0F\x0C\x40\x0F\x0C\x0D\x0C\x11\x0D\x2D\x2E\x22\x2E\x0E\x1B\x10\x17\x0C\x0D\x3D\x22\x3D\x0C\x11\x0F\x2B", - /* TipModel */ "\x26\x18\x12\x0C\x1A\x0F\x10\x15\x11\x0D\x17\x16\x0D\x19\x15\x17\x31\x12\x0C\x0D\x17\x0C\x0D\x12\x0E\x0D\x1B\x0E\x11\x11\x0C", - /* SimpleCalibrationMode */ "\x20\x0E\x12\x10\x28\x13\x0E\x0F\x10\x15\x11\x0D\x14\x10\x19\x1B\x12\x0C\x0D\x41\x0D\x12\x1E\x0E\x10\x17\x0C\x0D\x17\x1E\x0C\x0E\x16\x0D\x1A\x2A\x0E\x16\x17\x0C", - /* AdvancedCalibrationMode */ "\x20\x0E\x12\x10\x28\x13\x0E\x0F\x10\x15\x11\x0D\x0E\x1C\x0E\x11\x1A\x18\x0C\x14\x0D\x41\x0D\x12\x1E\x0E\x10\x17\x0C\x0D\x17\x1E\x16\x11\x0D\x0F\x2A\x0C\x13\x19\x15\x1A\x15\x16\x1B\x12\x0C\x0D\x14\x16\x13\x0D\x12\x0E\x0D\x1B\x0E\x11\x11\x0C", - /* PowerInput */ "\x23\x16\x10\x14\x14\x0E\x11\x1A\x0C\x0D\x17\x0C\x0D\x12\x1E\x0E\x12\x10\x19\x0C\x11\x0F\x0E\x0F\x10\x15\x11\x0D\x16\x0F\x10\x12\x10\x14\x18\x0C", -}; - -const char* SettingsCalibrationDone = "\x20\x0E\x12\x10\x28\x13\x0E\x0F\x10\x15\x11\x0D\x0C\x1D\x1D\x0C\x1A\x0F\x16\x18\x0C\x3C"; -const char* SettingsCalibrationWarning = "\x21\x14\x14\x16\x13\x0C\x38\x3B\x1C\x15\x16\x14\x0D\x34\x16\x0C\x0D\x12\x0E\x0D\x1B\x0E\x11\x11\x0C\x0D\x14\x15\x10\x0F\x0D\x41\x0D\x0F\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C\x0D\x0E\x19\x28\x10\x0E\x11\x0F\x0C\x0D\x0E\x1C\x0E\x11\x0F\x0D\x17\x0C\x0D\x1A\x15\x11\x0F\x10\x11\x16\x0C\x13\x3C"; -const char* SettingsResetWarning = "\x2C\x15\x16\x12\x0C\x38\x3B\x1C\x15\x16\x14\x0D\x1C\x13\x0E\x10\x19\x0C\x11\x0F\x0D\x13\x18\x10\x11\x10\x0F\x10\x0E\x12\x10\x14\x0C\x13\x0D\x12\x0C\x14\x0D\x1B\x0E\x13\x0E\x19\x31\x0F\x13\x0C\x14\x0D\x0E\x16\x40\x0D\x1C\x0E\x12\x0C\x16\x13\x14\x0D\x17\x1E\x16\x14\x10\x11\x0C\x49"; -const char* UVLOWarningString = "\x1F\x20\x0D\x39\x21\x3F\x27\x3D"; -const char* UndervoltageString = "\x26\x15\x16\x14\x3B\x0F\x0C\x11\x14\x10\x15\x11"; -const char* InputVoltageString = "\x2C\x0D\x17\x1E\x0C\x11\x0F\x13\x18\x0C\x33"; -const char* WarningTipTempString = "\x24\x0C\x19\x1B\x25\x0D\x23\x0E\x11\x11\x0C\x33"; -const char* BadTipString = "\x23\x21\x32\x32\x37\x0D\x36\x26"; -const char* SleepingSimpleString = "\x48\x38\x38\x38"; -const char* SleepingAdvancedString = "\x37\x11\x0D\x1C\x0C\x10\x12\x12\x0C\x25\x25\x25"; -const char* WarningSimpleString = "\x36\x30\x24\x3C"; -const char* WarningAdvancedString = "\x21\x24\x24\x37\x32\x24\x3F\x30\x32\x3C\x0D\x20\x36\x21\x3A\x1F"; -const char* SleepingTipAdvancedString = "\x23\x0E\x11\x11\x0C\x33"; -const char* IdleTipString = "\x24\x10\x1B\x33"; -const char* IdleSetString = "\x0D\x26\x0C\x0F\x33"; -const char* TipDisconnectedString = "\x23\x21\x32\x32\x37\x0D\x1F\x2F\x27\x2E\x21\x32\x20\x36\x2F\x37"; -const char* SolderingAdvancedPowerPrompt = "\x23\x16\x10\x14\x14\x0E\x11\x1A\x0C\x33\x0D"; -const char* OffString = "\x30\x1D\x1D"; -const char* ResetOKMessage = "\x2E\x0C\x14\x0C\x0F\x0D\x30\x47"; - -const char* SettingRightChar = "\x1F"; -const char* SettingLeftChar = "\x43"; -const char* SettingAutoChar = "\x21"; -const char* SettingFastChar = "\x2E"; -const char* SettingSlowChar = "\x3D"; - -const char* SymbolPlus = "\x46"; -const char* SymbolMinus = "\x3B"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x25"; -const char* SymbolDegC = "\x20"; -const char* SymbolDegF = "\x39"; -const char* SymbolMinutes = "\x35"; -const char* SymbolSeconds = "\x26"; -const char* SymbolWatts = "\x45"; -const char* SymbolVolts = "\x2C"; -const char* SymbolDC = "\x1F\x20"; -const char* SymbolCellCount = "\x26"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x27\x02\x04", - "\x1F\x04\x06", - "\x27\x20\x04", - "\x0D\x20\x03", - "\x24\x26\x03\x02\x02", - "\x27\x20\x04", - "\x36\x0E\x44\x44\x15", - "\x3A\x14\x0C\x13", -#else - "\x27\x02\x04", - "\x1F\x04\x07", - "\x24\x26\x0A\x02", - "\x3A\x14\x0C\x13", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x26\x15\x16\x13\x1A\x0C", "\x17\x1E\x0E\x12\x10\x19" }, - /* SleepTemperature */ { "\x24\x0C\x19\x1B\x25", "\x1C\x0C\x10\x12\x12\x0C" }, - /* SleepTimeout */ { "\x1F\x18\x12\x0E\x10", "\x1C\x0C\x10\x12\x12\x0C" }, - /* ShutdownTimeout */ { "\x1F\x18\x12\x0E\x10", "\x0C\x40\x0F\x10\x11\x1A\x0F\x10\x15\x11" }, - /* MotionSensitivity */ { "\x26\x0C\x11\x14\x10\x28\x10\x12\x10\x0F\x18", "\x0E\x16\x0D\x19\x15\x16\x1C\x0C\x19\x0C\x11\x0F" }, - /* TemperatureUnit */ { "\x3A\x11\x10\x0F\x18\x0D\x17\x0C", "\x0F\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C" }, - /* AdvancedIdle */ { "\x2F\x1A\x13\x0E\x11\x0D\x1C\x0C\x10\x12\x12\x0C", "\x17\x18\x0F\x0E\x10\x12\x12\x18" }, - /* DisplayRotation */ { "\x30\x13\x10\x0C\x11\x0F\x0E\x0F\x10\x15\x11", "\x17\x0C\x0D\x12\x1E\x18\x1A\x13\x0E\x11" }, - /* BoostEnabled */ { "\x21\x1A\x0F\x10\x1C\x0E\x0F\x10\x15\x11\x0D\x17\x16", "\x19\x15\x17\x0C\x0D\x27\x15\x15\x14\x0F" }, - /* BoostTemperature */ { "\x24\x0C\x19\x1B\x25", "\x27\x15\x15\x14\x0F" }, - /* AutoStart */ { "\x1F\x18\x19\x0E\x13\x13\x0E\x29\x0C", "\x0E\x16\x0F\x15\x19\x0E\x0F\x10\x34\x16\x0C" }, - /* CooldownBlink */ { "\x2E\x0C\x1D\x13\x15\x10\x17\x10\x13\x0D\x0C\x11", "\x1A\x12\x10\x29\x11\x15\x0F\x0E\x11\x0F" }, - /* TemperatureCalibration */ { "\x2F\x0F\x0E\x12\x15\x11\x11\x0C\x13", "\x0F\x0C\x19\x1B\x18\x13\x0E\x0F\x16\x13\x0C" }, - /* SettingsReset */ { "\x2E\x18\x10\x11\x10\x0F\x10\x0E\x12\x10\x14\x0E\x0F\x10\x15\x11", "\x17\x1E\x16\x14\x10\x11\x0C" }, - /* VoltageCalibration */ { "\x2F\x0F\x0E\x12\x15\x11\x11\x0C\x13", "\x0F\x0C\x11\x14\x10\x15\x11\x0D\x17\x1E\x0C\x11\x0F\x13\x18\x0C" }, - /* AdvancedSoldering */ { "\x2F\x1A\x13\x0E\x11\x0D\x14\x15\x16\x17\x16\x13\x0C", "\x17\x18\x0F\x0E\x10\x12\x12\x18" }, - /* ScrollingSpeed */ { "\x2C\x10\x0F\x0C\x14\x14\x0C\x0D\x17\x0C", "\x17\x18\x1D\x10\x12\x0C\x19\x0C\x11\x0F" }, - /* TipModel */ { "\x23\x0E\x11\x11\x0C", "\x35\x15\x17\x31\x12\x0C" }, - /* SimpleCalibrationMode */ { "\x20\x0E\x12\x10\x28\x13\x0E\x0F\x10\x15\x11", "\x14\x10\x19\x1B\x12\x0C" }, - /* AdvancedCalibrationMode */ { "\x20\x0E\x12\x10\x28\x13\x0E\x0F\x10\x15\x11", "\x0E\x1C\x0E\x11\x1A\x18\x0C\x14" }, - /* PowerInput */ { "\x23\x16\x10\x14\x14\x0E\x11\x1A\x0C\x0D\x17\x0C", "\x12\x1E\x0E\x12\x10\x19\x0C\x11\x0F\x0E\x0F\x10\x15\x11" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x23\x0E\x13\x0E\x19\x31\x0F\x13\x0C\x14\x01\x17\x0C\x0D\x14\x15\x16\x17\x16\x13\x0C", - /* PowerSavingMenu */ "\x35\x15\x17\x0C\x01\x1C\x0C\x10\x12\x12\x0C", - /* UIMenu */ "\x3F\x11\x0F\x0C\x13\x1D\x0E\x1A\x0C\x01\x16\x0F\x10\x12\x10\x14\x0E\x0F\x0C\x16\x13", - /* AdvancedMenu */ "\x30\x1B\x0F\x10\x15\x11\x14\x01\x0E\x1C\x0E\x11\x1A\x18\x0C\x14", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x23\x0E\x13\x0E\x19\x31\x0F\x13\x0C\x14\x0D\x17\x0C\x0D\x14\x15\x16\x17\x16\x13\x0C", - /* PowerSavingMenu */ "\x23\x0E\x13\x0E\x19\x31\x0F\x13\x0C\x14\x0D\x17\x1E\x18\x1A\x15\x11\x15\x19\x10\x0C\x0D\x17\x1E\x18\x11\x0C\x13\x29\x10\x0C", - /* UIMenu */ "\x23\x0E\x13\x0E\x19\x31\x0F\x13\x0C\x14\x0D\x17\x0C\x0D\x12\x1E\x10\x11\x0F\x0C\x13\x1D\x0E\x1A\x0C\x0D\x16\x0F\x10\x12\x10\x14\x0E\x0F\x0C\x16\x13", - /* AdvancedMenu */ "\x30\x1B\x0F\x10\x15\x11\x14\x0D\x0E\x1C\x0E\x11\x1A\x18\x0C\x14", -}; - -#endif - -#ifdef LANG_HR -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0C -> a -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0E -> e -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0F -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x10 -> n -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x11 -> j -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x12 -> r -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x13 -> o -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x14 -> t -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x15 -> l -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x16 -> k -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x17 -> p -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x18 -> m -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x19 -> s -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1A -> v -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x1B -> u -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x1C -> d -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1D -> . -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x1E -> g -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1F -> c -0x00,0x80,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x20 -> č -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x21 -> h -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x22 -> V -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x23 -> z -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x24 -> B -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x25 -> b -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x26 -> P -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x27 -> S -0x00,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x28 -> š -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x29 -> A -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x2A -> N -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x2B -> , -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2C -> K -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x2D -> = -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2E -> O -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2F -> D -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x30 -> R -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x31 -> > -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x32 -> C -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x33 -> < -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x34 -> J -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x35 -> U -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x36 -> T -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x37 -> E -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x38 -> : -0x00,0x80,0xC0,0xE0,0x60,0x60,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x39 -> ć -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3A -> I -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3B -> ! -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3C -> L -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3D -> f -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x3E -> M -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3F -> F -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE4,0xC4,0xFF,0xFF,0x04,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x40 -> đ -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x41 -> H -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x42 -> Z -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x43 -> / -0x00,0x80,0xE0,0x70,0x38,0x18,0x1A,0x1B,0x39,0x70,0x60,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x44 -> Ć -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x45 -> - -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x46 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x47 -> ( -0x00,0x60,0x60,0x64,0x6C,0x68,0xEC,0xE4,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x48 -> ž -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x49 -> W -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x4A -> + -0x00,0x60,0xF0,0xF8,0x99,0x9B,0x9A,0x9B,0x99,0x30,0x20,0x00,0x00,0x0C,0x1C,0x39,0x31,0x31,0x31,0x31,0x3B,0x1F,0x0E,0x00,//\x4B -> Š -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x4C -> ? -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0C -> a -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> e -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x0F -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x10 -> n -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x11 -> j -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x12 -> r -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x13 -> o -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x14 -> t -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x15 -> l -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x16 -> k -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x17 -> p -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x18 -> m -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x19 -> s -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1A -> v -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x1B -> u -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x1C -> d -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1D -> . -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x1E -> g -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1F -> c -0x38, 0x45, 0x46, 0x45, 0x20, 0x00,//\x20 -> č -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x21 -> h -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x22 -> V -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x23 -> z -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x24 -> B -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x25 -> b -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x26 -> P -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x27 -> S -0x48, 0x55, 0x56, 0x55, 0x24, 0x00,//\x28 -> š -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x29 -> A -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x2A -> N -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x2B -> , -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2C -> K -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x2D -> = -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2E -> O -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x2F -> D -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x30 -> R -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x31 -> > -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x32 -> C -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x33 -> < -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x34 -> J -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x35 -> U -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x36 -> T -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x37 -> E -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x38 -> : -0x38, 0x44, 0x46, 0x45, 0x20, 0x00,//\x39 -> ć -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x3A -> I -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3B -> ! -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3C -> L -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x3D -> f -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x3E -> M -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x3F -> F -0x38, 0x44, 0x44, 0x4A, 0x7F, 0x00,//\x40 -> đ -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x41 -> H -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x42 -> Z -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x43 -> / -0x38, 0x44, 0x46, 0x45, 0x28, 0x00,//\x44 -> Ć -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x45 -> - -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x46 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x47 -> ( -0x44, 0x65, 0x56, 0x4d, 0x44, 0x00,//\x48 -> ž -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x49 -> W -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x4A -> + -0x08, 0x55, 0x56, 0x55, 0x20, 0x00,//\x4B -> Š -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x4C -> ? -}; -// ---- Hrvatski ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x3A\x23\x1A\x13\x12\x0D\x10\x0C\x17\x0C\x11\x0C\x10\x11\x0C\x1D\x0D\x26\x13\x19\x14\x0C\x1A\x15\x11\x0C\x0D\x10\x0C\x17\x13\x10\x0D\x0F\x19\x16\x15\x11\x1B\x20\x0F\x1A\x0C\x10\x11\x0C\x1D\x0D\x33\x2F\x32\x0D\x03\x02\x22\x31\x0D\x33\x27\x0D\x05\x1D\x05\x22\x0D\x17\x13\x0D\x39\x0E\x15\x0F\x11\x0F\x31", - /* SleepTemperature */ "\x36\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0C\x0D\x10\x0C\x0D\x16\x13\x11\x1B\x0D\x19\x0E\x0D\x19\x17\x1B\x28\x14\x0C\x0D\x15\x0E\x18\x0F\x15\x0F\x1F\x0C\x0D\x10\x0C\x16\x13\x10\x0D\x13\x1C\x12\x0E\x40\x0E\x10\x13\x1E\x0D\x1A\x12\x0E\x18\x0E\x10\x0C\x0D\x18\x0F\x12\x13\x1A\x0C\x10\x11\x0C\x1D\x0D\x33\x32\x43\x3F\x31", - /* SleepTimeout */ "\x22\x12\x0F\x11\x0E\x18\x0E\x0D\x18\x0F\x12\x13\x1A\x0C\x10\x11\x0C\x0D\x10\x0C\x16\x13\x10\x0D\x16\x13\x11\x0E\x1E\x0C\x0D\x15\x0E\x18\x0F\x15\x0F\x1F\x0C\x0D\x19\x17\x1B\x28\x14\x0C\x0D\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x1B\x1D\x0D\x33\x3E\x0F\x10\x1B\x14\x0E\x43\x27\x0E\x16\x1B\x10\x1C\x0E\x31", - /* ShutdownTimeout */ "\x22\x12\x0F\x11\x0E\x18\x0E\x0D\x18\x0F\x12\x13\x1A\x0C\x10\x11\x0C\x0D\x10\x0C\x16\x13\x10\x0D\x16\x13\x11\x0E\x1E\x0C\x0D\x39\x0E\x0D\x19\x0E\x0D\x15\x0E\x18\x0F\x15\x0F\x1F\x0C\x0D\x1B\x1E\x0C\x19\x0F\x14\x0F\x1D\x0D\x33\x3E\x0F\x10\x1B\x14\x0E\x31", - /* MotionSensitivity */ "\x2E\x19\x11\x0E\x14\x15\x11\x0F\x1A\x13\x19\x14\x0D\x17\x12\x0E\x17\x13\x23\x10\x0C\x1A\x0C\x10\x11\x0C\x0D\x17\x13\x16\x12\x0E\x14\x0C\x1D\x0D\x33\x02\x2D\x35\x1E\x0C\x28\x0E\x10\x13\x2B\x0D\x03\x2D\x2A\x0C\x11\x18\x0C\x10\x11\x0E\x0D\x13\x19\x11\x0E\x14\x15\x11\x0F\x1A\x13\x2B\x0D\x0B\x2D\x2A\x0C\x11\x13\x19\x11\x0E\x14\x15\x11\x0F\x1A\x0F\x11\x0E\x31", - /* TemperatureUnit */ "\x34\x0E\x1C\x0F\x10\x0F\x1F\x0C\x0D\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0E\x1D\x0D\x33\x32\x2D\x32\x0E\x15\x23\x0F\x11\x2B\x0D\x3F\x2D\x3F\x0C\x21\x12\x0E\x10\x21\x0E\x0F\x14\x31", - /* AdvancedIdle */ "\x26\x12\x0F\x16\x0C\x23\x0F\x1A\x0C\x10\x11\x0E\x0D\x1C\x0E\x14\x0C\x15\x11\x10\x0F\x21\x0D\x0F\x10\x3D\x13\x12\x18\x0C\x1F\x0F\x11\x0C\x0D\x14\x0F\x11\x0E\x16\x13\x18\x0D\x20\x0E\x16\x0C\x10\x11\x0C\x1D", - /* DisplayRotation */ "\x2E\x12\x0F\x11\x0E\x10\x14\x0C\x1F\x0F\x11\x0C\x0D\x0E\x16\x12\x0C\x10\x0C\x1D\x0D\x33\x29\x2D\x29\x1B\x14\x13\x18\x0C\x14\x19\x16\x0F\x2B\x0D\x3C\x2D\x3C\x11\x0E\x1A\x13\x12\x1B\x16\x0F\x2B\x0D\x2F\x2D\x2F\x0E\x19\x10\x13\x12\x1B\x16\x0F\x31", - /* BoostEnabled */ "\x2F\x12\x48\x0C\x10\x11\x0E\x18\x0D\x17\x12\x0E\x1C\x10\x11\x0E\x1E\x0D\x1E\x1B\x18\x25\x0C\x0D\x17\x12\x0F\x15\x0F\x16\x13\x18\x0D\x15\x0E\x18\x15\x11\x0E\x10\x11\x0C\x0D\x0C\x16\x14\x0F\x1A\x0F\x12\x0C\x0D\x19\x0E\x0D\x17\x13\x11\x0C\x20\x0C\x10\x0F\x0D\x47\x24\x13\x13\x19\x14\x46\x0D\x10\x0C\x20\x0F\x10\x1D", - /* BoostTemperature */ "\x36\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0C\x0D\x1B\x0D\x17\x13\x11\x0C\x20\x0C\x10\x13\x18\x0D\x47\x24\x13\x13\x19\x14\x46\x0D\x10\x0C\x20\x0F\x10\x1B\x1D", - /* AutoStart */ "\x29\x16\x13\x0D\x11\x0E\x0D\x0C\x16\x14\x0F\x1A\x10\x13\x2B\x0D\x15\x0E\x18\x0F\x15\x0F\x1F\x0C\x0D\x17\x13\x0D\x1B\x16\x15\x11\x1B\x20\x0F\x1A\x0C\x10\x11\x1B\x0D\x10\x0C\x17\x0C\x11\x0C\x10\x11\x0C\x0D\x13\x1C\x18\x0C\x21\x0D\x17\x13\x20\x0F\x10\x11\x0E\x0D\x1E\x12\x0F\x11\x0C\x14\x0F\x1D", - /* CooldownBlink */ "\x24\x15\x11\x0E\x19\x16\x0C\x10\x11\x0E\x0D\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0E\x0D\x17\x12\x0F\x15\x0F\x16\x13\x18\x0D\x21\x15\x0C\x40\x0E\x10\x11\x0C\x2B\x0D\x0C\x16\x13\x0D\x11\x0E\x0D\x15\x0E\x18\x0F\x15\x0F\x1F\x0C\x0D\x1A\x12\x1B\x39\x0C\x1D", - /* TemperatureCalibration */ "\x2C\x0C\x15\x0F\x25\x12\x0F\x12\x0C\x10\x11\x0E\x0D\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0E\x0D\x18\x11\x0E\x12\x0F\x0D\x12\x0C\x23\x15\x0F\x16\x1B\x0D\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0C\x0D\x1A\x12\x28\x16\x0C\x0D\x0F\x0D\x1C\x12\x28\x16\x0E\x2B\x0D\x1C\x13\x16\x0D\x11\x0E\x0D\x15\x0E\x18\x0F\x15\x0F\x1F\x0C\x0D\x21\x15\x0C\x1C\x10\x0C\x1D", - /* SettingsReset */ "\x22\x12\x0C\x39\x0C\x10\x11\x0E\x0D\x19\x1A\x0F\x21\x0D\x17\x13\x19\x14\x0C\x1A\x16\x0F\x0D\x10\x0C\x0D\x14\x1A\x13\x12\x10\x0F\x20\x16\x0E\x0D\x1A\x12\x0F\x11\x0E\x1C\x10\x13\x19\x14\x0F\x1D", - /* VoltageCalibration */ "\x2C\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C\x0D\x1B\x15\x0C\x23\x10\x13\x1E\x0D\x10\x0C\x17\x13\x10\x0C\x1D\x0D\x26\x13\x1C\x0E\x28\x0C\x1A\x0C\x10\x11\x0E\x0D\x1E\x1B\x18\x25\x0F\x18\x0C\x2B\x0D\x1C\x1B\x1E\x0C\x20\x16\x0F\x0D\x17\x12\x0F\x14\x0F\x19\x0C\x16\x0D\x23\x0C\x0D\x16\x12\x0C\x11\x1D", - /* AdvancedSoldering */ "\x26\x12\x0F\x16\x0C\x23\x0F\x1A\x0C\x10\x11\x0E\x0D\x1C\x0E\x14\x0C\x15\x11\x10\x0F\x21\x0D\x0F\x10\x3D\x13\x12\x18\x0C\x1F\x0F\x11\x0C\x0D\x14\x0F\x11\x0E\x16\x13\x18\x0D\x15\x0E\x18\x15\x11\x0E\x10\x11\x0C\x1D", - /* ScrollingSpeed */ "\x24\x12\x23\x0F\x10\x0C\x0D\x16\x12\x0E\x14\x0C\x10\x11\x0C\x0D\x1C\x1B\x1E\x0C\x20\x16\x0F\x21\x0D\x17\x13\x12\x1B\x16\x0C\x1D\x0D\x33\x24\x2D\x25\x12\x23\x13\x2B\x0D\x27\x2D\x19\x17\x13\x12\x13\x31", - /* TipModel */ "\x2E\x1C\x0C\x25\x0F\x12\x0D\x18\x13\x1C\x0E\x15\x0C\x0D\x15\x0E\x18\x10\x13\x1E\x0D\x1A\x12\x21\x0C", - /* SimpleCalibrationMode */ "\x2C\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C\x0D\x16\x0F\x17\x1B\x39\x13\x18\x0D\x1A\x13\x1C\x13\x18", - /* AdvancedCalibrationMode */ "\x2C\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C\x0D\x16\x13\x12\x0F\x28\x14\x0E\x10\x11\x0E\x18\x0D\x14\x0E\x12\x18\x13\x45\x0E\x15\x0E\x18\x0E\x10\x14\x0C", - /* PowerInput */ "\x27\x10\x0C\x1E\x0C\x0D\x18\x13\x1C\x1B\x15\x0C\x0D\x23\x0C\x0D\x10\x0C\x17\x0C\x11\x0C\x10\x11\x0E", -}; - -const char* SettingsCalibrationDone = "\x2C\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C\x0D\x1E\x13\x14\x13\x1A\x0C\x3B"; -const char* SettingsCalibrationWarning = "\x26\x12\x13\x1A\x11\x0E\x12\x0F\x14\x0E\x0D\x1C\x0C\x0D\x11\x0E\x0D\x1A\x12\x28\x0C\x16\x0D\x13\x21\x15\x0C\x40\x0E\x10\x0D\x10\x0C\x0D\x19\x13\x25\x10\x1B\x0D\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x1B\x0D\x17\x12\x0F\x11\x0E\x0D\x10\x0E\x1E\x13\x0D\x28\x14\x13\x0D\x10\x0C\x19\x14\x0C\x1A\x0F\x14\x0E\x3B"; -const char* SettingsResetWarning = "\x34\x0E\x19\x14\x0E\x0D\x15\x0F\x0D\x19\x0F\x1E\x1B\x12\x10\x0F\x0D\x1C\x0C\x0D\x48\x0E\x15\x0F\x14\x0E\x0D\x19\x1A\x0E\x0D\x17\x13\x19\x14\x0C\x1A\x16\x0E\x0D\x1A\x12\x0C\x14\x0F\x14\x0F\x0D\x10\x0C\x0D\x14\x1A\x13\x12\x10\x0F\x20\x16\x0E\x0D\x1A\x12\x0F\x11\x0E\x1C\x10\x13\x19\x14\x0F\x4C"; -const char* UVLOWarningString = "\x24\x29\x36\x37\x30\x3A\x34\x29"; -const char* UndervoltageString = "\x26\x30\x37\x2A\x3A\x42\x29\x2C\x0D\x2A\x29\x26\x2E\x2A"; -const char* InputVoltageString = "\x2A\x0C\x17\x0C\x11\x0C\x10\x11\x0E\x38\x0D"; -const char* WarningTipTempString = "\x36\x0E\x18\x17\x0D\x1A\x12\x21\x0C\x38\x0D"; -const char* BadTipString = "\x3C\x2E\x4B\x0D\x22\x30\x41"; -const char* SleepingSimpleString = "\x42\x23\x23\x0D"; -const char* SleepingAdvancedString = "\x27\x26\x29\x22\x29\x2A\x34\x37\x1D\x1D\x1D"; -const char* WarningSimpleString = "\x22\x30\x35\x44"; -const char* WarningAdvancedString = "\x2E\x26\x30\x37\x42\x2B\x0D\x22\x30\x35\x44\x37\x3B"; -const char* SleepingTipAdvancedString = "\x22\x12\x21\x38\x0D"; -const char* IdleTipString = "\x22\x12\x21\x38\x0D"; -const char* IdleSetString = "\x0D\x43\x0D"; -const char* TipDisconnectedString = "\x22\x30\x41\x0D\x2A\x3A\x34\x37\x0D\x27\x26\x2E\x34\x37\x2A\x3B"; -const char* SolderingAdvancedPowerPrompt = "\x27\x10\x0C\x1E\x0C\x38\x0D"; -const char* OffString = "\x2E\x3D\x3D"; -const char* ResetOKMessage = "\x30\x0E\x19\x0E\x14\x0D\x2E\x2C"; - -const char* SettingRightChar = "\x2F"; -const char* SettingLeftChar = "\x3C"; -const char* SettingAutoChar = "\x29"; -const char* SettingFastChar = "\x24"; -const char* SettingSlowChar = "\x27"; - -const char* SymbolPlus = "\x4A"; -const char* SymbolMinus = "\x45"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x1D"; -const char* SymbolDegC = "\x32"; -const char* SymbolDegF = "\x3F"; -const char* SymbolMinutes = "\x3E"; -const char* SymbolSeconds = "\x27"; -const char* SymbolWatts = "\x49"; -const char* SymbolVolts = "\x22"; -const char* SymbolDC = "\x2F\x32"; -const char* SymbolCellCount = "\x27"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x24\x02\x04", - "\x2F\x04\x06", - "\x24\x32\x04", - "\x0D\x32\x03", - "\x36\x27\x03\x02\x02", - "\x24\x32\x04", - "\x41\x0C\x16\x16\x13", - "\x35\x19\x0E\x12", -#else - "\x24\x02\x04", - "\x2F\x04\x07", - "\x36\x27\x0A\x02", - "\x35\x19\x0E\x12", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x3A\x23\x1A\x13\x12", "\x10\x0C\x17\x0C\x11\x0C\x10\x11\x0C" }, - /* SleepTemperature */ { "\x36\x0E\x18\x17", "\x19\x17\x0C\x1A\x0C\x10\x11\x0C" }, - /* SleepTimeout */ { "\x22\x12\x0F\x11\x0E\x18\x0E", "\x19\x17\x0C\x1A\x0C\x10\x11\x0C" }, - /* ShutdownTimeout */ { "\x22\x12\x0F\x11\x0E\x18\x0E", "\x1E\x0C\x28\x0E\x10\x11\x0C" }, - /* MotionSensitivity */ { "\x2E\x19\x11\x0E\x14\x15\x11\x0F\x1A\x13\x19\x14", "\x17\x13\x16\x12\x0E\x14\x0C" }, - /* TemperatureUnit */ { "\x34\x0E\x1C\x0F\x10\x0F\x1F\x0C", "\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0E" }, - /* AdvancedIdle */ { "\x2F\x0E\x14\x0C\x15\x11\x0F", "\x17\x12\x0F\x0D\x20\x0E\x16\x0C\x10\x11\x1B" }, - /* DisplayRotation */ { "\x30\x13\x14\x0C\x1F\x0F\x11\x0C", "\x0E\x16\x12\x0C\x10\x0C" }, - /* BoostEnabled */ { "\x24\x13\x13\x19\x14", "\x10\x0C\x20\x0F\x10" }, - /* BoostTemperature */ { "\x24\x13\x13\x19\x14", "\x14\x0E\x18\x17" }, - /* AutoStart */ { "\x29\x1B\x14\x13", "\x19\x14\x0C\x12\x14" }, - /* CooldownBlink */ { "\x35\x17\x13\x23\x13\x12\x0E\x10\x11\x0E", "\x17\x12\x0F\x0D\x21\x15\x0C\x40\x0E\x10\x11\x1B" }, - /* TemperatureCalibration */ { "\x2C\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C", "\x14\x0E\x18\x17\x0E\x12\x0C\x14\x1B\x12\x0E" }, - /* SettingsReset */ { "\x36\x1A\x13\x12\x10\x0F\x20\x16\x0E", "\x17\x13\x19\x14\x0C\x1A\x16\x0E" }, - /* VoltageCalibration */ { "\x2C\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C", "\x10\x0C\x17\x13\x10\x0C\x0D\x10\x0C\x17\x0C\x11\x0C\x10\x11\x0C" }, - /* AdvancedSoldering */ { "\x2F\x0E\x14\x0C\x15\x11\x0F", "\x17\x12\x0F\x0D\x15\x0E\x18\x15\x11\x0E\x10\x11\x1B" }, - /* ScrollingSpeed */ { "\x24\x12\x23\x0F\x10\x0C", "\x17\x13\x12\x1B\x16\x0C" }, - /* TipModel */ { "\x3E\x13\x1C\x0E\x15", "\x22\x12\x21\x0C" }, - /* SimpleCalibrationMode */ { "\x34\x0E\x1C\x10\x13\x19\x14\x0C\x1A\x10\x0C", "\x16\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C" }, - /* AdvancedCalibrationMode */ { "\x2A\x0C\x17\x12\x0E\x1C\x10\x0C", "\x16\x0C\x15\x0F\x25\x12\x0C\x1F\x0F\x11\x0C" }, - /* PowerInput */ { "\x27\x10\x0C\x1E\x0C", "\x10\x0C\x17\x0C\x11\x0C\x10\x11\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x26\x13\x19\x14\x0C\x1A\x16\x0E\x01\x15\x0E\x18\x15\x11\x0E\x10\x11\x0C", - /* PowerSavingMenu */ "\x35\x28\x14\x0E\x1C\x0C\x01\x0E\x10\x0E\x12\x1E\x0F\x11\x0E", - /* UIMenu */ "\x2C\x13\x12\x0F\x19\x10\x0F\x20\x16\x13\x01\x19\x1B\x20\x0E\x15\x11\x0E", - /* AdvancedMenu */ "\x2A\x0C\x17\x12\x0E\x1C\x10\x0E\x01\x13\x17\x1F\x0F\x11\x0E", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x26\x13\x19\x14\x0C\x1A\x16\x0E\x0D\x17\x12\x0F\x0D\x15\x0E\x18\x15\x11\x0E\x10\x11\x1B", - /* PowerSavingMenu */ "\x26\x13\x19\x14\x0C\x1A\x16\x0E\x0D\x19\x17\x0C\x1A\x0C\x10\x11\x0C\x0D\x0F\x0D\x28\x14\x0E\x1C\x10\x11\x0E\x0D\x0E\x10\x0E\x12\x1E\x0F\x11\x0E", - /* UIMenu */ "\x26\x13\x19\x14\x0C\x1A\x16\x0E\x0D\x16\x13\x12\x0F\x19\x10\x0F\x20\x16\x13\x1E\x0D\x19\x1B\x20\x0E\x15\x11\x0C", - /* AdvancedMenu */ "\x35\x17\x12\x0C\x1A\x15\x11\x0C\x10\x11\x0E\x0D\x10\x0C\x17\x12\x0E\x1C\x10\x0F\x18\x0D\x13\x17\x1F\x0F\x11\x0C\x18\x0C", -}; - -#endif - -#ifdef LANG_HU -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0D -> e -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0E -> l -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x0F -> s -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x10 -> t -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x11 -> a -0x00,0x00,0x40,0x60,0x68,0x6C,0x66,0x62,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x12 -> á -0x00,0x80,0xC0,0xE0,0x60,0x68,0x6C,0x66,0x62,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x13 -> é -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x14 -> r -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x15 -> k -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x16 -> o -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x17 -> z -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x18 -> g -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x19 -> i -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1A -> b -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x1B -> n -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1C -> m -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x1D -> y -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x1E -> H -0x00,0x00,0x00,0x00,0x68,0xEC,0xE6,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x1F -> í -0x00,0x80,0xC0,0xE0,0x68,0x6C,0x66,0x62,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x20 -> ó -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x21 -> h -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x22 -> A -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x23 -> . -0x00,0x80,0xC0,0xE0,0x68,0x64,0x68,0x64,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x24 -> ő -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x25 -> v -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x26 -> d -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x27 -> S -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x28 -> E -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x29 -> B -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x2A -> f -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x2B -> R -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x2C -> p -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x2D -> F -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2E -> K -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x2F -> j -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x30 -> C -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x31 -> L -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x32 -> c -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x33 -> G -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x34 -> T -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x35 -> V -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0xEC,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x36 -> ö -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x37 -> > -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x38 -> D -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x39 -> < -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x3A -> O -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3B -> I -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x3C -> u -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x3D -> M -0x00,0xE0,0xE0,0x0C,0x0C,0x00,0x00,0x0C,0x0C,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x3E -> ü -0x00,0x80,0xE0,0x70,0x3A,0x19,0x1A,0x39,0x70,0xE0,0x80,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x3F -> Ő -0x00,0x03,0x0F,0x3C,0xF0,0xC0,0xC0,0xF0,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x40 -> Y -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x41 -> : -0x00,0xF8,0xF8,0x98,0x98,0x9C,0x9E,0x9B,0x99,0x18,0x18,0x00,0x00,0x3F,0x3F,0x31,0x31,0x31,0x31,0x31,0x31,0x30,0x30,0x00,//\x42 -> É -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x43 -> ! -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x44 -> , -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x45 -> J -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x46 -> = -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x47 -> Z -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x48 -> ? -0x00,0xE0,0xE0,0x00,0x08,0x04,0x08,0x04,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x49 -> ű -0x00,0x00,0x00,0x80,0xE4,0x7E,0x7B,0xE1,0x80,0x00,0x00,0x00,0x00,0x38,0x3E,0x0F,0x0D,0x0C,0x0C,0x0D,0x0F,0x3E,0x38,0x00,//\x4A -> Á -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x4B -> U -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x4C -> W -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x4D -> - -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x4E -> " -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x4F -> + -0x00,0xE0,0xF0,0x3B,0x1B,0x18,0x18,0x1B,0x3B,0xF0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x50 -> Ö -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x51 -> P -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x52 -> N -0x00,0xF8,0xF8,0x00,0x02,0x01,0x02,0x01,0x00,0xF8,0xF8,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x53 -> Ű -0x00,0xE0,0xF0,0x38,0x18,0x1C,0x1E,0x1B,0x39,0xF0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x54 -> Ó -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x55 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x56 -> ( -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x57 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0D -> e -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x0E -> l -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x0F -> s -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x10 -> t -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x11 -> a -0x20, 0x54, 0x56, 0x55, 0x78, 0x00,//\x12 -> á -0x38, 0x54, 0x56, 0x55, 0x08, 0x00,//\x13 -> é -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x14 -> r -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x15 -> k -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x16 -> o -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x17 -> z -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x18 -> g -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x19 -> i -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x1A -> b -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1B -> n -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1C -> m -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x1D -> y -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x1E -> H -0x00, 0x44, 0x7e, 0x41, 0x00, 0x00,//\x1F -> í -0x38, 0x44, 0x46, 0x45, 0x38, 0x00,//\x20 -> ó -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x21 -> h -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x22 -> A -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x23 -> . -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x24 -> ő -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x25 -> v -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x26 -> d -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x27 -> S -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x28 -> E -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x29 -> B -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x2A -> f -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x2B -> R -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x2C -> p -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x2D -> F -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2E -> K -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x2F -> j -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x30 -> C -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x31 -> L -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x32 -> c -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x33 -> G -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x34 -> T -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x35 -> V -0x38, 0x45, 0x44, 0x45, 0x38, 0x00,//\x36 -> ö -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x37 -> > -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x38 -> D -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x39 -> < -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x3A -> O -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x3B -> I -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x3C -> u -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x3D -> M -0x3c, 0x41, 0x40, 0x21, 0x5c, 0x00,//\x3E -> ü -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x3F -> Ő -0x07, 0x08, 0x70, 0x08, 0x07, 0x00,//\x40 -> Y -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x41 -> : -0x7c, 0x54, 0x56, 0x45, 0x44, 0x00,//\x42 -> É -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x43 -> ! -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x44 -> , -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x45 -> J -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x46 -> = -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x47 -> Z -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x48 -> ? -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x49 -> ű -0x78, 0x14, 0x16, 0x15, 0x78, 0x00,//\x4A -> Á -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x4B -> U -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x4C -> W -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x4D -> - -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x4E -> " -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x4F -> + -0x38, 0x45, 0x44, 0x45, 0x38, 0x00,//\x50 -> Ö -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x51 -> P -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x52 -> N -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x53 -> Ű -0x38, 0x44, 0x46, 0x45, 0x38, 0x00,//\x54 -> Ó -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x55 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x56 -> ( -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x57 -> / -}; -// ---- Magyar ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x4A\x14\x11\x1C\x2A\x16\x14\x14\x12\x0F\x23\x0C\x29\x0D\x12\x0E\x0E\x1F\x10\x2F\x11\x0C\x11\x0C\x0E\x0D\x15\x11\x2C\x32\x0F\x16\x0E\x12\x0F\x19\x0C\x2A\x0D\x0F\x17\x3E\x0E\x10\x0F\x13\x18\x0D\x10\x23\x0C\x39\x38\x30\x0C\x03\x02\x35\x37\x0C\x39\x27\x0C\x05\x23\x05\x35\x0C\x32\x0D\x0E\x0E\x12\x1B\x15\x13\x1B\x10\x37", - /* SleepTemperature */ "\x22\x0E\x25\x12\x0F\x19\x0C\x21\x24\x1C\x13\x14\x0F\x13\x15\x0E\x0D\x10\x0C\x39\x30\x37", - /* SleepTimeout */ "\x22\x0E\x25\x12\x0F\x0C\x19\x26\x24\x17\x1F\x10\x24\x0C\x39\x2C\x0D\x14\x32\x57\x1C\x12\x0F\x16\x26\x2C\x0D\x14\x32\x37", - /* ShutdownTimeout */ "\x2E\x19\x15\x11\x2C\x32\x0F\x16\x0E\x12\x0F\x19\x0C\x19\x26\x24\x17\x1F\x10\x24\x0C\x39\x2C\x0D\x14\x32\x37", - /* MotionSensitivity */ "\x3D\x16\x17\x18\x12\x0F\x0C\x13\x14\x17\x13\x15\x0D\x1B\x1D\x0F\x13\x18\x0C\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x11\x23\x0C\x39\x02\x23\x15\x19\x15\x11\x2C\x32\x0F\x16\x0E\x25\x11\x0C\x03\x23\x0E\x0D\x18\x15\x0D\x25\x13\x0F\x1A\x13\x0C\x13\x14\x17\x13\x15\x0D\x1B\x1D\x0C\x0B\x23\x0E\x0D\x18\x13\x14\x17\x13\x15\x0D\x1B\x1D\x0D\x1A\x1A\x37", - /* TemperatureUnit */ "\x1E\x24\x1C\x13\x14\x0F\x13\x15\x0E\x0D\x10\x0C\x1C\x13\x14\x10\x13\x15\x0D\x18\x1D\x0F\x13\x18\x0D\x0C\x39\x30\x46\x30\x0D\x0E\x0F\x19\x3C\x0F\x0C\x2D\x46\x2D\x11\x21\x14\x0D\x1B\x21\x0D\x19\x10\x37", - /* AdvancedIdle */ "\x2B\x13\x0F\x17\x0E\x0D\x10\x0D\x0F\x0C\x19\x1B\x2A\x16\x14\x1C\x12\x32\x19\x20\x0C\x1C\x0D\x18\x2F\x0D\x0E\x0D\x1B\x1F\x10\x13\x0F\x0D\x0C\x15\x19\x0F\x0D\x1A\x1A\x0C\x1A\x0D\x10\x49\x1C\x13\x14\x0D\x10\x1A\x0D\x1B\x0C\x11\x0C\x15\x13\x0F\x17\x0D\x1B\x0E\x13\x10\x19\x0C\x15\x13\x2C\x0D\x14\x1B\x1D\x24\x1B\x23", - /* DisplayRotation */ "\x2E\x19\x2F\x0D\x0E\x17\x24\x0C\x10\x12\x2F\x16\x0E\x12\x0F\x11\x0C\x39\x22\x23\x0C\x11\x3C\x10\x16\x1C\x11\x10\x19\x15\x3C\x0F\x0C\x29\x23\x0C\x1A\x11\x0E\x15\x0D\x17\x0D\x0F\x0C\x45\x23\x0C\x2F\x16\x1A\x1A\x15\x0D\x17\x0D\x0F\x37", - /* BoostEnabled */ "\x28\x0E\x3E\x0E\x0F\x24\x0C\x18\x16\x1C\x1A\x1A\x11\x0E\x0C\x1A\x16\x16\x0F\x10\x0C\x1C\x20\x26\x1A\x11\x0C\x56\x06\x07\x02\x30\x55\x0C\x0E\x13\x2C\x0C\x2A\x16\x14\x14\x11\x0F\x17\x10\x12\x0F\x0C\x15\x36\x17\x1A\x0D\x1B", - /* BoostTemperature */ "\x1E\x24\x1C\x13\x14\x0F\x13\x15\x0E\x0D\x10\x0C\x4E\x1A\x16\x16\x0F\x10\x4E\x0C\x1C\x20\x26\x1A\x11\x1B", - /* AutoStart */ "\x29\x0D\x15\x11\x2C\x32\x0F\x16\x0E\x12\x0F\x0C\x3C\x10\x12\x1B\x0C\x11\x3C\x10\x16\x1C\x11\x10\x19\x15\x3C\x0F\x11\x1B\x0C\x0E\x13\x2C\x2F\x0D\x1B\x0C\x2A\x16\x14\x14\x11\x0F\x17\x10\x12\x0F\x0C\x1C\x20\x26\x1A\x11\x23\x0C\x34\x46\x2A\x16\x14\x14\x11\x0F\x17\x10\x12\x0F\x44\x0C\x27\x46\x11\x0E\x25\x20\x0C\x1C\x20\x26\x44\x0C\x2D\x46\x15\x19", - /* CooldownBlink */ "\x35\x19\x0E\x0E\x16\x18\x2F\x16\x1B\x0C\x11\x0C\x21\x24\x1C\x13\x14\x0F\x13\x15\x0E\x0D\x10\x0C\x21\x49\x0E\x13\x0F\x0C\x15\x36\x17\x1A\x0D\x1B\x44\x0C\x11\x1C\x1F\x18\x0C\x11\x0C\x21\x0D\x18\x1D\x0C\x2A\x16\x14\x14\x20\x23", - /* TemperatureCalibration */ "\x1E\x0D\x18\x1D\x0C\x21\x24\x1C\x13\x14\x0F\x13\x15\x0E\x0D\x10\x4D\x15\x3E\x0E\x36\x1B\x1A\x0F\x13\x18\x13\x1B\x0D\x15\x0C\x15\x11\x0E\x19\x1A\x14\x12\x0E\x12\x0F\x11\x23", - /* SettingsReset */ "\x29\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15\x0C\x11\x0E\x11\x2C\x21\x0D\x0E\x1D\x17\x0D\x10\x1A\x0D\x0C\x12\x0E\x0E\x1F\x10\x12\x0F\x11", - /* VoltageCalibration */ "\x29\x0D\x1C\x0D\x1B\x0D\x10\x19\x0C\x2A\x0D\x0F\x17\x3E\x0E\x10\x0F\x13\x18\x0C\x15\x11\x0E\x19\x1A\x14\x12\x0E\x12\x0F\x11\x23\x0C\x2B\x36\x25\x19\x26\x0D\x1B\x0C\x1C\x0D\x18\x1B\x1D\x16\x1C\x25\x11\x0C\x1C\x20\x26\x16\x0F\x1F\x10\x12\x0F\x44\x0C\x21\x16\x0F\x0F\x17\x11\x1B\x0C\x1C\x0D\x18\x1B\x1D\x16\x1C\x25\x11\x0C\x15\x19\x0E\x13\x2C\x13\x0F", - /* AdvancedSoldering */ "\x2B\x13\x0F\x17\x0E\x0D\x10\x0D\x0F\x0C\x19\x1B\x2A\x16\x14\x1C\x12\x32\x19\x20\x15\x0C\x1C\x0D\x18\x2F\x0D\x0E\x0D\x1B\x1F\x10\x13\x0F\x0D\x0C\x2A\x16\x14\x14\x11\x0F\x17\x10\x12\x0F\x0C\x15\x36\x17\x1A\x0D\x1B", - /* ScrollingSpeed */ "\x27\x17\x36\x25\x0D\x18\x18\x36\x14\x18\x0D\x10\x13\x0F\x0C\x0F\x0D\x1A\x0D\x0F\x0F\x13\x18\x0D", - /* TipModel */ "\x2D\x16\x14\x14\x11\x0F\x17\x10\x20\x21\x0D\x18\x1D\x0C\x1C\x16\x26\x0D\x0E\x0E\x0C\x15\x19\x25\x12\x0E\x11\x0F\x17\x10\x12\x0F\x11", - /* SimpleCalibrationMode */ "\x28\x18\x1D\x0F\x17\x0D\x14\x49\x0C\x15\x11\x0E\x19\x1A\x14\x12\x0E\x12\x0F\x0C\x2A\x16\x14\x14\x20\x0C\x25\x1F\x17\x0C\x0F\x0D\x18\x1F\x10\x0F\x13\x18\x13\x25\x0D\x0E", - /* AdvancedCalibrationMode */ "\x1E\x11\x0E\x11\x26\x20\x0C\x15\x11\x0E\x19\x1A\x14\x12\x0E\x12\x0F\x0C\x21\x0D\x18\x1D\x14\x0D\x0C\x21\x0D\x0E\x1D\x0D\x17\x0D\x10\x10\x0C\x21\x24\x0D\x0E\x0D\x1C\x0C\x0F\x0D\x18\x1F\x10\x0F\x13\x18\x13\x25\x0D\x0E", - /* PowerInput */ "\x22\x0C\x10\x12\x2C\x0D\x18\x1D\x0F\x13\x18\x0C\x12\x0E\x10\x11\x0E\x0C\x0E\x0D\x11\x26\x16\x10\x10\x0C\x10\x0D\x0E\x2F\x0D\x0F\x1F\x10\x1C\x13\x1B\x1D", -}; - -const char* SettingsCalibrationDone = "\x2E\x11\x0E\x19\x1A\x14\x12\x32\x19\x20\x0C\x1A\x0D\x2A\x0D\x2F\x0D\x17\x25\x0D\x43"; -const char* SettingsCalibrationWarning = "\x2D\x16\x0E\x1D\x10\x11\x10\x12\x0F\x0C\x0D\x0E\x24\x10\x10\x0C\x18\x1D\x24\x17\x24\x26\x2F\x36\x1B\x0C\x1C\x0D\x18\x0C\x14\x20\x0E\x11\x44\x0C\x21\x16\x18\x1D\x0C\x11\x0C\x21\x0D\x18\x1D\x0C\x0F\x17\x16\x1A\x11\x21\x24\x1C\x13\x14\x0F\x13\x15\x0E\x0D\x10\x49\x43"; -const char* SettingsResetWarning = "\x29\x19\x17\x10\x16\x0F\x11\x1B\x0C\x25\x19\x0F\x0F\x17\x11\x12\x0E\x0E\x1F\x10\x2F\x11\x0C\x11\x0C\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15\x11\x10\x0C\x11\x17\x0C\x11\x0E\x11\x2C\x13\x14\x10\x0D\x0E\x1C\x0D\x17\x0D\x10\x10\x0C\x13\x14\x10\x13\x15\x0D\x15\x14\x0D\x48"; -const char* UVLOWarningString = "\x38\x30\x0C\x2E\x28\x35\x42\x27"; -const char* UndervoltageString = "\x22\x0E\x3C\x0E\x2A\x0D\x0F\x17\x3E\x0E\x10\x0F\x13\x18"; -const char* InputVoltageString = "\x29\x0D\x1C\x0D\x1B\x0D\x10\x0C\x35\x41\x0C"; -const char* WarningTipTempString = "\x1E\x0D\x18\x1D\x0C\x21\x24\x41\x0C"; -const char* BadTipString = "\x1E\x28\x33\x40\x0C\x1E\x3B\x29"; -const char* SleepingSimpleString = "\x47\x17\x17\x17"; -const char* SleepingAdvancedString = "\x22\x0E\x25\x12\x0F\x23\x23\x23"; -const char* WarningSimpleString = "\x2D\x3A\x2B\x2B"; -const char* WarningAdvancedString = "\x43\x43\x0C\x2D\x3A\x2B\x2B\x54\x0C\x1E\x28\x33\x40\x0C\x43\x43"; -const char* SleepingTipAdvancedString = "\x1E\x0D\x18\x1D\x41"; -const char* IdleTipString = "\x1E\x0D\x18\x1D\x41"; -const char* IdleSetString = "\x0C\x30\x13\x0E\x41"; -const char* TipDisconnectedString = "\x1E\x28\x33\x40\x0C\x31\x28\x35\x42\x35\x28"; -const char* SolderingAdvancedPowerPrompt = "\x34\x0D\x0E\x2F\x41\x0C"; -const char* OffString = "\x2E\x19"; -const char* ResetOKMessage = "\x2B\x0D\x0F\x0D\x10\x0C\x3A\x2E"; - -const char* SettingRightChar = "\x45"; -const char* SettingLeftChar = "\x29"; -const char* SettingAutoChar = "\x22"; -const char* SettingFastChar = "\x33"; -const char* SettingSlowChar = "\x31"; - -const char* SymbolPlus = "\x4F"; -const char* SymbolMinus = "\x4D"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x23"; -const char* SymbolDegC = "\x30"; -const char* SymbolDegF = "\x2D"; -const char* SymbolMinutes = "\x3D"; -const char* SymbolSeconds = "\x27"; -const char* SymbolWatts = "\x4C"; -const char* SymbolVolts = "\x35"; -const char* SymbolDC = "\x38\x30"; -const char* SymbolCellCount = "\x27"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x29\x02\x04", - "\x38\x04\x06", - "\x29\x30\x04", - "\x0C\x30\x03", - "\x34\x27\x03\x02\x02", - "\x29\x30\x04", - "\x1E\x11\x15\x15\x16", - "\x4B\x0F\x0D\x14", -#else - "\x29\x02\x04", - "\x38\x04\x07", - "\x34\x27\x0A\x02", - "\x4B\x0F\x0D\x14", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_SINGLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x4A\x2B\x22\x3D\x2D" }, - /* SleepTemperature */ { "\x22\x1E\x3F\x3D" }, - /* SleepTimeout */ { "\x22\x3B\x38\x3F" }, - /* ShutdownTimeout */ { "\x2E\x3B\x3B\x38\x3F" }, - /* MotionSensitivity */ { "\x3D\x3A\x47\x33\x42\x2B" }, - /* TemperatureUnit */ { "\x1E\x3F\x28\x33\x40\x27" }, - /* AdvancedIdle */ { "\x2B\x42\x27\x47\x31\x3B" }, - /* DisplayRotation */ { "\x2E\x3B\x45\x34\x4A\x45" }, - /* BoostEnabled */ { "\x29\x3A\x3A\x27\x34" }, - /* BoostTemperature */ { "\x29\x1E\x3F" }, - /* AutoStart */ { "\x22\x27\x34\x22\x2B\x34" }, - /* CooldownBlink */ { "\x1E\x53\x31\x42\x27\x35" }, - /* TemperatureCalibration */ { "\x1E\x3F\x3D\x0C\x2E\x22\x31\x48" }, - /* SettingsReset */ { "\x2B\x28\x27\x28\x34\x48" }, - /* VoltageCalibration */ { "\x35\x3B\x52\x0C\x2E\x22\x31\x48" }, - /* AdvancedSoldering */ { "\x1E\x22\x31\x2E\x42\x51" }, - /* ScrollingSpeed */ { "\x33\x50\x2B\x33\x27" }, - /* TipModel */ { "\x1E\x28\x33\x40\x3D\x3A\x38" }, - /* SimpleCalibrationMode */ { "\x28\x33\x40\x27\x47\x2E\x22\x31" }, - /* AdvancedCalibrationMode */ { "\x1E\x22\x31\x2E\x22\x31" }, - /* PowerInput */ { "\x34\x28\x31\x45\x4C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x2D\x16\x14\x14\x11\x0F\x17\x10\x12\x0F\x19\x01\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15", - /* PowerSavingMenu */ "\x22\x0E\x25\x12\x0F\x19\x01\x1C\x20\x26\x16\x15", - /* UIMenu */ "\x2D\x0D\x0E\x21\x11\x0F\x17\x1B\x12\x0E\x20\x01\x2A\x0D\x0E\x3E\x0E\x0D\x10", - /* AdvancedMenu */ "\x1E\x11\x0E\x11\x26\x20\x01\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x2D\x16\x14\x14\x11\x0F\x17\x10\x12\x0F\x19\x0C\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15", - /* PowerSavingMenu */ "\x28\x1B\x0D\x14\x18\x19\x11\x10\x11\x15\x11\x14\x13\x15\x16\x0F\x0F\x12\x18\x19\x0C\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15", - /* UIMenu */ "\x2D\x0D\x0E\x21\x11\x0F\x17\x1B\x12\x0E\x20\x19\x0C\x2A\x0D\x0E\x3E\x0E\x0D\x10\x0C\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x11\x19", - /* AdvancedMenu */ "\x1E\x11\x0E\x11\x26\x20\x0C\x1A\x0D\x12\x0E\x0E\x1F\x10\x12\x0F\x16\x15", -}; - -#endif - -#ifdef LANG_IT -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0C -> a -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0E -> i -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0F -> e -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x10 -> t -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x12 -> o -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x13 -> r -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x14 -> l -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x15 -> m -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x16 -> s -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x17 -> p -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x18 -> d -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x19 -> u -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x1A -> z -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1B -> c -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1C -> b -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x1D -> S -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1E -> C -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1F -> v -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x20 -> : -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x21 -> g -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x22 -> T -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x23 -> A -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x24 -> I -0x00,0x00,0x40,0x60,0x62,0x66,0x6C,0x68,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x25 -> à -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x26 -> f -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x27 -> D -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x9C,0xFC,0x7C,0x00,0x00,0x00,0x00,0x00,//\x28 -> ; -0x00,0x00,0x00,0x00,0x27,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x29 -> ' -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x2A -> M -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x2B -> F -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x2C -> y -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2D -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2E -> < -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2F -> O -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x30 -> U -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x31 -> N -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x32 -> V -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x33 -> , -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x34 -> P -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x35 -> B -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x36 -> R -0x00,0xE0,0xE0,0x00,0x02,0x06,0x0C,0x08,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x37 -> ù -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x38 -> E -0x00,0x20,0x60,0xC0,0x80,0x00,0x20,0x60,0xC0,0x80,0x00,0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,//\x39 -> » -0x00,0x80,0xC0,0x60,0x20,0x00,0x80,0xC0,0x60,0x20,0x00,0x00,0x00,0x00,0x01,0x03,0x02,0x00,0x00,0x01,0x03,0x02,0x00,0x00,//\x3A -> « -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3B -> ! -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3C -> L -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x3D -> h -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x3E -> / -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x3F -> k -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x40 -> H -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x07,0x0F,0x1C,0x18,0x18,0x18,0x18,0x0C,0xFF,0xFF,0x00,//\x41 -> q -0x00,0x00,0x00,0x1E,0x3F,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x42 -> ° -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x43 -> W -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x44 -> . -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x45 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x46 -> + -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x47 -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x48 -> Z -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x49 -> ? -0x00,0x80,0xC0,0xE0,0x62,0x66,0x6C,0x68,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x33,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x4A -> è -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0C -> a -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x0E -> i -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0F -> e -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x10 -> t -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x12 -> o -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x13 -> r -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x14 -> l -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x15 -> m -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x16 -> s -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x17 -> p -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x18 -> d -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x19 -> u -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x1A -> z -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1B -> c -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x1C -> b -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x1D -> S -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1E -> C -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1F -> v -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x20 -> : -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x21 -> g -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x22 -> T -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x23 -> A -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x24 -> I -0x20, 0x55, 0x56, 0x54, 0x78, 0x00,//\x25 -> à -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x26 -> f -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x27 -> D -0x00, 0x56, 0x36, 0x00, 0x00, 0x00,//\x28 -> ; -0x00, 0x05, 0x03, 0x00, 0x00, 0x00,//\x29 -> ' -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x2A -> M -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x2B -> F -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x2C -> y -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2D -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2E -> < -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2F -> O -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x30 -> U -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x31 -> N -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x32 -> V -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x33 -> , -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x34 -> P -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x35 -> B -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x36 -> R -0x3c, 0x41, 0x42, 0x20, 0x7c, 0x00,//\x37 -> ù -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x38 -> E -0x14, 0x08, 0x00, 0x14, 0x08, 0x00,//\x39 -> » -0x08, 0x14, 0x00, 0x08, 0x14, 0x00,//\x3A -> « -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3B -> ! -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3C -> L -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x3D -> h -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x3E -> / -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x3F -> k -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x40 -> H -0x08, 0x14, 0x14, 0x14, 0x7c, 0x00,//\x41 -> q -0x00, 0x00, 0x07, 0x05, 0x07, 0x00,//\x42 -> ° -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x43 -> W -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x44 -> . -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x45 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x46 -> + -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x47 -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x48 -> Z -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x49 -> ? -0x38, 0x55, 0x56, 0x54, 0x08, 0x00,//\x4A -> è -}; -// ---- Italiano ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x1D\x1B\x0F\x21\x14\x0E\x0D\x14\x0C\x0D\x16\x12\x13\x21\x0F\x11\x10\x0F\x0D\x18\x0E\x0D\x0C\x14\x0E\x15\x0F\x11\x10\x0C\x1A\x0E\x12\x11\x0F\x28\x0D\x16\x0F\x0D\x0C\x0D\x1C\x0C\x10\x10\x0F\x13\x0E\x0C\x33\x0D\x14\x0E\x15\x0E\x10\x0C\x0D\x14\x12\x0D\x16\x1B\x0C\x13\x0E\x1B\x0C\x15\x0F\x11\x10\x12\x0D\x0C\x14\x0D\x1F\x0C\x14\x12\x13\x0F\x0D\x18\x0E\x0D\x16\x12\x21\x14\x0E\x0C\x0D\x2E\x27\x1E\x20\x0D\x03\x02\x32\x28\x0D\x1D\x20\x0D\x05\x33\x05\x32\x0D\x17\x0F\x13\x0D\x1B\x0F\x14\x14\x0C\x2D", - /* SleepTemperature */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x14\x0C\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x18\x0C\x0D\x15\x0C\x11\x10\x0F\x11\x0F\x13\x0F\x0D\x0E\x11\x0D\x15\x12\x18\x0C\x14\x0E\x10\x25\x0D\x1D\x10\x0C\x11\x18\x1C\x2C\x0D\x2E\x42\x1E\x3E\x42\x2B\x2D", - /* SleepTimeout */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x0E\x14\x0D\x10\x0E\x15\x0F\x13\x0D\x17\x0F\x13\x0D\x0F\x11\x10\x13\x0C\x13\x0F\x0D\x0E\x11\x0D\x15\x12\x18\x0C\x14\x0E\x10\x25\x0D\x1D\x10\x0C\x11\x18\x1C\x2C\x0D\x2E\x15\x0E\x11\x19\x10\x0E\x3E\x16\x0F\x1B\x12\x11\x18\x0E\x2D", - /* ShutdownTimeout */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x0E\x14\x0D\x10\x0E\x15\x0F\x13\x0D\x17\x0F\x13\x0D\x14\x12\x0D\x16\x17\x0F\x21\x11\x0E\x15\x0F\x11\x10\x12\x0D\x2E\x15\x0E\x11\x19\x10\x0E\x2D", - /* MotionSensitivity */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x14\x0C\x0D\x16\x0F\x11\x16\x0E\x1C\x0E\x14\x0E\x10\x25\x0D\x0C\x14\x0D\x15\x12\x1F\x0E\x15\x0F\x11\x10\x12\x0D\x17\x0F\x13\x0D\x19\x16\x1B\x0E\x13\x0F\x0D\x18\x0C\x14\x14\x0C\x0D\x15\x12\x18\x0C\x14\x0E\x10\x25\x0D\x1D\x10\x0C\x11\x18\x1C\x2C\x0D\x2E\x02\x20\x0D\x11\x0F\x16\x16\x19\x11\x0C\x28\x0D\x03\x20\x0D\x15\x0E\x11\x0E\x15\x0C\x28\x0D\x0B\x20\x0D\x15\x0C\x16\x16\x0E\x15\x0C\x2D", - /* TemperatureUnit */ "\x1D\x1B\x0F\x21\x14\x0E\x0D\x14\x29\x19\x11\x0E\x10\x25\x0D\x18\x0E\x0D\x15\x0E\x16\x19\x13\x0C\x0D\x17\x0F\x13\x0D\x14\x0C\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x2E\x1E\x20\x0D\x21\x13\x0C\x18\x12\x0D\x1E\x0F\x14\x16\x0E\x19\x16\x28\x0D\x2B\x20\x0D\x21\x13\x0C\x18\x12\x0D\x2B\x0C\x13\x0F\x11\x3D\x0F\x0E\x10\x2D", - /* AdvancedIdle */ "\x2A\x12\x16\x10\x13\x0C\x0D\x0E\x11\x26\x12\x13\x15\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0F\x10\x10\x0C\x21\x14\x0E\x0C\x10\x0F\x0D\x0C\x14\x14\x29\x0E\x11\x10\x0F\x13\x11\x12\x0D\x18\x0F\x14\x14\x0C\x0D\x16\x1B\x3D\x0F\x13\x15\x0C\x10\x0C\x0D\x17\x13\x0E\x11\x1B\x0E\x17\x0C\x14\x0F", - /* DisplayRotation */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x14\x29\x12\x13\x0E\x0F\x11\x10\x0C\x15\x0F\x11\x10\x12\x0D\x18\x0F\x14\x0D\x18\x0E\x16\x17\x14\x0C\x2C\x0D\x2E\x23\x20\x0D\x0C\x19\x10\x12\x15\x0C\x10\x0E\x1B\x12\x28\x0D\x1D\x20\x0D\x15\x0C\x11\x12\x0D\x16\x0E\x11\x0E\x16\x10\x13\x0C\x28\x0D\x27\x20\x0D\x15\x0C\x11\x12\x0D\x18\x0F\x16\x10\x13\x0C\x2D", - /* BoostEnabled */ "\x23\x10\x10\x0E\x1F\x0C\x0D\x14\x0C\x0D\x26\x19\x11\x1A\x0E\x12\x11\x0F\x0D\x3A\x22\x19\x13\x1C\x12\x39\x33\x0D\x18\x19\x13\x0C\x11\x10\x0F\x0D\x14\x0C\x0D\x15\x12\x18\x0C\x14\x0E\x10\x25\x0D\x1D\x0C\x14\x18\x0C\x10\x19\x13\x0C\x33\x0D\x10\x0F\x11\x0F\x11\x18\x12\x0D\x17\x13\x0F\x15\x19\x10\x12\x0D\x0E\x14\x0D\x10\x0C\x16\x10\x12\x0D\x16\x19\x17\x0F\x13\x0E\x12\x13\x0F", - /* BoostTemperature */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x14\x0C\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x18\x0F\x14\x14\x0C\x0D\x26\x19\x11\x1A\x0E\x12\x11\x0F\x0D\x3A\x22\x19\x13\x1C\x12\x39", - /* AutoStart */ "\x23\x10\x10\x0E\x1F\x0C\x0D\x0C\x19\x10\x12\x15\x0C\x10\x0E\x1B\x0C\x15\x0F\x11\x10\x0F\x0D\x0E\x14\x0D\x16\x0C\x14\x18\x0C\x10\x12\x13\x0F\x0D\x41\x19\x0C\x11\x18\x12\x0D\x1F\x0E\x0F\x11\x0F\x0D\x0C\x14\x0E\x15\x0F\x11\x10\x0C\x10\x12\x0D\x2E\x23\x20\x0D\x16\x0C\x14\x18\x0C\x10\x19\x13\x0C\x28\x0D\x1D\x20\x0D\x16\x10\x0C\x11\x18\x1C\x2C\x28\x0D\x27\x20\x0D\x18\x0E\x16\x0C\x10\x10\x0E\x1F\x0C\x2D", - /* CooldownBlink */ "\x2A\x12\x16\x10\x13\x0C\x33\x0D\x14\x0C\x15\x17\x0F\x21\x21\x0E\x0C\x11\x10\x0F\x33\x0D\x14\x0C\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x18\x19\x13\x0C\x11\x10\x0F\x0D\x0E\x14\x0D\x13\x0C\x26\x26\x13\x0F\x18\x18\x0C\x15\x0F\x11\x10\x12\x0D\x16\x0F\x0D\x14\x0C\x0D\x17\x19\x11\x10\x0C\x0D\x4A\x0D\x0C\x11\x1B\x12\x13\x0C\x0D\x1B\x0C\x14\x18\x0C", - /* TemperatureCalibration */ "\x1E\x0C\x14\x0E\x1C\x13\x0C\x0D\x14\x0F\x0D\x13\x0E\x14\x0F\x1F\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0E\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C", - /* SettingsReset */ "\x36\x0E\x17\x13\x0E\x16\x10\x0E\x11\x0C\x0D\x10\x19\x10\x10\x0F\x0D\x14\x0F\x0D\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E", - /* VoltageCalibration */ "\x1E\x0C\x14\x0E\x1C\x13\x0C\x0D\x14\x0C\x0D\x10\x0F\x11\x16\x0E\x12\x11\x0F\x0D\x0E\x11\x0D\x0E\x11\x21\x13\x0F\x16\x16\x12\x28\x0D\x13\x0F\x21\x12\x14\x0C\x0D\x1B\x12\x11\x0D\x0F\x11\x10\x13\x0C\x15\x1C\x0E\x0D\x0E\x0D\x10\x0C\x16\x10\x0E\x33\x0D\x10\x0E\x0F\x11\x0E\x0D\x17\x13\x0F\x15\x19\x10\x12\x0D\x0E\x14\x0D\x10\x0C\x16\x10\x12\x0D\x16\x19\x17\x0F\x13\x0E\x12\x13\x0F\x0D\x17\x0F\x13\x0D\x19\x16\x1B\x0E\x13\x0F", - /* AdvancedSoldering */ "\x2A\x12\x16\x10\x13\x0C\x0D\x0E\x11\x26\x12\x13\x15\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0F\x10\x10\x0C\x21\x14\x0E\x0C\x10\x0F\x0D\x18\x19\x13\x0C\x11\x10\x0F\x0D\x14\x0C\x0D\x15\x12\x18\x0C\x14\x0E\x10\x25\x0D\x1D\x0C\x14\x18\x0C\x10\x19\x13\x0C", - /* ScrollingSpeed */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x14\x0C\x0D\x1F\x0F\x14\x12\x1B\x0E\x10\x25\x0D\x18\x0E\x0D\x16\x1B\x12\x13\x13\x0E\x15\x0F\x11\x10\x12\x0D\x18\x0F\x14\x0D\x10\x0F\x16\x10\x12\x0D\x2E\x3C\x20\x0D\x14\x0F\x11\x10\x12\x28\x0D\x32\x20\x0D\x1F\x0F\x14\x12\x1B\x0F\x2D", - /* TipModel */ "\x1D\x0F\x14\x0F\x1A\x0E\x12\x11\x0C\x0D\x0E\x14\x0D\x15\x12\x18\x0F\x14\x14\x12\x0D\x18\x0F\x14\x14\x0C\x0D\x17\x19\x11\x10\x0C\x0D\x0E\x11\x0D\x19\x16\x12", - /* SimpleCalibrationMode */ "\x1E\x0C\x14\x0E\x1C\x13\x0C\x0D\x14\x0F\x0D\x13\x0E\x14\x0F\x1F\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0E\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x10\x13\x0C\x15\x0E\x10\x0F\x0D\x14\x29\x19\x10\x0E\x14\x0E\x1A\x1A\x12\x0D\x18\x0E\x0D\x0C\x1B\x41\x19\x0C\x0D\x1B\x0C\x14\x18\x0C", - /* AdvancedCalibrationMode */ "\x1E\x0C\x14\x0E\x1C\x13\x0C\x0D\x14\x0F\x0D\x13\x0E\x14\x0F\x1F\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0E\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x0C\x10\x10\x13\x0C\x1F\x0F\x13\x16\x12\x0D\x14\x0C\x0D\x10\x0F\x13\x15\x12\x1B\x12\x17\x17\x0E\x0C\x0D\x17\x13\x0F\x16\x0F\x11\x10\x0F\x0D\x11\x0F\x14\x14\x0C\x0D\x17\x19\x11\x10\x0C", - /* PowerInput */ "\x24\x15\x17\x12\x16\x10\x0C\x0D\x14\x0C\x0D\x17\x12\x10\x0F\x11\x1A\x0C\x0D\x15\x0C\x16\x16\x0E\x15\x0C\x0D\x0F\x13\x12\x21\x0C\x1C\x0E\x14\x0F\x0D\x18\x0C\x14\x14\x29\x0C\x14\x0E\x15\x0F\x11\x10\x0C\x10\x12\x13\x0F\x0D\x0E\x11\x0D\x19\x16\x12", -}; - -const char* SettingsCalibrationDone = "\x1E\x0C\x14\x0E\x1C\x13\x0C\x1A\x0E\x12\x11\x0F\x0D\x0F\x26\x26\x0F\x10\x10\x19\x0C\x10\x0C"; -const char* SettingsCalibrationWarning = "\x23\x16\x16\x0E\x1B\x19\x13\x0C\x10\x0E\x0D\x1B\x3D\x0F\x0D\x14\x0C\x0D\x17\x19\x11\x10\x0C\x0D\x16\x0E\x0D\x10\x13\x12\x1F\x0E\x0D\x0C\x0D\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C\x0D\x0C\x15\x1C\x0E\x0F\x11\x10\x0F\x0D\x17\x13\x0E\x15\x0C\x0D\x18\x0E\x0D\x1B\x12\x11\x10\x0E\x11\x19\x0C\x13\x0F\x3B"; -const char* SettingsResetWarning = "\x36\x0E\x17\x13\x0E\x16\x10\x0E\x11\x0C\x13\x0F\x0D\x14\x0F\x0D\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E\x0D\x0E\x11\x0E\x1A\x0E\x0C\x14\x0E\x49"; -const char* UVLOWarningString = "\x27\x1E\x0D\x35\x23\x1D\x1D\x23"; -const char* UndervoltageString = "\x27\x1E\x0D\x24\x31\x1D\x30\x2B\x2B\x24\x1E\x24\x38\x31\x22\x38"; -const char* InputVoltageString = "\x32\x0D\x0E\x11\x21\x13\x0F\x16\x16\x12\x20"; -const char* WarningTipTempString = "\x22\x0F\x15\x17\x0D\x17\x19\x11\x10\x0C\x20"; -const char* BadTipString = "\x34\x30\x31\x22\x23\x0D\x31\x2F"; -const char* SleepingSimpleString = "\x48\x1A\x1A\x0D"; -const char* SleepingAdvancedString = "\x1D\x10\x0C\x11\x18\x1C\x2C"; -const char* WarningSimpleString = "\x40\x2F\x22\x3B"; -const char* WarningAdvancedString = "\x34\x30\x31\x22\x23\x0D\x1E\x23\x3C\x27\x23\x3B"; -const char* SleepingTipAdvancedString = "\x34\x19\x11\x10\x0C\x20"; -const char* IdleTipString = "\x22\x0D\x17\x19\x11\x10\x0C\x20"; -const char* IdleSetString = "\x3E"; -const char* TipDisconnectedString = "\x34\x30\x31\x22\x23\x0D\x23\x1D\x1D\x38\x31\x22\x38"; -const char* SolderingAdvancedPowerPrompt = "\x34\x12\x10\x0F\x11\x1A\x20"; -const char* OffString = "\x2F\x2B\x2B"; -const char* ResetOKMessage = "\x36\x0F\x16\x0F\x10\x0D\x2F\x47"; - -const char* SettingRightChar = "\x27"; -const char* SettingLeftChar = "\x1D"; -const char* SettingAutoChar = "\x23"; -const char* SettingFastChar = "\x32"; -const char* SettingSlowChar = "\x3C"; - -const char* SymbolPlus = "\x46"; -const char* SymbolMinus = "\x45"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x44"; -const char* SymbolDegC = "\x1E"; -const char* SymbolDegF = "\x2B"; -const char* SymbolMinutes = "\x2A"; -const char* SymbolSeconds = "\x1D"; -const char* SymbolWatts = "\x43"; -const char* SymbolVolts = "\x32"; -const char* SymbolDC = "\x27\x1E"; -const char* SymbolCellCount = "\x1D"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x35\x02\x04", - "\x27\x04\x06", - "\x35\x1E\x04", - "\x0D\x1E\x03", - "\x22\x1D\x03\x02\x02", - "\x35\x1E\x04", - "\x40\x0C\x3F\x3F\x12", - "\x30\x16\x0F\x13", -#else - "\x35\x02\x04", - "\x27\x04\x07", - "\x22\x1D\x0A\x02", - "\x30\x16\x0F\x13", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x1D\x12\x13\x21\x0F\x11\x10\x0F", "\x0C\x14\x0E\x15\x0F\x11\x10\x0C\x1A" }, - /* SleepTemperature */ { "\x22\x0F\x15\x17", "\x16\x10\x0C\x11\x18\x1C\x2C" }, - /* SleepTimeout */ { "\x22\x0E\x15\x0F\x13", "\x16\x10\x0C\x11\x18\x1C\x2C" }, - /* ShutdownTimeout */ { "\x22\x0E\x15\x0F\x13", "\x16\x17\x0F\x21\x11\x0E\x15\x0F\x11\x10\x12" }, - /* MotionSensitivity */ { "\x1D\x0F\x11\x16\x0E\x1C\x0E\x14\x0E\x10\x25", "\x0C\x14\x0D\x15\x12\x1F\x0E\x15\x0F\x11\x10\x12" }, - /* TemperatureUnit */ { "\x30\x11\x0E\x10\x25\x0D\x18\x0E", "\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C" }, - /* AdvancedIdle */ { "\x24\x11\x10\x0F\x13\x26\x0C\x1B\x1B\x0E\x0C", "\x10\x0F\x16\x10\x19\x0C\x14\x0F" }, - /* DisplayRotation */ { "\x2F\x13\x0E\x0F\x11\x10\x0C\x15\x0F\x11\x10\x12", "\x18\x0E\x16\x17\x14\x0C\x2C" }, - /* BoostEnabled */ { "\x2B\x19\x11\x1A\x0E\x12\x11\x0F", "\x3A\x22\x19\x13\x1C\x12\x39" }, - /* BoostTemperature */ { "\x22\x0F\x15\x17", "\x3A\x22\x19\x13\x1C\x12\x39" }, - /* AutoStart */ { "\x23\x1F\x1F\x0E\x12", "\x0C\x19\x10\x12\x15\x0C\x10\x0E\x1B\x12" }, - /* CooldownBlink */ { "\x23\x1F\x1F\x0E\x16\x12", "\x17\x19\x11\x10\x0C\x0D\x1B\x0C\x14\x18\x0C" }, - /* TemperatureCalibration */ { "\x1E\x0C\x14\x0E\x1C\x13\x0C\x1A\x0E\x12\x11\x0F", "\x10\x0F\x15\x17\x0F\x13\x0C\x10\x19\x13\x0C" }, - /* SettingsReset */ { "\x36\x0E\x17\x13\x0E\x16\x10\x0E\x11\x12", "\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E" }, - /* VoltageCalibration */ { "\x1E\x0C\x14\x0E\x1C\x13\x0C\x1A\x0E\x12\x11\x0F", "\x10\x0F\x11\x16\x0E\x12\x11\x0F" }, - /* AdvancedSoldering */ { "\x27\x0F\x10\x10\x0C\x21\x14\x0E", "\x16\x0C\x14\x18\x0C\x10\x19\x13\x0C" }, - /* ScrollingSpeed */ { "\x32\x0F\x14\x12\x1B\x0E\x10\x25", "\x10\x0F\x16\x10\x12" }, - /* TipModel */ { "\x2A\x12\x18\x0F\x14\x14\x12", "\x17\x19\x11\x10\x0C" }, - /* SimpleCalibrationMode */ { "\x1E\x0C\x14\x0E\x1C\x13\x0C\x1A\x0E\x12\x11\x0F", "\x16\x0F\x15\x17\x14\x0E\x1B\x0F" }, - /* AdvancedCalibrationMode */ { "\x1E\x0C\x14\x0E\x1C\x13\x0C\x1A\x0E\x12\x11\x0F", "\x0C\x1F\x0C\x11\x1A\x0C\x10\x0C" }, - /* PowerInput */ { "\x34\x12\x10\x0F\x11\x1A\x0C", "\x0C\x14\x0E\x15\x0F\x11\x10\x0C\x1A" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x2F\x17\x1A\x0E\x12\x11\x0E\x01\x16\x0C\x14\x18\x0C\x10\x19\x13\x0C", - /* PowerSavingMenu */ "\x36\x0E\x16\x17\x0C\x13\x15\x0E\x12\x01\x0F\x11\x0F\x13\x21\x0F\x10\x0E\x1B\x12", - /* UIMenu */ "\x24\x11\x10\x0F\x13\x26\x0C\x1B\x1B\x0E\x0C\x01\x19\x10\x0F\x11\x10\x0F", - /* AdvancedMenu */ "\x2F\x17\x1A\x0E\x12\x11\x0E\x01\x0C\x1F\x0C\x11\x1A\x0C\x10\x0F", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x2A\x0F\x11\x37\x0D\x18\x29\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0F\x14\x14\x0C\x0D\x15\x12\x18\x0C\x14\x0E\x10\x25\x0D\x1D\x0C\x14\x18\x0C\x10\x19\x13\x0C", - /* PowerSavingMenu */ "\x2A\x0F\x11\x37\x0D\x18\x29\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E\x0D\x17\x0F\x13\x0D\x0E\x14\x0D\x13\x0E\x16\x17\x0C\x13\x15\x0E\x12\x0D\x0F\x11\x0F\x13\x21\x0F\x10\x0E\x1B\x12", - /* UIMenu */ "\x2A\x0F\x11\x37\x0D\x18\x29\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E\x0D\x18\x0F\x14\x14\x29\x0E\x11\x10\x0F\x13\x26\x0C\x1B\x1B\x0E\x0C\x0D\x19\x10\x0F\x11\x10\x0F", - /* AdvancedMenu */ "\x2A\x0F\x11\x37\x0D\x18\x29\x0E\x15\x17\x12\x16\x10\x0C\x1A\x0E\x12\x11\x0E\x0D\x0C\x1F\x0C\x11\x1A\x0C\x10\x0F", -}; - -#endif - -#ifdef LANG_LT -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0C -> a -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0D -> i -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0E -> -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0F -> t -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x10 -> s -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x11 -> e -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x12 -> r -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x13 -> n -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x14 -> m -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x15 -> o -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x16 -> u -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x17 -> k -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x18 -> l -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x19 -> p -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x1A -> j -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x1B -> A -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x1C -> g -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x1D -> d -0x00,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x1E -> š -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x1F -> y -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x20 -> v -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x21 -> T -0x00,0x80,0xC0,0xE0,0x60,0x60,0x68,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x22 -> ė -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x23 -> b -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x73,0xBF,0xBF,0x00,//\x24 -> ą -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x7F,0xBF,0xB0,0x30,0x00,0x00,0x00,//\x25 -> į -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x26 -> M -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x27 -> c -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x28 -> . -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x29 -> , -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x2A -> - -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x2B -> N -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x2C -> C -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2D -> I -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2E -> K -0x00,0xE0,0xE0,0x00,0x08,0x08,0x08,0x08,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x2F -> ū -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x30 -> S -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x31 -> D -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x32 -> G -0x00,0x60,0x60,0x64,0x6C,0x68,0xEC,0xE4,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x33 -> ž -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x34 -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x35 -> < -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x36 -> : -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x37 -> L -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x38 -> B -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x39 -> V -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x3A -> ? -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3B -> U -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x3C -> R -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3D -> z -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x3E -> O -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3F -> ! -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x40 -> P -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x41 -> E -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x42 -> f -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x43 -> F -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x44 -> J -0x00,0x60,0xF0,0xF8,0x99,0x9B,0x9A,0x9B,0x99,0x30,0x20,0x00,0x00,0x0C,0x1C,0x39,0x31,0x31,0x31,0x31,0x3B,0x1F,0x0E,0x00,//\x45 -> Š -0x00,0x18,0x18,0x18,0x19,0x1B,0x9A,0xDB,0xF9,0x78,0x38,0x00,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x00,//\x46 -> Ž -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x7F,0xBF,0xB0,0x30,0x00,0x00,0x00,//\x47 -> Į -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x73,0xB3,0xB3,0x13,0x01,0x00,//\x48 -> ę -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x49 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x4A -> ( -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x4B -> H -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x4C -> W -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x4D -> + -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x4E -> Z -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x4F -> h -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x50 -> / -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0xF0,0xB0,0xB0,0x18,0x3F,0x3F,0x00,//\x51 -> ų -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0C -> a -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x0D -> i -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0E -> -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0F -> t -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x10 -> s -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x11 -> e -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x12 -> r -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x13 -> n -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x14 -> m -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x15 -> o -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x16 -> u -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x17 -> k -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x18 -> l -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x19 -> p -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x1A -> j -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x1B -> A -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x1C -> g -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x1D -> d -0x48, 0x55, 0x56, 0x55, 0x24, 0x00,//\x1E -> š -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x1F -> y -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x20 -> v -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x21 -> T -0x38, 0x54, 0x55, 0x54, 0x08, 0x00,//\x22 -> ė -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x23 -> b -0x20, 0x54, 0x54, 0xd4, 0x78, 0x00,//\x24 -> ą -0x00, 0x44, 0x7d, 0xc0, 0x00, 0x00,//\x25 -> į -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x26 -> M -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x27 -> c -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x28 -> . -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x29 -> , -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x2A -> - -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x2B -> N -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x2C -> C -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2D -> I -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2E -> K -0x3c, 0x41, 0x41, 0x21, 0x7c, 0x00,//\x2F -> ū -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x30 -> S -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x31 -> D -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x32 -> G -0x44, 0x65, 0x56, 0x4d, 0x44, 0x00,//\x33 -> ž -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x34 -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x35 -> < -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x36 -> : -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x37 -> L -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x38 -> B -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x39 -> V -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x3A -> ? -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3B -> U -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x3C -> R -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3D -> z -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x3E -> O -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3F -> ! -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x40 -> P -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x41 -> E -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x42 -> f -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x43 -> F -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x44 -> J -0x08, 0x55, 0x56, 0x55, 0x20, 0x00,//\x45 -> Š -0x44, 0x65, 0x56, 0x4d, 0x44, 0x00,//\x46 -> Ž -0x00, 0x41, 0x7f, 0xc1, 0x00, 0x00,//\x47 -> Į -0x38, 0x54, 0x54, 0xd4, 0x18, 0x00,//\x48 -> ę -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x49 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x4A -> ( -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x4B -> H -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x4C -> W -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x4D -> + -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x4E -> Z -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x4F -> h -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x50 -> / -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x51 -> ų -}; -// ---- Lietuvių ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x2D\x1E\x1A\x16\x13\x1C\x0D\x14\x15\x0E\x25\x0F\x0C\x14\x19\x0C\x28\x0E\x35\x31\x2C\x0E\x03\x02\x39\x0E\x0C\x12\x23\x0C\x0E\x27\x11\x18\x0D\x51\x0E\x4A\x30\x49\x0E\x17\x0D\x11\x17\x0D\x10\x0E\x4A\x05\x28\x05\x39\x0E\x19\x11\x12\x0E\x27\x11\x18\x48\x49\x34", - /* SleepTemperature */ "\x26\x0D\x11\x1C\x15\x0E\x0F\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x0C\x0E\x35\x2C\x34", - /* SleepTimeout */ "\x26\x0D\x11\x1C\x15\x0E\x18\x0C\x0D\x17\x0C\x10\x0E\x35\x14\x0D\x13\x16\x0F\x22\x10\x50\x10\x11\x17\x16\x13\x1D\x22\x10\x34", - /* ShutdownTimeout */ "\x2D\x1E\x1A\x16\x13\x1C\x0D\x14\x15\x0E\x18\x0C\x0D\x17\x0C\x10\x0E\x35\x14\x0D\x13\x16\x0F\x22\x10\x34", - /* MotionSensitivity */ "\x44\x0C\x16\x0F\x12\x16\x14\x0C\x10\x0E\x1A\x16\x1D\x11\x10\x0D\x16\x0D\x0E\x35\x02\x0E\x2A\x0E\x0D\x1E\x1A\x16\x13\x1C\x0F\x0C\x29\x0E\x03\x0E\x2A\x0E\x14\x0C\x33\x0D\x0C\x16\x10\x0D\x0C\x10\x29\x0E\x0B\x0E\x2A\x0E\x1D\x0D\x1D\x33\x0D\x0C\x16\x10\x0D\x0C\x10\x34", - /* TemperatureUnit */ "\x21\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x15\x10\x0E\x20\x0D\x11\x13\x11\x0F\x0C\x0D\x0E\x35\x2C\x0E\x2A\x0E\x2C\x11\x18\x10\x0D\x1A\x16\x10\x29\x0E\x43\x0E\x2A\x0E\x43\x0C\x12\x11\x13\x4F\x11\x0D\x0F\x0C\x10\x34", - /* AdvancedIdle */ "\x1B\x12\x0E\x12\x15\x1D\x1F\x0F\x0D\x0E\x19\x0C\x19\x0D\x18\x1D\x15\x14\x24\x0E\x0D\x13\x42\x15\x12\x14\x0C\x27\x0D\x1A\x24\x0E\x14\x0C\x33\x11\x10\x13\x0D\x16\x0E\x1E\x12\x0D\x42\x0F\x16\x0E\x18\x0C\x16\x17\x0D\x14\x15\x0E\x11\x17\x12\x0C\x13\x11", - /* DisplayRotation */ "\x41\x17\x12\x0C\x13\x15\x0E\x15\x12\x0D\x11\x13\x0F\x0C\x27\x0D\x1A\x0C\x0E\x35\x1B\x0E\x2A\x0E\x0C\x16\x0F\x15\x14\x0C\x0F\x0D\x13\x22\x29\x0E\x2E\x0E\x2A\x0E\x17\x0C\x0D\x12\x0D\x0C\x12\x0C\x13\x17\x0D\x0C\x14\x10\x29\x0E\x31\x0E\x2A\x0E\x1D\x11\x1E\x0D\x13\x0D\x0C\x12\x0C\x13\x17\x0D\x0C\x14\x10\x34", - /* BoostEnabled */ "\x1B\x12\x0E\x18\x0D\x0F\x16\x15\x1A\x0C\x13\x0F\x0E\x20\x0D\x12\x1E\x16\x0F\x0D\x13\x0D\x10\x0E\x14\x1F\x1C\x0F\x16\x17\x0C\x10\x0E\x25\x1A\x16\x13\x1C\x0D\x0C\x0E\x0F\x16\x12\x23\x15\x0E\x12\x11\x33\x0D\x14\x24", - /* BoostTemperature */ "\x21\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x0C\x0E\x0F\x16\x12\x23\x15\x0E\x12\x11\x33\x0D\x14\x16", - /* AutoStart */ "\x1B\x12\x0E\x19\x12\x0C\x1D\x22\x0F\x0D\x0E\x17\x0C\x0D\x0F\x0D\x13\x0D\x13\x0F\x0D\x0E\x0D\x1E\x0E\x17\x0C\x12\x0F\x15\x0E\x25\x1A\x16\x13\x1C\x16\x10\x0E\x18\x0D\x0F\x16\x15\x17\x18\x25", - /* CooldownBlink */ "\x1B\x12\x0E\x14\x0D\x12\x17\x10\x22\x0F\x0D\x0E\x0F\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x24\x0E\x11\x17\x12\x0C\x13\x11\x0E\x17\x15\x18\x0E\x20\x22\x10\x0F\x0C\x13\x0F\x0D\x10\x0E\x0C\x13\x0F\x1C\x0C\x18\x0D\x10\x0E\x20\x0D\x10\x0E\x1D\x0C\x12\x0E\x17\x0C\x12\x1E\x0F\x0C\x10", - /* TemperatureCalibration */ "\x1B\x13\x0F\x1C\x0C\x18\x0D\x15\x0E\x0F\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x15\x10\x0E\x17\x0C\x18\x0D\x23\x12\x0C\x20\x0D\x14\x0C\x10", - /* SettingsReset */ "\x2B\x16\x10\x0F\x0C\x0F\x1F\x0F\x0D\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x16\x10\x0E\x0D\x1E\x0E\x13\x0C\x16\x1A\x15", - /* VoltageCalibration */ "\x47\x20\x11\x10\x0F\x0D\x11\x10\x0E\x25\x0F\x0C\x14\x19\x15\x10\x0E\x17\x0C\x18\x0D\x23\x12\x0C\x20\x0D\x14\x0C\x10\x28\x0E\x21\x12\x16\x14\x19\x0C\x0D\x0E\x19\x0C\x10\x19\x0C\x16\x10\x17\x0D\x0F\x11\x29\x0E\x13\x15\x12\x22\x1D\x0C\x14\x0D\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x0F\x0D\x29\x0E\x0D\x18\x1C\x0C\x0D\x0E\x19\x0C\x10\x19\x0C\x16\x10\x17\x0D\x0F\x11\x29\x0E\x17\x0C\x1D\x0E\x0D\x1E\x11\x0D\x0F\x16\x14\x22\x0F\x11", - /* AdvancedSoldering */ "\x1B\x12\x0E\x12\x15\x1D\x1F\x0F\x0D\x0E\x0D\x1E\x10\x0C\x14\x0D\x24\x0E\x0D\x13\x42\x15\x12\x14\x0C\x27\x0D\x1A\x24\x0E\x18\x0D\x0F\x16\x15\x1A\x0C\x13\x0F", - /* ScrollingSpeed */ "\x32\x12\x11\x0D\x0F\x0D\x10\x29\x0E\x17\x16\x12\x0D\x16\x15\x0E\x1E\x0D\x10\x0E\x0F\x11\x17\x10\x0F\x0C\x10\x0E\x10\x18\x11\x13\x17\x0C", - /* TipModel */ "\x1B\x13\x0F\x1C\x0C\x18\x0D\x15\x0E\x14\x15\x1D\x11\x18\x0D\x15\x0E\x19\x0C\x10\x0D\x12\x0D\x13\x17\x0D\x14\x0C\x10", - /* SimpleCalibrationMode */ "\x40\x0C\x19\x12\x0C\x10\x0F\x0C\x0E\x17\x0C\x18\x0D\x23\x12\x0C\x27\x0D\x1A\x0C\x0E\x13\x0C\x16\x1D\x15\x1A\x0C\x13\x0F\x0E\x17\x0C\x12\x1E\x0F\x24\x0E\x20\x0C\x13\x1D\x0D\x11\x13\x25", - /* AdvancedCalibrationMode */ "\x2D\x1E\x19\x18\x22\x10\x0F\x0D\x13\x22\x0E\x17\x0C\x18\x0D\x23\x12\x0C\x27\x0D\x1A\x0C\x0E\x13\x0C\x16\x1D\x15\x1A\x0C\x13\x0F\x0E\x0F\x11\x12\x14\x15\x11\x18\x11\x14\x11\x13\x0F\x24", - /* PowerInput */ "\x26\x0C\x0D\x0F\x0D\x13\x0D\x14\x15\x0E\x23\x18\x15\x17\x15\x0E\x1C\x0C\x18\x0D\x0C\x0E\x20\x0C\x0F\x0C\x0D\x10", -}; - -const char* SettingsCalibrationDone = "\x2E\x0C\x18\x0D\x23\x12\x0C\x27\x0D\x1A\x0C\x0E\x0C\x0F\x18\x0D\x17\x0F\x0C\x3F"; -const char* SettingsCalibrationWarning = "\x40\x12\x0D\x11\x1E\x0E\x0F\x48\x10\x1D\x0C\x14\x0D\x0E\x25\x10\x0D\x0F\x0D\x17\x0D\x13\x17\x0D\x0F\x11\x29\x0E\x17\x0C\x1D\x0E\x0C\x13\x0F\x1C\x0C\x18\x0D\x10\x0E\x1F\x12\x0C\x0E\x17\x0C\x14\x23\x0C\x12\x0D\x15\x0E\x0F\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x15\x10\x3F"; -const char* SettingsResetWarning = "\x1B\x12\x0E\x13\x15\x12\x0D\x0F\x11\x0E\x0C\x0F\x10\x0F\x0C\x0F\x1F\x0F\x0D\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x16\x10\x0E\x25\x0E\x13\x16\x14\x0C\x0F\x1F\x0F\x0C\x10\x0E\x12\x11\x0D\x17\x1E\x14\x11\x10\x3A"; -const char* UVLOWarningString = "\x26\x1B\x46\x0E\x39\x3E\x37\x21"; -const char* UndervoltageString = "\x46\x11\x14\x0C\x0E\x25\x0F\x0C\x14\x19\x0C"; -const char* InputVoltageString = "\x47\x20\x11\x10\x0F\x0D\x10\x0E\x39\x36\x0E"; -const char* WarningTipTempString = "\x1B\x13\x0F\x1C\x18\x0E\x21\x11\x14\x19\x36\x0E"; -const char* BadTipString = "\x38\x37\x3E\x32\x0E\x1B\x2B\x21"; -const char* SleepingSimpleString = "\x4E\x3D\x3D\x3D"; -const char* SleepingAdvancedString = "\x26\x0D\x11\x1C\x16\x28\x28\x28"; -const char* WarningSimpleString = "\x2E\x3C\x45\x3F"; -const char* WarningAdvancedString = "\x1B\x2B\x21\x32\x1B\x37\x2D\x30\x0E\x2E\x1B\x3C\x45\x21\x1B\x30"; -const char* SleepingTipAdvancedString = "\x1B\x13\x0F\x1C\x18\x36"; -const char* IdleTipString = "\x1B\x13\x0F\x36"; -const char* IdleSetString = "\x0E\x2B\x16\x10\x0F\x36"; -const char* TipDisconnectedString = "\x1B\x2B\x21\x32\x1B\x37\x0E\x1B\x21\x44\x3B\x2B\x32\x21\x1B\x30"; -const char* SolderingAdvancedPowerPrompt = "\x26\x0C\x0D\x0F\x0D\x13\x0D\x14\x0C\x10\x36\x0E"; -const char* OffString = "\x2D\x1E\x1A"; -const char* ResetOKMessage = "\x3C\x11\x10\x11\x0F\x0E\x3E\x2E"; - -const char* SettingRightChar = "\x31"; -const char* SettingLeftChar = "\x2E"; -const char* SettingAutoChar = "\x1B"; -const char* SettingFastChar = "\x21"; -const char* SettingSlowChar = "\x2B"; - -const char* SymbolPlus = "\x4D"; -const char* SymbolMinus = "\x2A"; -const char* SymbolSpace = "\x0E"; -const char* SymbolDot = "\x28"; -const char* SymbolDegC = "\x2C"; -const char* SymbolDegF = "\x43"; -const char* SymbolMinutes = "\x26"; -const char* SymbolSeconds = "\x30"; -const char* SymbolWatts = "\x4C"; -const char* SymbolVolts = "\x39"; -const char* SymbolDC = "\x31\x2C"; -const char* SymbolCellCount = "\x30"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x38\x02\x04", - "\x31\x04\x06", - "\x38\x2C\x04", - "\x0E\x2C\x03", - "\x21\x30\x03\x02\x02", - "\x38\x2C\x04", - "\x4B\x0C\x17\x17\x15", - "\x3B\x10\x11\x12", -#else - "\x38\x02\x04", - "\x31\x04\x07", - "\x21\x30\x0A\x02", - "\x3B\x10\x11\x12", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x26\x0C\x0D\x0F\x0D\x13\x0D\x14\x15", "\x1E\x0C\x18\x0F\x0D\x13\x0D\x10" }, - /* SleepTemperature */ { "\x26\x0D\x11\x1C\x15", "\x0F\x11\x14\x19\x11\x12\x0C\x0F\x28" }, - /* SleepTimeout */ { "\x26\x0D\x11\x1C\x15", "\x18\x0C\x0D\x17\x0C\x10" }, - /* ShutdownTimeout */ { "\x2D\x1E\x1A\x16\x13\x1C\x0D\x14\x15", "\x18\x0C\x0D\x17\x0C\x10" }, - /* MotionSensitivity */ { "\x44\x0C\x16\x0F\x12\x16\x14\x0C\x10", "\x1A\x16\x1D\x11\x10\x0D\x16\x0D" }, - /* TemperatureUnit */ { "\x21\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x15\x10", "\x20\x0D\x11\x13\x11\x0F\x0C\x0D" }, - /* AdvancedIdle */ { "\x31\x11\x0F\x0C\x18\x16\x10\x0E\x18\x0C\x16\x17\x0D", "\x14\x15\x0E\x11\x17\x12\x0C\x13\x0C\x10" }, - /* DisplayRotation */ { "\x41\x17\x12\x0C\x13\x15", "\x15\x12\x0D\x11\x13\x0F\x0C\x27\x0D\x1A\x0C" }, - /* BoostEnabled */ { "\x21\x16\x12\x23\x15\x0E\x12\x11\x33\x0D\x14\x0C\x10", "\x25\x1A\x16\x13\x1C\x0F\x0C\x10" }, - /* BoostTemperature */ { "\x21\x16\x12\x23\x15", "\x0F\x11\x14\x19\x11\x12\x0C\x0F\x28" }, - /* AutoStart */ { "\x1B\x16\x0F\x15", "\x19\x0C\x18\x11\x0D\x1D\x0D\x14\x0C\x10" }, - /* CooldownBlink */ { "\x1B\x0F\x20\x22\x10\x0D\x14\x15", "\x14\x0D\x12\x17\x10\x22\x1A\x0D\x14\x0C\x10" }, - /* TemperatureCalibration */ { "\x2E\x0C\x18\x0D\x23\x12\x16\x15\x0F\x0D", "\x0F\x11\x14\x19\x11\x12\x0C\x0F\x2F\x12\x24\x3A" }, - /* SettingsReset */ { "\x1B\x0F\x10\x0F\x0C\x0F\x1F\x0F\x0D", "\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x16\x10\x3A" }, - /* VoltageCalibration */ { "\x2E\x0C\x18\x0D\x23\x12\x16\x15\x0F\x0D", "\x25\x20\x11\x10\x0F\x0D\x11\x10\x0E\x25\x0F\x0C\x14\x19\x24\x3A" }, - /* AdvancedSoldering */ { "\x31\x11\x0F\x0C\x18\x16\x10\x0E\x18\x0D\x0F\x0C\x2A", "\x20\x0D\x14\x15\x0E\x11\x17\x12\x0C\x13\x0C\x10" }, - /* ScrollingSpeed */ { "\x32\x12\x11\x0D\x0F\x0C\x10\x0E\x0C\x19\x12", "\x0C\x1E\x1F\x14\x28\x0E\x10\x18\x0D\x13\x17" }, - /* TipModel */ { "\x1B\x13\x0F\x1C\x0C\x18\x0D\x15", "\x14\x15\x1D\x11\x18\x0D\x10" }, - /* SimpleCalibrationMode */ { "\x40\x0C\x19\x12\x0C\x10\x0F\x0C", "\x17\x0C\x18\x0D\x23\x12\x0C\x27\x0D\x1A\x0C" }, - /* AdvancedCalibrationMode */ { "\x2D\x1E\x19\x18\x22\x10\x0F\x0D\x13\x22", "\x17\x0C\x18\x0D\x23\x12\x0C\x27\x0D\x1A\x0C" }, - /* PowerInput */ { "\x32\x0C\x18\x0D\x0C", "\x20\x0C\x0F\x0C\x0D\x10" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x37\x0D\x0F\x0C\x20\x0D\x14\x15\x01\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x0C\x0D", - /* PowerSavingMenu */ "\x26\x0D\x11\x1C\x15\x01\x12\x11\x33\x0D\x14\x0C\x0D", - /* UIMenu */ "\x2B\x0C\x16\x1D\x15\x0F\x15\x1A\x15\x01\x10\x24\x10\x0C\x1A\x0C", - /* AdvancedMenu */ "\x2D\x1E\x19\x18\x22\x10\x0F\x0D\x13\x28\x01\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x0C\x0D", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x37\x0D\x0F\x0C\x20\x0D\x14\x15\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x0C\x0D", - /* PowerSavingMenu */ "\x41\x13\x11\x12\x1C\x0D\x1A\x15\x10\x0E\x20\x0C\x12\x0F\x15\x1A\x0D\x14\x15\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x0C\x0D", - /* UIMenu */ "\x2B\x0C\x16\x1D\x15\x0F\x15\x1A\x15\x0E\x10\x24\x10\x0C\x1A\x15\x10\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x0C\x0D", - /* AdvancedMenu */ "\x2D\x1E\x19\x18\x22\x10\x0F\x0D\x13\x0D\x0C\x0D\x0E\x13\x16\x10\x0F\x0C\x0F\x1F\x14\x0C\x0D", -}; - -#endif - -#ifdef LANG_NL -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0E -> t -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x0F -> n -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x10 -> r -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x11 -> a -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x12 -> i -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x13 -> l -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x14 -> o -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x15 -> s -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x16 -> d -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x17 -> p -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x18 -> u -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x19 -> g -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> m -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x1B -> h -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x1C -> S -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1D -> c -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1E -> . -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x1F -> k -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x20 -> T -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x21 -> b -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x22 -> v -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x23 -> C -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x24 -> f -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x25 -> w -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x26 -> - -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x27 -> B -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x28 -> A -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x29 -> I -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2A -> E -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x2B -> ! -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x2C -> G -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2D -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2E -> < -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2F -> D -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x30 -> : -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x31 -> P -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x32 -> j -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x33 -> L -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x34 -> F -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x35 -> M -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x36 -> O -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x37 -> ? -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x38 -> z -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x39 -> = -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x3A -> V -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x3B -> H -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3C -> U -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x3D -> R -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3E -> W -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x3F -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x40 -> Z -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x41 -> , -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0x6C,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x33,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x42 -> ë -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x43 -> y -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x44 -> + -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x45 -> N -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x46 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0E -> t -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x0F -> n -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x10 -> r -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x11 -> a -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x12 -> i -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x13 -> l -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x14 -> o -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x15 -> s -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x16 -> d -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x17 -> p -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x18 -> u -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x19 -> g -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1A -> m -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1B -> h -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x1C -> S -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1D -> c -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1E -> . -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x1F -> k -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x20 -> T -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x21 -> b -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x22 -> v -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x23 -> C -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x24 -> f -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x25 -> w -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x26 -> - -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x27 -> B -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x28 -> A -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x29 -> I -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x2A -> E -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x2B -> ! -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x2C -> G -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2D -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2E -> < -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x2F -> D -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x30 -> : -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x31 -> P -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x32 -> j -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x33 -> L -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x34 -> F -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x35 -> M -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x36 -> O -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x37 -> ? -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x38 -> z -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x39 -> = -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x3A -> V -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x3B -> H -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3C -> U -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x3D -> R -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3E -> W -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x3F -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x40 -> Z -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x41 -> , -0x38, 0x55, 0x54, 0x55, 0x08, 0x00,//\x42 -> ë -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x43 -> y -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x44 -> + -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x45 -> N -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x46 -> / -}; -// ---- Nederlands ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x1C\x17\x11\x0F\x0F\x12\x0F\x19\x15\x21\x10\x14\x0F\x1E\x0D\x1C\x0E\x0C\x13\x0E\x0D\x16\x10\x0C\x1A\x17\x0C\x13\x15\x17\x11\x0F\x0F\x12\x0F\x19\x0D\x12\x0F\x1E\x0D\x2E\x2F\x23\x0D\x03\x02\x3A\x2D\x0D\x2E\x1C\x0D\x05\x1E\x05\x3A\x0D\x17\x0C\x10\x0D\x1D\x0C\x13\x2D", - /* SleepTemperature */ "\x20\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0D\x12\x0F\x0D\x15\x13\x11\x11\x17\x15\x0E\x11\x0F\x16\x0D\x2E\x23\x2D", - /* SleepTimeout */ "\x1C\x13\x11\x11\x17\x15\x0E\x11\x0F\x16\x0D\x0E\x12\x1A\x0C\x26\x14\x18\x0E\x0D\x2E\x35\x12\x0F\x18\x0E\x0C\x0F\x46\x1C\x0C\x1D\x14\x0F\x16\x0C\x0F\x2D", - /* ShutdownTimeout */ "\x28\x18\x0E\x14\x1A\x11\x0E\x12\x15\x1D\x1B\x0D\x11\x24\x15\x13\x18\x12\x0E\x0C\x0F\x0D\x0E\x12\x1A\x0C\x26\x14\x18\x0E\x0D\x2E\x35\x12\x0F\x18\x0E\x0C\x0F\x2D", - /* MotionSensitivity */ "\x27\x0C\x25\x0C\x19\x12\x0F\x19\x15\x19\x0C\x22\x14\x0C\x13\x12\x19\x1B\x0C\x12\x16\x0D\x2E\x02\x1E\x18\x12\x0E\x0D\x03\x1E\x1A\x12\x0F\x15\x0E\x0D\x19\x0C\x22\x14\x0C\x13\x12\x19\x0D\x0B\x1E\x1A\x0C\x0C\x15\x0E\x0D\x19\x0C\x22\x14\x0C\x13\x12\x19\x2D", - /* TemperatureUnit */ "\x20\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0C\x0C\x0F\x1B\x0C\x12\x16\x0D\x2E\x23\x39\x23\x0C\x13\x15\x12\x18\x15\x0D\x34\x39\x34\x11\x1B\x10\x0C\x0F\x1B\x0C\x12\x0E\x2D", - /* AdvancedIdle */ "\x2C\x0C\x16\x0C\x0E\x11\x12\x13\x13\x0C\x0C\x10\x16\x0C\x0D\x12\x0F\x24\x14\x10\x1A\x11\x0E\x12\x0C\x0D\x25\x0C\x0C\x10\x19\x0C\x22\x0C\x0F\x0D\x12\x0F\x0D\x0C\x0C\x0F\x0D\x1F\x13\x0C\x12\x0F\x0C\x10\x0D\x13\x0C\x0E\x0E\x0C\x10\x0E\x43\x17\x0C\x0D\x14\x17\x0D\x1B\x0C\x0E\x0D\x15\x13\x11\x11\x17\x15\x1D\x1B\x0C\x10\x1A\x1E", - /* DisplayRotation */ "\x1C\x1D\x1B\x0C\x10\x1A\x14\x10\x12\x42\x0F\x0E\x11\x0E\x12\x0C\x0D\x2E\x28\x1E\x0D\x28\x18\x0E\x14\x1A\x11\x0E\x12\x15\x1D\x1B\x0D\x33\x1E\x0D\x33\x12\x0F\x1F\x15\x1B\x11\x0F\x16\x12\x19\x0D\x3D\x1E\x0D\x3D\x0C\x1D\x1B\x0E\x15\x1B\x11\x0F\x16\x12\x19\x2D", - /* BoostEnabled */ "\x1C\x14\x13\x16\x0C\x0C\x10\x21\x14\x18\x0E\x0D\x19\x11\x11\x0E\x0D\x0F\x11\x11\x10\x0D\x0C\x0C\x0F\x0D\x1B\x14\x19\x0C\x10\x0C\x0D\x21\x14\x14\x15\x0E\x26\x0E\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0D\x25\x11\x0F\x0F\x0C\x0C\x10\x0D\x16\x0C\x0D\x22\x14\x14\x10\x15\x0E\x0C\x0D\x1F\x0F\x14\x17\x0D\x12\x0F\x19\x0C\x16\x10\x18\x1F\x0E\x0D\x12\x15\x1E", - /* BoostTemperature */ "\x20\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0D\x12\x0F\x0D\x21\x14\x14\x15\x0E\x1A\x14\x16\x0C\x15", - /* AutoStart */ "\x27\x10\x0C\x0F\x19\x0D\x16\x0C\x0D\x15\x14\x13\x16\x0C\x0C\x10\x21\x14\x18\x0E\x0D\x16\x12\x10\x0C\x1D\x0E\x0D\x14\x17\x0D\x0E\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0D\x21\x12\x32\x0D\x1B\x0C\x0E\x0D\x14\x17\x15\x0E\x11\x10\x0E\x0C\x0F\x1E\x0D\x20\x39\x1C\x14\x13\x16\x0C\x0C\x10\x0E\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x41\x0D\x1C\x39\x1C\x13\x11\x11\x17\x15\x0E\x11\x0F\x16\x26\x0E\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x41\x0D\x34\x39\x3C\x12\x0E", - /* CooldownBlink */ "\x20\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0D\x13\x11\x0E\x0C\x0F\x0D\x24\x13\x12\x1F\x1F\x0C\x10\x0C\x0F\x0D\x12\x0F\x0D\x1B\x0C\x0E\x0D\x1B\x14\x14\x24\x16\x1A\x0C\x0F\x18\x0D\x11\x13\x15\x0D\x16\x0C\x0D\x15\x14\x13\x16\x0C\x0C\x10\x17\x18\x0F\x0E\x0D\x11\x11\x0F\x0D\x1B\x0C\x0E\x0D\x11\x24\x1F\x14\x0C\x13\x0C\x0F\x0D\x12\x15\x1E", - /* TemperatureCalibration */ "\x20\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x15\x11\x24\x25\x12\x32\x1F\x12\x0F\x19\x0D\x22\x11\x0F\x0D\x16\x0C\x0D\x15\x14\x13\x16\x0C\x0C\x10\x17\x18\x0F\x0E\x0D\x1D\x11\x13\x12\x21\x10\x0C\x10\x0C\x0F\x1E", - /* SettingsReset */ "\x28\x13\x13\x0C\x0D\x12\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F\x0D\x0E\x0C\x10\x18\x19\x38\x0C\x0E\x0E\x0C\x0F\x1E", - /* VoltageCalibration */ "\x3A\x29\x45\x0D\x23\x11\x13\x12\x21\x10\x0C\x10\x0C\x0F\x1E\x0D\x3F\x0F\x14\x17\x17\x0C\x0F\x0D\x13\x11\x0F\x19\x0D\x12\x0F\x19\x0C\x16\x10\x18\x1F\x0E\x0D\x1B\x14\x18\x16\x0C\x0F\x0D\x14\x1A\x0D\x0E\x0C\x0D\x21\x0C\x22\x0C\x15\x0E\x12\x19\x0C\x0F\x1E", - /* AdvancedSoldering */ "\x2C\x0C\x16\x0C\x0E\x11\x12\x13\x13\x0C\x0C\x10\x16\x0C\x0D\x12\x0F\x24\x14\x10\x1A\x11\x0E\x12\x0C\x0D\x25\x0C\x0C\x10\x19\x0C\x22\x0C\x0F\x0D\x12\x0F\x0D\x0C\x0C\x0F\x0D\x1F\x13\x0C\x12\x0F\x0C\x10\x0D\x13\x0C\x0E\x0E\x0C\x10\x0E\x43\x17\x0C\x0D\x14\x17\x0D\x1B\x0C\x0E\x0D\x15\x14\x13\x16\x0C\x0C\x10\x15\x1D\x1B\x0C\x10\x1A\x1E", - /* ScrollingSpeed */ "\x1C\x0F\x0C\x13\x1B\x0C\x12\x16\x0D\x25\x11\x11\x10\x1A\x0C\x0C\x0D\x16\x0C\x0D\x0E\x0C\x1F\x15\x0E\x0D\x15\x1D\x10\x14\x13\x0E\x1E", - /* TipModel */ "\x20\x12\x17\x0D\x35\x14\x16\x0C\x13\x0D\x15\x0C\x13\x0C\x1D\x0E\x12\x14\x0F", - /* SimpleCalibrationMode */ "\x1C\x12\x1A\x17\x13\x0C\x0D\x23\x11\x13\x12\x21\x10\x11\x0E\x12\x14\x0F\x0D\x18\x15\x12\x0F\x19\x0D\x3B\x14\x0E\x0D\x25\x11\x0E\x0C\x10", - /* AdvancedCalibrationMode */ "\x28\x16\x22\x11\x0F\x1D\x0C\x16\x0D\x1D\x11\x13\x12\x21\x10\x11\x0E\x12\x14\x0F\x0D\x18\x15\x12\x0F\x19\x0D\x0E\x1B\x0C\x10\x1A\x14\x1D\x14\x18\x17\x13\x0C\x0D\x14\x0F\x0D\x0E\x1B\x0C\x0D\x0E\x12\x17", - /* PowerInput */ "\x31\x14\x25\x0C\x10\x0D\x3E\x11\x0E\x0E\x11\x19\x0C\x0D\x14\x24\x0D\x0E\x1B\x0C\x0D\x17\x14\x25\x0C\x10\x0D\x11\x16\x11\x17\x0E\x0C\x10\x0D\x18\x15\x0C\x16", -}; - -const char* SettingsCalibrationDone = "\x23\x11\x13\x12\x21\x10\x11\x0E\x12\x14\x0F\x0D\x16\x14\x0F\x0C\x2B"; -const char* SettingsCalibrationWarning = "\x40\x14\x10\x19\x0D\x0C\x10\x22\x14\x14\x10\x0D\x16\x11\x0E\x0D\x16\x0C\x0D\x15\x14\x13\x16\x0C\x0C\x10\x17\x18\x0F\x0E\x0D\x14\x17\x0D\x1F\x11\x1A\x0C\x10\x0E\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x0D\x12\x15\x0D\x22\x14\x14\x10\x0D\x32\x0C\x0D\x22\x0C\x10\x16\x0C\x10\x19\x11\x11\x0E\x2B"; -const char* SettingsResetWarning = "\x27\x0C\x0F\x0D\x32\x0C\x0D\x38\x0C\x1F\x0C\x10\x0D\x16\x11\x0E\x0D\x32\x0C\x0D\x11\x13\x13\x0C\x0D\x12\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F\x0D\x0F\x11\x11\x10\x0D\x16\x0C\x0D\x15\x0E\x11\x0F\x16\x11\x11\x10\x16\x25\x11\x11\x10\x16\x0C\x15\x0D\x25\x12\x13\x0E\x0D\x0E\x0C\x10\x18\x19\x38\x0C\x0E\x0E\x0C\x0F\x37"; -const char* UVLOWarningString = "\x2F\x23\x0D\x33\x28\x28\x2C"; -const char* UndervoltageString = "\x36\x0F\x16\x0C\x10\x15\x17\x11\x0F\x0F\x12\x0F\x19"; -const char* InputVoltageString = "\x29\x0F\x17\x18\x0E\x0D\x3A\x30\x0D"; -const char* WarningTipTempString = "\x20\x12\x17\x0D\x20\x0C\x1A\x17\x30\x0D"; -const char* BadTipString = "\x2F\x2A\x34\x2A\x23\x20"; -const char* SleepingSimpleString = "\x40\x38\x38\x0D"; -const char* SleepingAdvancedString = "\x1C\x13\x11\x11\x17\x15\x0E\x11\x0F\x16\x1E\x1E\x1E"; -const char* WarningSimpleString = "\x3B\x2A\x2A\x20"; -const char* WarningAdvancedString = "\x2B\x2B\x2B\x0D\x20\x29\x31\x0D\x3B\x2A\x2A\x20\x0D\x2B\x2B\x2B"; -const char* SleepingTipAdvancedString = "\x20\x12\x17\x30"; -const char* IdleTipString = "\x20\x12\x17\x30"; -const char* IdleSetString = "\x0D\x1C\x0C\x0E\x30"; -const char* TipDisconnectedString = "\x20\x29\x31\x0D\x33\x36\x1C\x2C\x2A\x3F\x36\x31\x31\x2A\x33\x2F"; -const char* SolderingAdvancedPowerPrompt = "\x22\x0C\x10\x1A\x14\x19\x0C\x0F\x30\x0D"; -const char* OffString = "\x36\x24\x24"; -const char* ResetOKMessage = "\x3D\x0C\x15\x0C\x0E\x0D\x36\x3F"; - -const char* SettingRightChar = "\x3D"; -const char* SettingLeftChar = "\x33"; -const char* SettingAutoChar = "\x28"; -const char* SettingFastChar = "\x34"; -const char* SettingSlowChar = "\x1C"; - -const char* SymbolPlus = "\x44"; -const char* SymbolMinus = "\x26"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x1E"; -const char* SymbolDegC = "\x23"; -const char* SymbolDegF = "\x34"; -const char* SymbolMinutes = "\x35"; -const char* SymbolSeconds = "\x1C"; -const char* SymbolWatts = "\x3E"; -const char* SymbolVolts = "\x3A"; -const char* SymbolDC = "\x2F\x23"; -const char* SymbolCellCount = "\x1C"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x27\x02\x04", - "\x2F\x04\x06", - "\x27\x23\x04", - "\x0D\x23\x03", - "\x20\x1C\x03\x02\x02", - "\x27\x23\x04", - "\x3B\x11\x1F\x1F\x14", - "\x3C\x15\x0C\x10", -#else - "\x27\x02\x04", - "\x2F\x04\x07", - "\x20\x1C\x0A\x02", - "\x3C\x15\x0C\x10", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x1C\x17\x11\x0F\x0F\x12\x0F\x19\x15\x26", "\x21\x10\x14\x0F" }, - /* SleepTemperature */ { "\x1C\x13\x11\x11\x17", "\x0E\x0C\x1A\x17" }, - /* SleepTimeout */ { "\x1C\x13\x11\x11\x17", "\x0E\x12\x1A\x0C\x26\x14\x18\x0E" }, - /* ShutdownTimeout */ { "\x3C\x12\x0E\x15\x1D\x1B\x11\x1F\x0C\x13", "\x0E\x12\x1A\x0C\x26\x14\x18\x0E" }, - /* MotionSensitivity */ { "\x27\x0C\x25\x0C\x19\x12\x0F\x19\x15\x26", "\x19\x0C\x22\x14\x0C\x13\x12\x19\x1B\x0C\x12\x16" }, - /* TemperatureUnit */ { "\x20\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10", "\x0C\x0C\x0F\x1B\x0C\x12\x16" }, - /* AdvancedIdle */ { "\x2C\x0C\x16\x0C\x0E\x11\x12\x13\x13\x0C\x0C\x10\x16", "\x15\x13\x11\x11\x17\x15\x1D\x1B\x0C\x10\x1A" }, - /* DisplayRotation */ { "\x1C\x1D\x1B\x0C\x10\x1A\x26", "\x14\x10\x12\x42\x0F\x0E\x11\x0E\x12\x0C" }, - /* BoostEnabled */ { "\x27\x14\x14\x15\x0E\x1A\x14\x16\x0C\x15", "\x12\x0F\x19\x0C\x15\x1D\x1B\x11\x1F\x0C\x13\x16\x37" }, - /* BoostTemperature */ { "\x27\x14\x14\x15\x0E", "\x0E\x0C\x1A\x17" }, - /* AutoStart */ { "\x28\x18\x0E\x14", "\x15\x0E\x11\x10\x0E" }, - /* CooldownBlink */ { "\x28\x24\x1F\x14\x0C\x13", "\x24\x13\x12\x1F\x1F\x0C\x10" }, - /* TemperatureCalibration */ { "\x23\x11\x13\x12\x21\x10\x0C\x0C\x10", "\x0E\x0C\x1A\x17\x0C\x10\x11\x0E\x18\x18\x10\x37" }, - /* SettingsReset */ { "\x29\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", "\x10\x0C\x15\x0C\x0E\x0E\x0C\x0F\x37" }, - /* VoltageCalibration */ { "\x23\x11\x13\x12\x21\x10\x0C\x0C\x10", "\x12\x0F\x17\x18\x0E\x26\x22\x14\x13\x0E\x11\x19\x0C\x37" }, - /* AdvancedSoldering */ { "\x2C\x0C\x16\x0C\x0E\x11\x12\x13\x13\x0C\x0C\x10\x16", "\x15\x14\x13\x16\x0C\x0C\x10\x15\x1D\x1B\x0C\x10\x1A" }, - /* ScrollingSpeed */ { "\x1C\x1D\x10\x14\x13\x13", "\x15\x0F\x0C\x13\x1B\x0C\x12\x16" }, - /* TipModel */ { "\x20\x12\x17", "\x35\x14\x16\x0C\x13" }, - /* SimpleCalibrationMode */ { "\x1C\x12\x1A\x17\x13\x0C", "\x23\x11\x13\x12\x21\x10\x11\x0E\x12\x14\x0F" }, - /* AdvancedCalibrationMode */ { "\x28\x16\x22\x11\x0F\x1D\x0C\x16", "\x23\x11\x13\x12\x21\x10\x11\x0E\x12\x14\x0F" }, - /* PowerInput */ { "\x31\x14\x25\x0C\x10", "\x3E\x11\x0E\x0E\x11\x19\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x1C\x14\x13\x16\x0C\x0C\x10\x01\x29\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", - /* PowerSavingMenu */ "\x1C\x13\x11\x11\x17\x01\x35\x14\x16\x0C\x15", - /* UIMenu */ "\x2C\x0C\x21\x10\x18\x12\x1F\x0C\x10\x15\x26\x01\x29\x0F\x0E\x0C\x10\x24\x11\x1D\x0C", - /* AdvancedMenu */ "\x19\x0C\x11\x22\x11\x0F\x1D\x0C\x0C\x10\x16\x0C\x01\x29\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x1C\x14\x13\x16\x0C\x0C\x10\x12\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", - /* PowerSavingMenu */ "\x27\x11\x0E\x0E\x0C\x10\x12\x32\x21\x0C\x15\x17\x11\x10\x12\x0F\x19\x15\x12\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", - /* UIMenu */ "\x2C\x0C\x21\x10\x18\x12\x1F\x0C\x10\x15\x12\x0F\x0E\x0C\x10\x24\x11\x1D\x0C\x0D\x29\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", - /* AdvancedMenu */ "\x19\x0C\x11\x22\x11\x0F\x1D\x0C\x0C\x10\x16\x0C\x0D\x29\x0F\x15\x0E\x0C\x13\x13\x12\x0F\x19\x0C\x0F", -}; - -#endif - -#ifdef LANG_NL_BE -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x0D -> n -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0E -> t -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0F -> -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x10 -> r -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x11 -> i -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x12 -> a -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x13 -> l -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x14 -> s -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x15 -> o -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x16 -> d -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x17 -> u -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x18 -> g -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x19 -> p -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> m -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x1B -> h -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x1C -> S -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x1D -> k -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1E -> . -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1F -> c -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x20 -> v -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x21 -> T -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x22 -> C -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x23 -> b -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x24 -> G -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x25 -> V -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x26 -> B -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x27 -> - -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x28 -> f -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x29 -> A -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2A -> E -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x2B -> P -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x2C -> ! -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2D -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2E -> < -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2F -> I -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x30 -> : -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x31 -> U -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x32 -> D -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x33 -> ? -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x34 -> j -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x35 -> L -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x36 -> F -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x37 -> = -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x38 -> w -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x39 -> O -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3A -> z -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x3B -> R -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x3C -> M -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x3D -> H -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x3E -> N -0x00,0x00,0x00,0x1E,0x3F,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3F -> ° -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x40 -> W -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x41 -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x42 -> Z -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x43 -> , -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0x6C,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x33,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x44 -> ë -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x45 -> y -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x46 -> + -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x47 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x0D -> n -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0E -> t -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0F -> -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x10 -> r -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x11 -> i -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x12 -> a -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x13 -> l -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x14 -> s -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x15 -> o -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x16 -> d -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x17 -> u -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x18 -> g -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x19 -> p -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1A -> m -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1B -> h -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x1C -> S -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x1D -> k -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1E -> . -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1F -> c -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x20 -> v -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x21 -> T -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x22 -> C -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x23 -> b -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x24 -> G -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x25 -> V -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x26 -> B -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x27 -> - -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x28 -> f -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x29 -> A -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x2A -> E -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x2B -> P -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x2C -> ! -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2D -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2E -> < -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2F -> I -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x30 -> : -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x31 -> U -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x32 -> D -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x33 -> ? -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x34 -> j -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x35 -> L -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x36 -> F -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x37 -> = -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x38 -> w -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x39 -> O -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3A -> z -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x3B -> R -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x3C -> M -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x3D -> H -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x3E -> N -0x00, 0x00, 0x07, 0x05, 0x07, 0x00,//\x3F -> ° -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x40 -> W -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x41 -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x42 -> Z -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x43 -> , -0x38, 0x55, 0x54, 0x55, 0x08, 0x00,//\x44 -> ë -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x45 -> y -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x46 -> + -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x47 -> / -}; -// ---- Vlaams ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x1C\x19\x12\x0D\x0D\x11\x0D\x18\x14\x23\x10\x15\x0D\x1E\x0F\x1C\x0E\x0C\x13\x0E\x0F\x1A\x11\x0D\x11\x1A\x17\x1A\x14\x19\x12\x0D\x0D\x11\x0D\x18\x0F\x11\x0D\x1E\x0F\x2E\x32\x22\x0F\x03\x02\x25\x2D\x0F\x2E\x1C\x0F\x05\x1E\x05\x25\x0F\x19\x0C\x10\x0F\x1F\x0C\x13\x2D", - /* SleepTemperature */ "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x0F\x11\x0D\x0F\x14\x13\x12\x12\x19\x14\x0E\x12\x0D\x16\x0F\x2E\x3F\x22\x2D", - /* SleepTimeout */ "\x1C\x13\x12\x12\x19\x14\x0E\x12\x0D\x16\x0F\x0E\x11\x1A\x0C\x27\x15\x17\x0E\x0F\x2E\x3C\x11\x0D\x17\x0E\x0C\x0D\x47\x1C\x0C\x1F\x15\x0D\x16\x0C\x0D\x2D", - /* ShutdownTimeout */ "\x29\x17\x0E\x15\x1A\x12\x0E\x11\x14\x1F\x1B\x0F\x12\x28\x14\x13\x17\x11\x0E\x0C\x0D\x0F\x0E\x11\x1A\x0C\x27\x15\x17\x0E\x0F\x2E\x3C\x11\x0D\x17\x0E\x0C\x0D\x2D", - /* MotionSensitivity */ "\x26\x0C\x38\x0C\x18\x11\x0D\x18\x14\x18\x0C\x20\x15\x0C\x13\x11\x18\x1B\x0C\x11\x16\x0F\x2E\x02\x1E\x17\x11\x0E\x0F\x03\x1E\x1A\x11\x0D\x14\x0E\x0F\x18\x0C\x20\x15\x0C\x13\x11\x18\x0F\x0B\x1E\x1A\x0C\x0C\x14\x0E\x0F\x18\x0C\x20\x15\x0C\x13\x11\x18\x2D", - /* TemperatureUnit */ "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x14\x1F\x1B\x12\x12\x13\x0F\x2E\x3F\x22\x37\x22\x0C\x13\x14\x11\x17\x14\x0F\x3F\x36\x37\x36\x12\x1B\x10\x0C\x0D\x1B\x0C\x11\x0E\x2D", - /* AdvancedIdle */ "\x24\x0C\x16\x0C\x0E\x12\x11\x13\x13\x0C\x0C\x10\x16\x0C\x0F\x11\x0D\x28\x15\x10\x1A\x12\x0E\x11\x0C\x0F\x11\x0D\x0F\x0C\x0C\x0D\x0F\x1D\x13\x0C\x11\x0D\x0C\x10\x0F\x13\x0C\x0E\x0E\x0C\x10\x0E\x45\x19\x0C\x0F\x11\x0D\x0F\x1B\x0C\x0E\x0F\x14\x13\x12\x12\x19\x14\x1F\x1B\x0C\x10\x1A\x1E", - /* DisplayRotation */ "\x1C\x1F\x1B\x0C\x10\x1A\x15\x10\x11\x44\x0D\x0E\x12\x0E\x11\x0C\x0F\x2E\x29\x1E\x0F\x29\x17\x0E\x15\x1A\x12\x0E\x11\x14\x1F\x1B\x0F\x35\x1E\x0F\x35\x11\x0D\x1D\x14\x1B\x12\x0D\x16\x11\x18\x0F\x3B\x1E\x0F\x3B\x0C\x1F\x1B\x0E\x14\x1B\x12\x0D\x16\x11\x18\x2D", - /* BoostEnabled */ "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x0F\x20\x0C\x10\x1B\x15\x15\x18\x0E\x0F\x12\x13\x14\x0F\x20\x15\x15\x10\x14\x0E\x0C\x0F\x1D\x0D\x15\x19\x0F\x11\x14\x0F\x11\x0D\x18\x0C\x16\x10\x17\x1D\x0E", - /* BoostTemperature */ "\x25\x0C\x10\x1B\x15\x18\x11\x0D\x18\x14\x0E\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10", - /* AutoStart */ "\x26\x10\x0C\x0D\x18\x0F\x16\x0C\x0F\x14\x15\x13\x16\x0C\x0C\x10\x23\x15\x17\x0E\x0F\x15\x19\x0F\x0E\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x0F\x23\x11\x34\x0F\x1B\x0C\x0E\x0F\x15\x19\x14\x0E\x12\x10\x0E\x0C\x0D\x1E\x0F\x21\x37\x1C\x15\x13\x16\x0C\x0C\x10\x0E\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x43\x0F\x1C\x37\x1C\x13\x12\x12\x19\x14\x0E\x12\x0D\x16\x27\x0E\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x43\x0F\x36\x37\x31\x11\x0E", - /* CooldownBlink */ "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x0F\x1D\x0D\x11\x19\x19\x0C\x10\x0E\x0F\x11\x0D\x0F\x1B\x15\x15\x28\x16\x1A\x0C\x0D\x17\x0F\x0E\x11\x34\x16\x0C\x0D\x14\x0F\x12\x28\x1D\x15\x0C\x13\x11\x0D\x18\x1E", - /* TemperatureCalibration */ "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x0F\x20\x12\x0D\x0F\x16\x0C\x0F\x19\x17\x0D\x0E\x0F\x1F\x12\x13\x11\x23\x10\x0C\x10\x0C\x0D\x1E", - /* SettingsReset */ "\x29\x13\x13\x0C\x0F\x11\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D\x0F\x10\x0C\x14\x0C\x0E\x0E\x0C\x0D\x1E", - /* VoltageCalibration */ "\x25\x2F\x3E\x0F\x22\x12\x13\x11\x23\x10\x0C\x10\x0C\x0D\x1E\x0F\x26\x0C\x20\x0C\x14\x0E\x11\x18\x0C\x0D\x0F\x16\x15\x15\x10\x0F\x1D\x0D\x15\x19\x19\x0C\x0D\x0F\x13\x12\x0D\x18\x0F\x11\x0D\x0F\x0E\x0C\x0F\x16\x10\x17\x1D\x1D\x0C\x0D\x1E", - /* AdvancedSoldering */ "\x24\x0C\x16\x0C\x0E\x12\x11\x13\x13\x0C\x0C\x10\x16\x0C\x0F\x11\x0D\x28\x15\x10\x1A\x12\x0E\x11\x0C\x0F\x11\x0D\x0F\x1D\x13\x0C\x11\x0D\x0C\x10\x0F\x13\x0C\x0E\x0E\x0C\x10\x0E\x45\x19\x0C\x0F\x11\x0D\x0F\x14\x15\x13\x16\x0C\x0C\x10\x14\x1F\x1B\x0C\x10\x1A\x1E", - /* ScrollingSpeed */ "\x1C\x1F\x10\x15\x13\x14\x0D\x0C\x13\x1B\x0C\x11\x16\x0F\x20\x12\x0D\x0F\x16\x0C\x0F\x0E\x0C\x1D\x14\x0E\x1E", - /* TipModel */ "\x24\x0C\x1D\x15\x3A\x0C\x0D\x0F\x19\x17\x0D\x0E", - /* SimpleCalibrationMode */ "\x22\x12\x13\x11\x23\x10\x0C\x10\x11\x0D\x18\x0F\x1A\x0C\x0E\x0F\x1B\x0C\x0C\x0E\x0F\x38\x12\x0E\x0C\x10", - /* AdvancedCalibrationMode */ "\x22\x12\x13\x11\x23\x10\x0C\x10\x11\x0D\x18\x0F\x1A\x0C\x0E\x0F\x0E\x1B\x0C\x10\x1A\x15\x1D\x15\x19\x19\x0C\x13", - /* PowerInput */ "\x25\x0C\x10\x1A\x15\x18\x0C\x0D\x0F\x20\x12\x0D\x0F\x16\x0C\x0F\x12\x16\x12\x19\x0E\x0C\x10", -}; - -const char* SettingsCalibrationDone = "\x24\x0C\x1F\x12\x13\x11\x23\x10\x0C\x0C\x10\x16\x2C"; -const char* SettingsCalibrationWarning = "\x42\x15\x10\x18\x0F\x20\x15\x15\x10\x12\x28\x0F\x16\x12\x0E\x0F\x16\x0C\x0F\x19\x17\x0D\x0E\x0F\x15\x19\x0F\x1D\x12\x1A\x0C\x10\x0E\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x0F\x11\x14\x2C"; -const char* SettingsResetWarning = "\x26\x0C\x0D\x0F\x34\x0C\x0F\x3A\x0C\x1D\x0C\x10\x0F\x16\x12\x0E\x0F\x34\x0C\x0F\x12\x13\x13\x0C\x0F\x14\x0E\x12\x0D\x16\x12\x12\x10\x16\x38\x12\x12\x10\x16\x0C\x0D\x0F\x38\x11\x13\x0F\x10\x0C\x14\x0C\x0E\x0E\x0C\x0D\x33"; -const char* UVLOWarningString = "\x25\x15\x0C\x16\x11\x0D\x18\x14\x14\x19\x12\x0D\x0D\x11\x0D\x18\x0F\x35\x29\x29\x24"; -const char* UndervoltageString = "\x39\x0D\x16\x0C\x10\x14\x19\x12\x0D\x0D\x11\x0D\x18"; -const char* InputVoltageString = "\x25\x15\x0C\x16\x11\x0D\x18\x14\x14\x19\x12\x0D\x0D\x11\x0D\x18\x30\x0F"; -const char* WarningTipTempString = "\x2B\x17\x0D\x0E\x0F\x21\x0C\x1A\x19\x30\x0F"; -const char* BadTipString = "\x32\x2A\x36\x2A\x22\x21"; -const char* SleepingSimpleString = "\x42\x3A\x3A\x0F"; -const char* SleepingAdvancedString = "\x1C\x13\x12\x12\x19\x14\x0E\x12\x0D\x16\x1E\x1E\x1E"; -const char* WarningSimpleString = "\x3D\x2A\x2A\x21"; -const char* WarningAdvancedString = "\x2C\x2C\x2C\x0F\x2B\x31\x3E\x21\x0F\x3D\x2A\x2A\x21\x0F\x2C\x2C\x2C"; -const char* SleepingTipAdvancedString = "\x2B\x17\x0D\x0E\x30"; -const char* IdleTipString = "\x2B\x17\x0D\x0E\x30"; -const char* IdleSetString = "\x1C\x0E\x0C\x13\x0F\x11\x0D\x30"; -const char* TipDisconnectedString = "\x2B\x17\x0D\x0E\x0F\x39\x3E\x21\x41\x39\x2B\x2B\x2A\x35\x32"; -const char* SolderingAdvancedPowerPrompt = "\x25\x0C\x10\x1A\x15\x18\x0C\x0D\x30\x0F"; -const char* OffString = "\x31\x11\x0E"; -const char* ResetOKMessage = "\x3B\x0C\x14\x0C\x0E\x0F\x39\x41"; - -const char* SettingRightChar = "\x3B"; -const char* SettingLeftChar = "\x35"; -const char* SettingAutoChar = "\x29"; -const char* SettingFastChar = "\x1C"; -const char* SettingSlowChar = "\x21"; - -const char* SymbolPlus = "\x46"; -const char* SymbolMinus = "\x27"; -const char* SymbolSpace = "\x0F"; -const char* SymbolDot = "\x1E"; -const char* SymbolDegC = "\x22"; -const char* SymbolDegF = "\x36"; -const char* SymbolMinutes = "\x3C"; -const char* SymbolSeconds = "\x1C"; -const char* SymbolWatts = "\x40"; -const char* SymbolVolts = "\x25"; -const char* SymbolDC = "\x32\x22"; -const char* SymbolCellCount = "\x1C"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x26\x02\x04", - "\x32\x04\x06", - "\x26\x22\x04", - "\x0F\x22\x03", - "\x21\x1C\x03\x02\x02", - "\x26\x22\x04", - "\x3D\x12\x1D\x1D\x15", - "\x31\x14\x0C\x10", -#else - "\x26\x02\x04", - "\x32\x04\x07", - "\x21\x1C\x0A\x02", - "\x31\x14\x0C\x10", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x1C\x19\x12\x0D\x0D\x11\x0D\x18\x14\x27", "\x23\x10\x15\x0D" }, - /* SleepTemperature */ { "\x1C\x13\x12\x12\x19", "\x0E\x0C\x1A\x19" }, - /* SleepTimeout */ { "\x1C\x13\x12\x12\x19", "\x0E\x11\x1A\x0C\x27\x15\x17\x0E" }, - /* ShutdownTimeout */ { "\x31\x11\x0E\x14\x1F\x1B\x12\x1D\x0C\x13", "\x0E\x11\x1A\x0C\x27\x15\x17\x0E" }, - /* MotionSensitivity */ { "\x26\x0C\x38\x0C\x18\x11\x0D\x18\x14\x27", "\x18\x0C\x20\x15\x0C\x13\x11\x18\x1B\x0C\x11\x16" }, - /* TemperatureUnit */ { "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10", "\x14\x1F\x1B\x12\x12\x13" }, - /* AdvancedIdle */ { "\x24\x0C\x16\x0C\x0E\x12\x11\x13\x13\x0C\x0C\x10\x16", "\x14\x13\x12\x12\x19\x14\x1F\x1B\x0C\x10\x1A" }, - /* DisplayRotation */ { "\x1C\x1F\x1B\x0C\x10\x1A\x27", "\x15\x10\x11\x44\x0D\x0E\x12\x0E\x11\x0C" }, - /* BoostEnabled */ { "\x21\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x20\x0C\x10\x1B\x15\x18\x11\x0D\x18", "\x11\x0D\x18\x0C\x14\x1F\x1B\x12\x1D\x0C\x13\x16\x33" }, - /* BoostTemperature */ { "\x25\x0C\x10\x1B\x15\x18\x11\x0D\x18\x14", "\x0E\x0C\x1A\x19" }, - /* AutoStart */ { "\x29\x17\x0E\x15", "\x14\x0E\x12\x10\x0E" }, - /* CooldownBlink */ { "\x29\x28\x1D\x15\x0C\x13", "\x1D\x0D\x11\x19\x19\x0C\x10" }, - /* TemperatureCalibration */ { "\x22\x12\x13\x11\x23\x10\x0C\x0C\x10", "\x0E\x0C\x1A\x19\x0C\x10\x12\x0E\x17\x17\x10\x33" }, - /* SettingsReset */ { "\x2F\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D", "\x10\x0C\x14\x0C\x0E\x0E\x0C\x0D\x33" }, - /* VoltageCalibration */ { "\x22\x12\x13\x11\x23\x10\x0C\x0C\x10", "\x20\x15\x0C\x16\x11\x0D\x18\x14\x14\x19\x12\x0D\x0D\x11\x0D\x18\x33" }, - /* AdvancedSoldering */ { "\x24\x0C\x16\x0C\x0E\x12\x11\x13\x13\x0C\x0C\x10\x16", "\x14\x15\x13\x16\x0C\x0C\x10\x14\x1F\x1B\x0C\x10\x1A" }, - /* ScrollingSpeed */ { "\x1C\x1F\x10\x15\x13", "\x14\x0D\x0C\x13\x1B\x0C\x11\x16" }, - /* TipModel */ { "\x2B\x17\x0D\x0E", "\x3C\x15\x16\x0C\x13" }, - /* SimpleCalibrationMode */ { "\x2A\x0C\x0D\x20\x15\x17\x16\x11\x18\x0C", "\x22\x12\x13\x11\x23\x10\x0C\x10\x11\x0D\x18" }, - /* AdvancedCalibrationMode */ { "\x24\x0C\x20\x15\x10\x16\x0C\x10\x16\x0C", "\x22\x12\x13\x11\x23\x10\x0C\x10\x11\x0D\x18" }, - /* PowerInput */ { "\x25\x0C\x10\x1A\x15\x18\x0C\x0D", "\x40\x12\x0E\x0E" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x1C\x15\x13\x16\x0C\x0C\x10\x01\x2F\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D", - /* PowerSavingMenu */ "\x1C\x13\x12\x12\x19\x01\x14\x0E\x12\x0D\x16\x0C\x0D", - /* UIMenu */ "\x24\x0C\x23\x10\x17\x11\x1D\x0C\x10\x14\x27\x01\x2F\x0D\x0E\x0C\x10\x28\x12\x1F\x0C", - /* AdvancedMenu */ "\x24\x0C\x20\x15\x10\x16\x0C\x10\x16\x0C\x01\x2F\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x1C\x15\x13\x16\x0C\x0C\x10\x11\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D", - /* PowerSavingMenu */ "\x26\x12\x0E\x0E\x0C\x10\x11\x34\x14\x19\x12\x12\x10\x14\x0E\x12\x0D\x16\x0C\x0D", - /* UIMenu */ "\x24\x0C\x23\x10\x17\x11\x1D\x0C\x10\x14\x11\x0D\x0E\x0C\x10\x28\x12\x1F\x0C\x0F\x2F\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D", - /* AdvancedMenu */ "\x24\x0C\x20\x15\x10\x16\x0C\x10\x16\x0C\x0F\x2F\x0D\x14\x0E\x0C\x13\x13\x11\x0D\x18\x0C\x0D", -}; - -#endif - -#ifdef LANG_NO -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0E -> t -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x0F -> n -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x10 -> r -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x11 -> i -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x12 -> s -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x13 -> a -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x14 -> l -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x15 -> d -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x16 -> o -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x17 -> p -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x18 -> k -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x19 -> m -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x1A -> g -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x1B -> S -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x1C -> u -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1D -> v -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1E -> . -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x1F -> f -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x20 -> T -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x21 -> A -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x22 -> D -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x23 -> C -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x24 -> B -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x25 -> K -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x26 -> L -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x27 -> h -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x28 -> V -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x29 -> j -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xE0,0xA0,0x00,0x00,0x2F,0x3F,0x18,0x3C,0x36,0x33,0x31,0x38,0x1F,0x0F,0x00,//\x2A -> ø -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x2B -> b -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2C -> I -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x2D -> M -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x2E -> H -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2F -> < -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x30 -> P -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x31 -> - -0x00,0x00,0x40,0x60,0x64,0x6A,0x6A,0x64,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x32 -> å -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x33 -> R -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x34 -> : -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x35 -> F -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x36 -> = -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x37 -> c -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x38 -> ? -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x39 -> E -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3A -> W -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x3B -> O -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3C -> z -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3D -> U -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3E -> ! -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x3F -> w -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x40 -> , -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x41 -> y -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x42 -> " -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x43 -> + -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x44 -> Z -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x45 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0E -> t -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x0F -> n -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x10 -> r -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x11 -> i -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x12 -> s -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x13 -> a -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x14 -> l -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x15 -> d -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x16 -> o -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x17 -> p -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x18 -> k -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x19 -> m -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x1A -> g -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x1B -> S -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x1C -> u -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1D -> v -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1E -> . -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x1F -> f -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x20 -> T -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x21 -> A -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x22 -> D -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x23 -> C -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x24 -> B -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x25 -> K -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x26 -> L -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x27 -> h -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x28 -> V -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x29 -> j -0x58, 0x24, 0x54, 0x48, 0x34, 0x00,//\x2A -> ø -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x2B -> b -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2C -> I -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x2D -> M -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x2E -> H -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2F -> < -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x30 -> P -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x31 -> - -0x20, 0x54, 0x55, 0x54, 0x78, 0x00,//\x32 -> å -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x33 -> R -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x34 -> : -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x35 -> F -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x36 -> = -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x37 -> c -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x38 -> ? -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x39 -> E -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3A -> W -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x3B -> O -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3C -> z -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3D -> U -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3E -> ! -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x3F -> w -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x40 -> , -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x41 -> y -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x42 -> " -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x43 -> + -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x44 -> Z -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x45 -> / -}; -// ---- Norsk ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x1B\x0E\x10\x2A\x19\x1F\x16\x10\x12\x41\x0F\x11\x0F\x1A\x1E\x0D\x1B\x0C\x0E\x0E\x0D\x0F\x0C\x15\x10\x0C\x0D\x12\x17\x0C\x0F\x0F\x11\x0F\x1A\x0D\x1F\x16\x10\x0D\x13\x1C\x0E\x16\x19\x13\x0E\x11\x12\x18\x0D\x0F\x0C\x15\x12\x0E\x0C\x0F\x1A\x11\x0F\x1A\x1E\x0D\x2F\x22\x23\x0D\x03\x02\x28\x0D\x2F\x1B\x0D\x05\x1E\x05\x28\x0D\x17\x0C\x10\x0D\x37\x0C\x14\x14\x0C", - /* SleepTemperature */ "\x22\x1D\x13\x14\x0C\x0E\x0C\x19\x17\x0C\x10\x13\x0E\x1C\x10\x0D\x2F\x23", - /* SleepTimeout */ "\x20\x11\x15\x0D\x1F\x2A\x10\x0D\x15\x1D\x13\x14\x0C\x0D\x2F\x2D\x11\x0F\x1C\x0E\x0E\x0C\x10\x45\x1B\x0C\x18\x1C\x0F\x15\x0C\x10", - /* ShutdownTimeout */ "\x20\x11\x15\x0D\x1F\x2A\x10\x0D\x13\x1C\x0E\x16\x19\x13\x0E\x11\x12\x18\x0D\x0F\x0C\x15\x12\x0E\x0C\x0F\x1A\x11\x0F\x1A\x0D\x2F\x2D\x11\x0F\x1C\x0E\x0E\x0C\x10", - /* MotionSensitivity */ "\x24\x0C\x1D\x0C\x1A\x0C\x14\x12\x0C\x12\x1F\x2A\x14\x12\x16\x19\x27\x0C\x0E\x0D\x2F\x02\x1E\x2C\x0F\x13\x18\x0E\x11\x1D\x0D\x03\x1E\x2D\x11\x0F\x12\x0E\x0D\x1F\x2A\x14\x12\x16\x19\x0D\x0B\x1E\x2D\x0C\x12\x0E\x0D\x1F\x2A\x14\x12\x16\x19", - /* TemperatureUnit */ "\x20\x0C\x19\x17\x0C\x10\x13\x0E\x1C\x10\x12\x18\x13\x14\x13\x0D\x2F\x23\x36\x23\x0C\x14\x12\x11\x1C\x12\x0D\x35\x36\x35\x13\x27\x10\x0C\x0F\x27\x0C\x11\x0E", - /* AdvancedIdle */ "\x28\x11\x12\x0D\x15\x0C\x0E\x13\x14\x29\x0C\x10\x0E\x0D\x11\x0F\x1F\x16\x10\x19\x13\x12\x29\x16\x0F\x0D\x19\x0C\x15\x0D\x14\x11\x0E\x0C\x0F\x0D\x12\x18\x10\x11\x1F\x0E\x0D\x17\x32\x0D\x15\x1D\x13\x14\x0C\x12\x18\x29\x0C\x10\x19\x0C\x0F\x1E", - /* DisplayRotation */ "\x1B\x18\x29\x0C\x10\x19\x10\x0C\x0E\x0F\x11\x0F\x1A\x0D\x2F\x21\x1E\x0D\x21\x1C\x0E\x16\x19\x13\x0E\x11\x12\x18\x0D\x28\x1E\x0D\x28\x0C\x0F\x12\x0E\x10\x0C\x27\x0C\x0F\x15\x0E\x0D\x2E\x1E\x0D\x2E\x2A\x41\x10\x0C\x27\x0C\x0F\x15\x0E", - /* BoostEnabled */ "\x35\x10\x16\x0F\x0E\x18\x0F\x13\x17\x17\x0C\x0F\x0D\x13\x18\x0E\x11\x1D\x0C\x10\x0C\x10\x0D\x18\x10\x13\x1F\x0E\x1F\x1C\x0F\x18\x12\x29\x16\x0F\x0C\x0F\x40\x0D\x06\x07\x02\x23\x0D\x1D\x0C\x15\x0D\x14\x16\x15\x15\x11\x0F\x1A", - /* BoostTemperature */ "\x20\x0C\x19\x17\x0C\x10\x13\x0E\x1C\x10\x0D\x11\x0D\x42\x18\x10\x13\x1F\x0E\x42\x31\x19\x16\x15\x1C\x12", - /* AutoStart */ "\x1B\x0E\x13\x10\x0E\x0D\x13\x1C\x0E\x16\x19\x13\x0E\x11\x12\x18\x0D\x19\x0C\x15\x0D\x14\x16\x15\x15\x11\x0F\x1A\x0D\x0F\x32\x10\x0D\x12\x0E\x10\x2A\x19\x0D\x18\x16\x2B\x14\x0C\x12\x0D\x0E\x11\x14\x1E\x0D\x26\x36\x26\x16\x15\x15\x11\x0F\x1A\x40\x0D\x22\x36\x22\x1D\x13\x14\x0C\x40\x0D\x2C\x36\x2C\x0F\x13\x18\x0E\x11\x1D", - /* CooldownBlink */ "\x24\x14\x11\x0F\x18\x0D\x0E\x0C\x19\x17\x0C\x10\x13\x0E\x1C\x10\x0C\x0F\x0D\x17\x32\x0D\x12\x18\x29\x0C\x10\x19\x0C\x0F\x0D\x19\x0C\x0F\x12\x0D\x12\x17\x11\x12\x12\x0C\x0F\x0D\x1F\x16\x10\x0E\x12\x13\x0E\x0E\x0D\x0C\x10\x0D\x1D\x13\x10\x19\x1E", - /* TemperatureCalibration */ "\x25\x13\x14\x11\x2B\x10\x0C\x10\x0D\x12\x17\x11\x12\x12\x31\x0E\x0C\x19\x17\x0C\x10\x13\x0E\x1C\x10\x1E", - /* SettingsReset */ "\x20\x11\x14\x2B\x13\x18\x0C\x12\x0E\x11\x14\x14\x0D\x13\x14\x14\x0C\x0D\x11\x0F\x0F\x12\x0E\x11\x14\x14\x11\x0F\x1A\x0C\x10", - /* VoltageCalibration */ "\x25\x13\x14\x11\x2B\x10\x0C\x10\x0D\x12\x17\x0C\x0F\x0F\x11\x0F\x1A\x1E\x0D\x25\x0F\x13\x17\x17\x0C\x0F\x0C\x0D\x29\x1C\x12\x0E\x0C\x10\x0C\x10\x1E\x0D\x26\x13\x0F\x1A\x0E\x0D\x0E\x10\x41\x18\x18\x0D\x1F\x16\x10\x0D\x32\x0D\x1A\x32\x0D\x1C\x0E", - /* AdvancedSoldering */ "\x28\x11\x12\x0D\x15\x0C\x0E\x13\x14\x29\x0C\x10\x0E\x0D\x11\x0F\x1F\x16\x10\x19\x13\x12\x29\x16\x0F\x0D\x1D\x0C\x15\x0D\x14\x16\x15\x15\x11\x0F\x1A", - /* ScrollingSpeed */ "\x2E\x13\x12\x0E\x11\x1A\x27\x0C\x0E\x0C\x0F\x0D\x17\x32\x0D\x10\x1C\x14\x14\x0C\x0E\x0C\x18\x12\x0E", - /* TipModel */ "\x20\x11\x17\x0D\x2D\x16\x15\x0C\x14\x0D\x12\x0C\x14\x0C\x37\x0E\x11\x16\x0F", - /* SimpleCalibrationMode */ "\x1B\x11\x19\x17\x14\x0C\x0D\x23\x13\x14\x11\x2B\x10\x13\x0E\x11\x16\x0F\x0D\x1C\x12\x11\x0F\x1A\x0D\x2E\x16\x0E\x0D\x3F\x13\x0E\x0C\x10", - /* AdvancedCalibrationMode */ "\x21\x15\x1D\x13\x0F\x37\x0C\x15\x0D\x37\x13\x14\x11\x2B\x10\x13\x0E\x11\x16\x0F\x0D\x1C\x12\x11\x0F\x1A\x0D\x0E\x27\x0C\x10\x19\x16\x37\x16\x1C\x17\x14\x0C\x0D\x16\x0F\x0D\x0E\x27\x0C\x0D\x0E\x11\x17", - /* PowerInput */ "\x30\x16\x3F\x0C\x10\x0D\x3A\x13\x0E\x0E\x13\x1A\x0C\x0D\x16\x1F\x0D\x0E\x27\x0C\x0D\x17\x16\x3F\x0C\x10\x0D\x13\x15\x13\x17\x0E\x0C\x10\x0D\x1C\x12\x0C\x15", -}; - -const char* SettingsCalibrationDone = "\x23\x13\x14\x11\x2B\x10\x13\x0E\x11\x16\x0F\x0D\x15\x16\x0F\x0C\x3E"; -const char* SettingsCalibrationWarning = "\x1B\x2A\x10\x1A\x0D\x1F\x16\x10\x0D\x13\x0E\x0D\x14\x16\x15\x15\x0C\x12\x17\x11\x12\x12\x0C\x0F\x0D\x27\x13\x10\x0D\x10\x16\x19\x0E\x0C\x19\x17\x0C\x10\x13\x0E\x1C\x10\x0D\x1F\x2A\x10\x0D\x15\x1C\x0D\x1F\x16\x10\x0E\x12\x0C\x0E\x0E\x0C\x10\x3E"; -const char* SettingsResetWarning = "\x39\x10\x0D\x15\x1C\x0D\x12\x11\x18\x18\x0C\x10\x0D\x17\x32\x0D\x13\x0E\x0D\x15\x1C\x0D\x1D\x11\x14\x0D\x0E\x11\x14\x2B\x13\x18\x0C\x12\x0E\x11\x14\x14\x0C\x0D\x0E\x11\x14\x0D\x12\x0E\x13\x0F\x15\x13\x10\x15\x11\x0F\x0F\x12\x0E\x11\x14\x14\x11\x0F\x1A\x0C\x10\x38"; -const char* UVLOWarningString = "\x26\x13\x1D\x12\x17\x0C\x0F\x0F"; -const char* UndervoltageString = "\x3D\x0F\x15\x0C\x10\x12\x17\x0C\x0F\x0F\x11\x0F\x1A"; -const char* InputVoltageString = "\x2C\x0F\x0F\x12\x17\x0C\x0F\x0F\x1E\x34\x0D"; -const char* WarningTipTempString = "\x1B\x17\x11\x12\x12\x0E\x0C\x19\x17\x34\x0D"; -const char* BadTipString = "\x24\x21\x22\x0D\x20\x2C\x30"; -const char* SleepingSimpleString = "\x44\x3C\x3C\x3C"; -const char* SleepingAdvancedString = "\x22\x1D\x13\x14\x0C\x1E\x1E\x1E"; -const char* WarningSimpleString = "\x28\x13\x10\x19"; -const char* WarningAdvancedString = "\x28\x21\x33\x2D\x0D\x1B\x30\x2C\x1B\x1B\x3E"; -const char* SleepingTipAdvancedString = "\x1B\x17\x11\x12\x12\x34"; -const char* IdleTipString = "\x1B\x17\x11\x12\x12\x34"; -const char* IdleSetString = "\x1B\x0C\x0E\x34"; -const char* TipDisconnectedString = "\x1B\x30\x2C\x1B\x1B\x0D\x35\x33\x21\x25\x3B\x24\x26\x39\x20"; -const char* SolderingAdvancedPowerPrompt = "\x39\x1F\x1F\x0C\x18\x0E\x34\x0D"; -const char* OffString = "\x21\x1D"; -const char* ResetOKMessage = "\x33\x0C\x12\x0C\x0E\x0D\x3B\x25"; - -const char* SettingRightChar = "\x2E"; -const char* SettingLeftChar = "\x28"; -const char* SettingAutoChar = "\x21"; -const char* SettingFastChar = "\x2E"; -const char* SettingSlowChar = "\x26"; - -const char* SymbolPlus = "\x43"; -const char* SymbolMinus = "\x31"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x1E"; -const char* SymbolDegC = "\x23"; -const char* SymbolDegF = "\x35"; -const char* SymbolMinutes = "\x2D"; -const char* SymbolSeconds = "\x1B"; -const char* SymbolWatts = "\x3A"; -const char* SymbolVolts = "\x28"; -const char* SymbolDC = "\x22\x23"; -const char* SymbolCellCount = "\x1B"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x24\x02\x04", - "\x22\x04\x06", - "\x24\x23\x04", - "\x0D\x23\x03", - "\x20\x1B\x03\x02\x02", - "\x24\x23\x04", - "\x2E\x13\x18\x18\x16", - "\x3D\x12\x0C\x10", -#else - "\x24\x02\x04", - "\x22\x04\x07", - "\x20\x1B\x0A\x02", - "\x3D\x12\x0C\x10", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_SINGLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x25\x11\x14\x15\x0C" }, - /* SleepTemperature */ { "\x22\x20\x19\x17" }, - /* SleepTimeout */ { "\x22\x20\x11\x15" }, - /* ShutdownTimeout */ { "\x21\x1D\x20\x11\x15" }, - /* MotionSensitivity */ { "\x24\x1B\x0C\x0F\x12\x10" }, - /* TemperatureUnit */ { "\x20\x19\x17\x39\x0F\x27" }, - /* AdvancedIdle */ { "\x21\x1D\x22\x1D\x1B\x18" }, - /* DisplayRotation */ { "\x1B\x18\x33\x0C\x0E\x0F" }, - /* BoostEnabled */ { "\x25\x10\x13\x1F\x0E" }, - /* BoostTemperature */ { "\x25\x20\x19\x17" }, - /* AutoStart */ { "\x21\x1B\x0E\x13\x10\x0E" }, - /* CooldownBlink */ { "\x25\x29\x24\x14\x0F\x18" }, - /* TemperatureCalibration */ { "\x20\x0C\x19\x17\x25\x13\x14\x38" }, - /* SettingsReset */ { "\x20\x11\x14\x2B\x1B\x0E\x14\x38" }, - /* VoltageCalibration */ { "\x25\x13\x14\x1B\x17\x2C\x0F\x38" }, - /* AdvancedSoldering */ { "\x21\x1D\x26\x15\x1B\x18" }, - /* ScrollingSpeed */ { "\x33\x1C\x14\x14\x2E\x13" }, - /* TipModel */ { "\x20\x2C\x30\x2D\x3B" }, - /* SimpleCalibrationMode */ { "\x1B\x2D\x30\x23\x21\x26" }, - /* AdvancedCalibrationMode */ { "\x21\x22\x28\x23\x21\x26" }, - /* PowerInput */ { "\x30\x3A\x33\x3A" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x26\x16\x15\x15\x0C\x31\x01\x11\x0F\x0F\x12\x0E\x1E", - /* PowerSavingMenu */ "\x22\x1D\x13\x14\x0C\x31\x01\x11\x0F\x0F\x12\x0E\x1E", - /* UIMenu */ "\x24\x10\x1C\x18\x0C\x10\x31\x01\x1A\x10\x0C\x0F\x12\x0C\x12\x0F\x1E", - /* AdvancedMenu */ "\x21\x1D\x13\x0F\x12\x0C\x10\x0E\x0C\x01\x1D\x13\x14\x1A", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x26\x16\x15\x15\x0C\x11\x0F\x0F\x12\x0E\x11\x14\x14\x11\x0F\x1A\x0C\x10", - /* PowerSavingMenu */ "\x22\x1D\x13\x14\x0C\x11\x0F\x0F\x12\x0E\x11\x14\x14\x11\x0F\x1A\x0C\x10", - /* UIMenu */ "\x24\x10\x1C\x18\x0C\x10\x1A\x10\x0C\x0F\x12\x0C\x12\x0F\x11\x0E\x0E\x31\x11\x0F\x0F\x12\x0E\x11\x14\x14\x11\x0F\x1A\x0C\x10", - /* AdvancedMenu */ "\x21\x1D\x13\x0F\x12\x0C\x10\x0E\x0C\x0D\x1D\x13\x14\x1A", -}; - -#endif - -#ifdef LANG_PL -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0D -> a -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0E -> e -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x0F -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x10 -> n -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x11 -> o -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x12 -> r -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x13 -> t -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x14 -> w -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x15 -> c -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x16 -> y -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x17 -> z -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x18 -> s -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x19 -> u -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x1A -> p -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1B -> T -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x1C -> j -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1D -> . -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x1E -> k -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1F -> m -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x20 -> S -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x21 -> C -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x22 -> l -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x23 -> g -0x00,0x00,0x00,0x00,0x83,0xFF,0xFF,0x20,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x31,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x24 -> ł -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x25 -> P -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x26 -> b -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x27 -> A -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x28 -> O -0x00,0xC0,0xE0,0x60,0x68,0x6C,0x64,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x29 -> ś -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2A -> L -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x2B -> U -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x2C -> d -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x2D -> = -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x2E -> W -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x2F -> M -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x30 -> D -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x31 -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x32 -> < -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x33 -> N -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x34 -> , -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x73,0xB3,0xB3,0x13,0x01,0x00,//\x35 -> ę -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x73,0xBF,0xBF,0x00,//\x36 -> ą -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x37 -> R -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x38 -> K -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x39 -> E -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x3A -> V -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x3B -> B -0x00,0x80,0xC0,0xE0,0x68,0x6C,0x66,0x62,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x3C -> ó -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x3D -> : -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3E -> I -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x3F -> Z -0x00,0x60,0x60,0x60,0x60,0x68,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x40 -> ż -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x41 -> h -0x00,0x80,0xC0,0xE0,0x60,0x60,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x42 -> ć -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x43 -> G -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x44 -> ! -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x45 -> f -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x46 -> ? -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x47 -> F -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x48 -> H -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x67,0xBF,0xB8,0x00,//\x49 -> Ą -0x00,0x03,0x0F,0x3C,0xF0,0xC0,0xC0,0xF0,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x4A -> Y -0x80,0xFF,0xFF,0x20,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x4B -> Ł -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x4C -> " -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x4D -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x4E -> + -0x00,0xE0,0xF0,0x38,0x18,0x1C,0x1E,0x1B,0x39,0xF0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x4F -> Ó -0x00,0xFF,0xFF,0x0E,0x38,0xF2,0xC3,0x01,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x50 -> Ń -0x00,0x00,0xE0,0xE0,0x60,0x68,0x6C,0x64,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x51 -> ń -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x52 -> J -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x53 -> / -0x00,0x00,0x00,0x1E,0x3F,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x54 -> ° -0x00,0x18,0x18,0x18,0x18,0x1A,0x9B,0xD9,0xF8,0x78,0x38,0x00,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x00,//\x55 -> Ź -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0D -> a -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> e -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x0F -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x10 -> n -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x11 -> o -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x12 -> r -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x13 -> t -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x14 -> w -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x15 -> c -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x16 -> y -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x17 -> z -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x18 -> s -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x19 -> u -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x1A -> p -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1B -> T -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x1C -> j -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1D -> . -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x1E -> k -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1F -> m -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x20 -> S -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x21 -> C -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x22 -> l -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x23 -> g -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x24 -> ł -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x25 -> P -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x26 -> b -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x27 -> A -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x28 -> O -0x48, 0x54, 0x56, 0x55, 0x24, 0x00,//\x29 -> ś -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x2A -> L -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x2B -> U -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x2C -> d -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x2D -> = -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x2E -> W -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x2F -> M -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x30 -> D -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x31 -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x32 -> < -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x33 -> N -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x34 -> , -0x38, 0x54, 0x54, 0xd4, 0x18, 0x00,//\x35 -> ę -0x20, 0x54, 0x54, 0xd4, 0x78, 0x00,//\x36 -> ą -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x37 -> R -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x38 -> K -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x39 -> E -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x3A -> V -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x3B -> B -0x38, 0x44, 0x46, 0x45, 0x38, 0x00,//\x3C -> ó -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x3D -> : -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x3E -> I -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x3F -> Z -0x44, 0x64, 0x55, 0x4c, 0x44, 0x00,//\x40 -> ż -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x41 -> h -0x38, 0x44, 0x46, 0x45, 0x20, 0x00,//\x42 -> ć -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x43 -> G -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x44 -> ! -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x45 -> f -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x46 -> ? -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x47 -> F -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x48 -> H -0x7e, 0x09, 0x09, 0x49, 0xbe, 0x00,//\x49 -> Ą -0x07, 0x08, 0x70, 0x08, 0x07, 0x00,//\x4A -> Y -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x4B -> Ł -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x4C -> " -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x4D -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x4E -> + -0x38, 0x44, 0x46, 0x45, 0x38, 0x00,//\x4F -> Ó -0x7c, 0x08, 0x12, 0x21, 0x7c, 0x00,//\x50 -> Ń -0x7c, 0x08, 0x06, 0x05, 0x78, 0x00,//\x51 -> ń -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x52 -> J -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x53 -> / -0x00, 0x00, 0x07, 0x05, 0x07, 0x00,//\x54 -> ° -0x44, 0x64, 0x56, 0x4d, 0x44, 0x00,//\x55 -> Ź -}; -// ---- Polski ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x55\x12\x3C\x2C\x24\x11\x0C\x17\x0D\x18\x0F\x22\x0D\x10\x0F\x0D\x1D\x0C\x2B\x18\x13\x0D\x14\x0C\x10\x0D\x1A\x0F\x35\x15\x0F\x0E\x0C\x11\x2C\x15\x0F\x35\x15\x0F\x0D\x1D\x0C\x32\x30\x21\x0C\x03\x02\x3A\x31\x0C\x32\x20\x0C\x05\x1D\x05\x3A\x0C\x2C\x22\x0D\x0C\x11\x23\x10\x0F\x14\x0C\x2A\x0F\x31", - /* SleepTemperature */ "\x1B\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x0D\x0C\x19\x29\x1A\x0F\x0E\x10\x0F\x0D\x0C\x32\x54\x21\x31", - /* SleepTimeout */ "\x21\x17\x0D\x18\x0C\x19\x29\x1A\x0F\x0E\x10\x0F\x0D\x0C\x32\x2F\x0F\x10\x19\x13\x16\x53\x20\x0E\x1E\x19\x10\x2C\x16\x31", - /* ShutdownTimeout */ "\x21\x17\x0D\x18\x0C\x14\x16\x24\x36\x15\x17\x0E\x10\x0F\x0D\x0C\x32\x2F\x0F\x10\x19\x13\x16\x31", - /* MotionSensitivity */ "\x21\x17\x19\x24\x11\x29\x42\x0C\x12\x19\x15\x41\x19\x0C\x32\x02\x1D\x2E\x16\x24\x36\x15\x17\x11\x10\x0D\x0C\x03\x1D\x1F\x0F\x10\x0F\x1F\x0D\x22\x10\x0D\x0C\x0B\x1D\x1F\x0D\x1E\x18\x16\x1F\x0D\x22\x10\x0D\x31", - /* TemperatureUnit */ "\x52\x0E\x2C\x10\x11\x18\x13\x1E\x0D\x0C\x13\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x16\x0C\x32\x21\x2D\x21\x0E\x22\x18\x0F\x19\x18\x0C\x47\x2D\x47\x0D\x41\x12\x0E\x10\x41\x0E\x0F\x13\x31", - /* AdvancedIdle */ "\x2E\x16\x29\x14\x0F\x0E\x13\x22\x0D\x0C\x18\x17\x15\x17\x0E\x23\x3C\x24\x11\x14\x0E\x0C\x0F\x10\x45\x11\x12\x1F\x0D\x15\x1C\x0E\x0C\x17\x0D\x0C\x1A\x11\x1F\x11\x15\x36\x0C\x1F\x10\x0F\x0E\x1C\x18\x17\x0E\x1C\x0C\x15\x17\x15\x0F\x11\x10\x1E\x0F\x0C\x10\x0D\x0C\x0E\x1E\x12\x0D\x10\x0F\x0E\x0C\x26\x0E\x17\x15\x17\x16\x10\x10\x11\x29\x42\x0F\x0C\x32\x1B\x0C\x2D\x0C\x14\x24\x1D\x34\x0C\x33\x0C\x2D\x0C\x14\x16\x24\x1D\x31", - /* DisplayRotation */ "\x28\x12\x0F\x0E\x10\x13\x0D\x15\x1C\x0D\x0C\x14\x16\x29\x14\x0F\x0E\x13\x22\x0D\x15\x17\x0D\x0C\x32\x27\x1D\x0C\x27\x19\x13\x11\x1F\x0D\x13\x16\x15\x17\x10\x0D\x0C\x2A\x1D\x0C\x2A\x0E\x14\x11\x12\x35\x15\x17\x10\x0D\x0C\x25\x1D\x0C\x25\x12\x0D\x14\x11\x12\x35\x15\x17\x10\x0D\x31", - /* BoostEnabled */ "\x2B\x40\x16\x1C\x0C\x1A\x12\x17\x16\x15\x0F\x18\x1E\x19\x0C\x1A\x12\x17\x0E\x2C\x10\x0F\x0E\x23\x11\x0C\x14\x0C\x15\x0E\x22\x19\x0C\x17\x14\x0F\x35\x1E\x18\x17\x0E\x10\x0F\x0D\x0C\x13\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x16\x0C\x32\x1B\x0C\x2D\x0C\x14\x24\x1D\x34\x0C\x33\x0C\x2D\x0C\x14\x16\x24\x1D\x31", - /* BoostTemperature */ "\x1B\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x0D\x0C\x14\x0C\x13\x12\x16\x26\x0F\x0E\x0C\x4C\x26\x11\x11\x18\x13\x4C\x0C", - /* AutoStart */ "\x27\x19\x13\x11\x1F\x0D\x13\x16\x15\x17\x10\x0E\x0C\x19\x12\x19\x15\x41\x0D\x1F\x0F\x0D\x10\x0F\x0E\x0C\x13\x12\x16\x26\x19\x0C\x22\x19\x13\x11\x14\x0D\x10\x0F\x0D\x0C\x1A\x11\x0C\x14\x24\x36\x15\x17\x0E\x10\x0F\x19\x0C\x17\x0D\x18\x0F\x22\x0D\x10\x0F\x0D\x1D\x0C\x1B\x2D\x2A\x19\x13\x11\x14\x0D\x10\x0F\x0E\x34\x0C\x20\x2D\x0C\x1B\x12\x16\x26\x0C\x2B\x18\x1A\x0F\x0E\x10\x0F\x0D\x0C\x34\x33\x2D\x2E\x16\x24\x36\x15\x17", - /* CooldownBlink */ "\x1B\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x0D\x0C\x10\x0D\x0C\x0E\x1E\x12\x0D\x10\x0F\x0E\x0C\x1F\x0F\x23\x0D\x34\x0C\x23\x2C\x16\x0C\x23\x12\x11\x13\x0C\x1C\x0E\x18\x13\x0C\x1C\x0E\x18\x17\x15\x17\x0E\x0C\x23\x11\x12\x36\x15\x16\x1D\x0C\x32\x1B\x0C\x2D\x0C\x14\x24\x1D\x34\x0C\x33\x0C\x2D\x0C\x14\x16\x24\x1D\x31", - /* TemperatureCalibration */ "\x38\x0D\x22\x0F\x26\x12\x0D\x15\x1C\x0D\x0C\x13\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x16\x0C\x23\x12\x11\x13\x0D\x0C\x22\x19\x13\x11\x14\x10\x0F\x15\x16", - /* SettingsReset */ "\x3F\x12\x0E\x18\x0E\x13\x19\x1C\x0C\x14\x18\x17\x16\x18\x13\x1E\x0F\x0E\x0C\x19\x18\x13\x0D\x14\x0F\x0E\x10\x0F\x0D", - /* VoltageCalibration */ "\x38\x0D\x22\x0F\x26\x12\x0D\x15\x1C\x0D\x0C\x10\x0D\x1A\x0F\x35\x15\x0F\x0D\x0C\x14\x0E\x1C\x29\x15\x0F\x11\x14\x0E\x23\x11\x1D\x0C\x38\x12\x3C\x13\x1E\x0F\x0E\x0C\x10\x0D\x15\x0F\x29\x10\x0F\x35\x15\x0F\x0E\x34\x0C\x0D\x26\x16\x0C\x19\x18\x13\x0D\x14\x0F\x42\x34\x0C\x2C\x24\x19\x23\x0F\x0E\x0C\x10\x0D\x15\x0F\x29\x10\x0F\x35\x15\x0F\x0E\x34\x0C\x0D\x26\x16\x0C\x14\x16\x1C\x29\x42\x1D", - /* AdvancedSoldering */ "\x2E\x16\x29\x14\x0F\x0E\x13\x22\x0C\x18\x17\x15\x17\x0E\x23\x3C\x24\x11\x14\x0E\x0C\x0F\x10\x45\x11\x12\x1F\x0D\x15\x1C\x0E\x0C\x1A\x11\x2C\x15\x17\x0D\x18\x0C\x22\x19\x13\x11\x14\x0D\x10\x0F\x0D\x0C\x32\x1B\x0C\x2D\x0C\x14\x24\x1D\x34\x0C\x33\x0C\x2D\x0C\x14\x16\x24\x1D\x31", - /* ScrollingSpeed */ "\x20\x17\x16\x26\x1E\x11\x29\x42\x0C\x1A\x12\x17\x0E\x14\x0F\x1C\x0D\x10\x0F\x0D\x0C\x13\x0E\x1E\x18\x13\x19", - /* TipModel */ "\x2E\x16\x26\x3C\x12\x0C\x23\x12\x11\x13\x19", - /* SimpleCalibrationMode */ "\x25\x12\x11\x18\x13\x0D\x0C\x1E\x0D\x22\x0F\x26\x12\x0D\x15\x1C\x0D\x0C\x19\x40\x16\x14\x0D\x1C\x36\x15\x0C\x23\x11\x12\x36\x15\x0E\x1C\x0C\x14\x11\x2C\x16", - /* AdvancedCalibrationMode */ "\x3F\x0D\x0D\x14\x0D\x10\x18\x11\x14\x0D\x10\x0D\x0C\x1E\x0D\x22\x0F\x26\x12\x0D\x15\x1C\x0D\x0C\x17\x0D\x0C\x1A\x11\x1F\x11\x15\x16\x0C\x13\x0E\x12\x1F\x11\x1A\x11\x0D\x12\x16\x0C\x10\x0D\x0C\x23\x12\x11\x15\x0F\x0E", - /* PowerInput */ "\x2F\x11\x15\x0C\x19\x40\x16\x14\x0D\x10\x0E\x23\x11\x0C\x17\x0D\x18\x0F\x22\x0D\x15\x17\x0D\x0C\x14\x0C\x2E\x0D\x13\x0D\x15\x41", -}; - -const char* SettingsCalibrationDone = "\x38\x0D\x22\x0F\x26\x12\x0D\x15\x1C\x0D\x0C\x19\x2C\x0D\x10\x0D\x44"; -const char* SettingsCalibrationWarning = "\x25\x12\x17\x0E\x2C\x0C\x1E\x11\x10\x13\x16\x10\x19\x11\x14\x0D\x10\x0F\x0E\x1F\x0C\x19\x1A\x0E\x14\x10\x0F\x1C\x0C\x18\x0F\x35\x34\x0C\x40\x0E\x0C\x1E\x11\x51\x15\x3C\x14\x1E\x0D\x0C\x11\x18\x0F\x36\x23\x10\x0E\x22\x0D\x0C\x13\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x0E\x0C\x1A\x11\x1E\x11\x1C\x11\x14\x0D\x44"; -const char* SettingsResetWarning = "\x21\x17\x16\x0C\x10\x0D\x0C\x1A\x0E\x14\x10\x11\x0C\x15\x41\x15\x0E\x18\x17\x0C\x1A\x12\x17\x16\x14\x12\x3C\x15\x0F\x42\x0C\x19\x18\x13\x0D\x14\x0F\x0E\x10\x0F\x0D\x0C\x45\x0D\x26\x12\x16\x15\x17\x10\x0E\x46"; -const char* UVLOWarningString = "\x33\x3E\x20\x38\x3E\x39\x0C\x30\x21"; -const char* UndervoltageString = "\x25\x11\x2C\x0C\x10\x0D\x1A\x0F\x35\x15\x0F\x0E\x1F"; -const char* InputVoltageString = "\x2E\x0E\x1C\x29\x15\x0F\x11\x14\x0E\x0C\x3A\x3D\x0C"; -const char* WarningTipTempString = "\x1B\x0E\x1F\x1A\x0E\x12\x0D\x13\x19\x12\x0D\x0C\x23\x12\x11\x13\x0D\x3D\x0C"; -const char* BadTipString = "\x3F\x4B\x4A\x0C\x43\x37\x28\x1B"; -const char* SleepingSimpleString = "\x3F\x17\x17\x44"; -const char* SleepingAdvancedString = "\x2B\x18\x1A\x0F\x0E\x10\x0F\x0E\x1D\x1D\x1D"; -const char* WarningSimpleString = "\x48\x28\x1B\x44"; -const char* WarningAdvancedString = "\x43\x28\x37\x49\x21\x27\x0C\x38\x28\x50\x21\x4F\x2E\x38\x27\x44"; -const char* SleepingTipAdvancedString = "\x43\x12\x11\x13\x3D"; -const char* IdleTipString = "\x43\x12\x11\x13\x3D"; -const char* IdleSetString = "\x0C\x2B\x18\x13\x0D\x14\x3D"; -const char* TipDisconnectedString = "\x43\x37\x28\x1B\x0C\x28\x30\x4B\x49\x21\x3F\x28\x33\x4A"; -const char* SolderingAdvancedPowerPrompt = "\x25\x11\x14\x0E\x12\x3D\x0C"; -const char* OffString = "\x2E\x16\x24\x36\x15\x17"; -const char* ResetOKMessage = "\x37\x0E\x18\x0E\x13\x0C\x28\x38"; - -const char* SettingRightChar = "\x25"; -const char* SettingLeftChar = "\x2A"; -const char* SettingAutoChar = "\x27"; -const char* SettingFastChar = "\x47"; -const char* SettingSlowChar = "\x20"; - -const char* SymbolPlus = "\x4E"; -const char* SymbolMinus = "\x4D"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x1D"; -const char* SymbolDegC = "\x21"; -const char* SymbolDegF = "\x47"; -const char* SymbolMinutes = "\x2F"; -const char* SymbolSeconds = "\x20"; -const char* SymbolWatts = "\x2E"; -const char* SymbolVolts = "\x3A"; -const char* SymbolDC = "\x30\x21"; -const char* SymbolCellCount = "\x20"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x3B\x02\x04", - "\x30\x04\x06", - "\x3B\x21\x04", - "\x0C\x21\x03", - "\x1B\x20\x03\x02\x02", - "\x3B\x21\x04", - "\x48\x0D\x1E\x1E\x11", - "\x2B\x18\x0E\x12", -#else - "\x3B\x02\x04", - "\x30\x04\x07", - "\x1B\x20\x0A\x02", - "\x2B\x18\x0E\x12", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_SINGLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x25\x2E\x37\x20\x21" }, - /* SleepTemperature */ { "\x20\x1B\x2F\x25" }, - /* SleepTimeout */ { "\x20\x1B\x2F\x39" }, - /* ShutdownTimeout */ { "\x20\x48\x1B\x2F\x39" }, - /* MotionSensitivity */ { "\x2F\x20\x39\x33\x20\x39" }, - /* TemperatureUnit */ { "\x1B\x2F\x25\x2B\x33\x1B" }, - /* AdvancedIdle */ { "\x27\x30\x3A\x3E\x30\x2A" }, - /* DisplayRotation */ { "\x30\x20\x25\x37\x28\x1B" }, - /* BoostEnabled */ { "\x3B\x28\x28\x20\x1B" }, - /* BoostTemperature */ { "\x3B\x1B\x2F\x25" }, - /* AutoStart */ { "\x27\x20\x1B\x27\x37\x1B" }, - /* CooldownBlink */ { "\x21\x2A\x3B\x2A\x33\x38" }, - /* TemperatureCalibration */ { "\x1B\x2F\x25\x0C\x21\x27\x2A\x46" }, - /* SettingsReset */ { "\x37\x39\x20\x39\x1B\x46" }, - /* VoltageCalibration */ { "\x21\x27\x2A\x0C\x3A\x3E\x33\x46" }, - /* AdvancedSoldering */ { "\x27\x30\x3A\x20\x2A\x30" }, - /* ScrollingSpeed */ { "\x30\x39\x20\x21\x20\x25" }, - /* TipModel */ { "\x1B\x3E\x25\x2F\x28" }, - /* SimpleCalibrationMode */ { "\x20\x2F\x25\x21\x27\x2A" }, - /* AdvancedCalibrationMode */ { "\x27\x30\x3A\x21\x27\x2A" }, - /* PowerInput */ { "\x25\x2E\x37\x2E" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x2A\x19\x13\x11\x14\x0D\x10\x0F\x0E\x01\x2B\x18\x13\x0D\x14\x0F\x0E\x10\x0F\x0D", - /* PowerSavingMenu */ "\x2B\x29\x1A\x0F\x0E\x10\x0F\x0E\x01\x1B\x12\x16\x26\x16", - /* UIMenu */ "\x2B\x40\x16\x13\x1E\x11\x14\x10\x0F\x1E\x01\x3E\x10\x13\x0E\x12\x45\x0E\x1C\x18", - /* AdvancedMenu */ "\x3F\x0D\x0D\x14\x0D\x10\x18\x11\x14\x0D\x10\x0E\x01\x28\x1A\x15\x1C\x0E", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x2B\x18\x13\x0D\x14\x0F\x0E\x10\x0F\x0D\x0C\x22\x19\x13\x11\x14\x10\x0F\x15\x16", - /* PowerSavingMenu */ "\x2B\x18\x13\x0D\x14\x0F\x0E\x10\x0F\x0D\x0C\x11\x18\x17\x15\x17\x35\x2C\x17\x0D\x10\x0F\x0D\x0C\x0E\x10\x0E\x12\x23\x0F\x0F", - /* UIMenu */ "\x2B\x18\x13\x0D\x14\x0F\x0E\x10\x0F\x0D\x0C\x0F\x10\x13\x0E\x12\x45\x0E\x1C\x18\x19\x0C\x19\x40\x16\x13\x1E\x11\x14\x10\x0F\x1E\x0D", - /* AdvancedMenu */ "\x28\x1A\x15\x1C\x0E\x0C\x17\x0D\x0D\x14\x0D\x10\x18\x11\x14\x0D\x10\x0E", -}; - -#endif - -#ifdef LANG_PT -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0C -> a -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0D -> e -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0E -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x0F -> o -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x10 -> t -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x11 -> r -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x12 -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x13 -> n -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x14 -> d -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x15 -> s -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x16 -> u -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x17 -> m -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x18 -> l -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x19 -> p -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0xB8,0xB0,0xF0,0xF0,0x30,0x38,0x18,0x08,0x00,//\x1A -> ç -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1B -> c -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1C -> C -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x1D -> b -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x1E -> f -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1F -> T -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x20 -> v -0x00,0x00,0x40,0x68,0x6C,0x64,0x6C,0x68,0x6C,0xE4,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x21 -> ã -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x22 -> . -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x23 -> M -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x24 -> A -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x25 -> S -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x26 -> P -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x27 -> g -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x28 -> D -0x00,0x80,0xC8,0xEC,0x64,0x6C,0x68,0x6C,0xE4,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x29 -> õ -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2A -> O -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2B -> E -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2C -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2D -> < -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x2E -> R -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x2F -> = -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x30 -> F -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x31 -> z -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x32 -> U -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x33 -> V -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x34 -> B -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x35 -> j -0x00,0x00,0x40,0x60,0x68,0x6C,0x66,0x62,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x36 -> á -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x37 -> x -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x38 -> h -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x39 -> : -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3A -> " -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x07,0x0F,0x1C,0x18,0x18,0x18,0x18,0x0C,0xFF,0xFF,0x00,//\x3B -> q -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x3C -> ! -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x3D -> k -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3E -> L -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x3F -> N -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x40 -> I -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x41 -> ? -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x42 -> W -0x00,0x80,0xC0,0xE8,0x6C,0x66,0x66,0x6C,0x68,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x33,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x43 -> ê -0x00,0x80,0xC0,0xE0,0x60,0x68,0x6C,0x66,0x62,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x03,0x00,//\x44 -> é -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x45 -> / -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x46 -> H -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x47 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x48 -> + -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x49 -> K -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x4A -> w -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x4B -> Z -0x00,0x03,0x0F,0x1C,0x30,0xE0,0xE0,0x30,0x1C,0x0F,0x03,0x00,0x00,0x30,0x3C,0x0E,0x03,0x01,0x01,0x03,0x0E,0x3C,0x30,0x00,//\x4C -> X -0x00,0x00,0x40,0x60,0x62,0x66,0x6C,0x68,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x4D -> à -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x4E -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x4F -> ( -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0C -> a -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0D -> e -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0E -> -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x0F -> o -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x10 -> t -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x11 -> r -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x12 -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x13 -> n -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x14 -> d -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x15 -> s -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x16 -> u -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x17 -> m -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x18 -> l -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x19 -> p -0x1c, 0x22, 0x62, 0x22, 0x10, 0x00,//\x1A -> ç -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1B -> c -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1C -> C -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x1D -> b -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x1E -> f -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1F -> T -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x20 -> v -0x22, 0x55, 0x56, 0x55, 0x78, 0x00,//\x21 -> ã -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x22 -> . -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x23 -> M -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x24 -> A -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x25 -> S -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x26 -> P -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x27 -> g -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x28 -> D -0x32, 0x49, 0x4a, 0x31, 0x00, 0x00,//\x29 -> õ -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2A -> O -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x2B -> E -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2C -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2D -> < -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x2E -> R -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x2F -> = -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x30 -> F -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x31 -> z -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x32 -> U -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x33 -> V -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x34 -> B -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x35 -> j -0x20, 0x54, 0x56, 0x55, 0x78, 0x00,//\x36 -> á -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x37 -> x -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x38 -> h -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x39 -> : -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x3A -> " -0x08, 0x14, 0x14, 0x14, 0x7c, 0x00,//\x3B -> q -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x3C -> ! -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x3D -> k -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3E -> L -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x3F -> N -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x40 -> I -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x41 -> ? -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x42 -> W -0x38, 0x56, 0x55, 0x56, 0x08, 0x00,//\x43 -> ê -0x38, 0x54, 0x56, 0x55, 0x08, 0x00,//\x44 -> é -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x45 -> / -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x46 -> H -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x47 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x48 -> + -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x49 -> K -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x4A -> w -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x4B -> Z -0x63, 0x14, 0x08, 0x14, 0x63, 0x00,//\x4C -> X -0x20, 0x55, 0x56, 0x54, 0x78, 0x00,//\x4D -> à -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x4E -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x4F -> ( -}; -// ---- Português ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x30\x0F\x13\x10\x0D\x0E\x14\x0D\x0E\x0C\x18\x12\x17\x0D\x13\x10\x0C\x1A\x21\x0F\x22\x0E\x28\x0D\x1E\x12\x13\x0D\x0E\x0C\x0E\x10\x0D\x13\x15\x21\x0F\x0E\x14\x0D\x0E\x1B\x0F\x11\x10\x0D\x22\x0E\x2D\x28\x1C\x2F\x03\x02\x33\x2C\x0E\x2D\x25\x2F\x05\x22\x05\x33\x45\x1B\x44\x18\x16\x18\x0C\x2C", - /* SleepTemperature */ "\x1F\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C\x0E\x14\x0D\x0E\x11\x0D\x19\x0F\x16\x15\x0F\x0E\x2D\x1C\x2C", - /* SleepTimeout */ "\x1F\x0D\x17\x19\x0F\x0E\x19\x0C\x11\x0C\x0E\x11\x0D\x19\x0F\x16\x15\x0F\x0E\x2D\x23\x12\x13\x16\x10\x0F\x15\x45\x25\x0D\x27\x16\x13\x14\x0F\x15\x2C", - /* ShutdownTimeout */ "\x1F\x0D\x17\x19\x0F\x0E\x19\x0C\x11\x0C\x0E\x14\x0D\x15\x18\x12\x27\x0C\x17\x0D\x13\x10\x0F\x0E\x2D\x23\x12\x13\x16\x10\x0F\x15\x2C", - /* MotionSensitivity */ "\x25\x0D\x13\x15\x12\x1D\x12\x18\x12\x14\x0C\x14\x0D\x0E\x0C\x0F\x0E\x17\x0F\x20\x12\x17\x0D\x13\x10\x0F\x0E\x2D\x02\x2F\x28\x0D\x15\x18\x12\x27\x0C\x14\x0F\x0E\x03\x2F\x23\x0D\x13\x0F\x11\x0E\x0B\x2F\x23\x0C\x12\x0F\x11\x2C", - /* TemperatureUnit */ "\x32\x13\x12\x14\x0C\x14\x0D\x0E\x14\x0D\x0E\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C\x0E\x2D\x1C\x2F\x1C\x0D\x18\x15\x12\x16\x15\x0E\x30\x2F\x30\x0C\x38\x11\x0D\x13\x38\x0D\x12\x10\x2C", - /* AdvancedIdle */ "\x2B\x37\x12\x1D\x0D\x0E\x12\x13\x1E\x0F\x11\x17\x0C\x1A\x29\x0D\x15\x0E\x0C\x20\x0C\x13\x1A\x0C\x14\x0C\x15\x0E\x3B\x16\x0C\x13\x14\x0F\x0E\x0D\x17\x0E\x0D\x15\x19\x0D\x11\x0C", - /* DisplayRotation */ "\x2A\x11\x12\x0D\x13\x10\x0C\x1A\x21\x0F\x0E\x14\x0C\x0E\x10\x0D\x18\x0C\x0E\x2D\x24\x22\x16\x10\x0F\x17\x36\x10\x12\x1B\x0C\x0E\x1C\x22\x0C\x13\x38\x0F\x10\x0F\x0E\x28\x22\x0D\x15\x10\x11\x0F\x2C", - /* BoostEnabled */ "\x1F\x0D\x1B\x18\x0C\x0E\x1E\x11\x0F\x13\x10\x0C\x18\x0E\x0C\x1B\x10\x12\x20\x0C\x0E\x17\x0F\x14\x0F\x0E\x3A\x10\x16\x11\x1D\x0F\x3A", - /* BoostTemperature */ "\x24\x35\x16\x15\x10\x0D\x0E\x14\x0D\x0E\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C\x0E\x14\x0F\x0E\x17\x0F\x14\x0F\x0E\x3A\x10\x16\x11\x1D\x0F\x3A", - /* AutoStart */ "\x24\x3B\x16\x0D\x1B\x0D\x0E\x0C\x0E\x19\x0F\x13\x10\x0C\x0E\x0C\x16\x10\x0F\x17\x0C\x10\x12\x1B\x0C\x17\x0D\x13\x10\x0D\x0E\x0C\x0F\x0E\x18\x12\x27\x0C\x11", - /* CooldownBlink */ "\x30\x0C\x31\x0E\x0F\x0E\x20\x0C\x18\x0F\x11\x0E\x14\x0C\x0E\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C\x0E\x19\x12\x15\x1B\x0C\x11\x0E\x14\x16\x11\x0C\x13\x10\x0D\x0E\x0F\x0E\x0C\x11\x11\x0D\x1E\x0D\x1B\x12\x17\x0D\x13\x10\x0F", - /* TemperatureCalibration */ "\x1C\x0C\x18\x12\x1D\x11\x0C\x0E\x0C\x0E\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C", - /* SettingsReset */ "\x2E\x0D\x20\x0D\x11\x10\x0D\x0E\x10\x0F\x14\x0F\x15\x0E\x0C\x35\x16\x15\x10\x0D\x15", - /* VoltageCalibration */ "\x1C\x0C\x18\x12\x1D\x11\x0C\x0E\x0C\x0E\x10\x0D\x13\x15\x21\x0F\x0E\x14\x0D\x0E\x0C\x18\x12\x17\x0D\x13\x10\x0C\x1A\x21\x0F\x22\x0E\x32\x15\x0D\x0E\x0F\x15\x0E\x1D\x0F\x10\x29\x0D\x15\x0E\x19\x0C\x11\x0C\x0E\x0C\x35\x16\x15\x10\x0C\x11\x0E\x0F\x0E\x20\x0C\x18\x0F\x11\x22\x0E\x23\x0C\x13\x10\x0D\x13\x38\x0C\x0E\x19\x11\x0D\x15\x15\x12\x0F\x13\x0C\x14\x0F\x0E\x19\x0C\x11\x0C\x0E\x15\x0C\x12\x11", - /* AdvancedSoldering */ "\x2B\x37\x12\x1D\x0D\x0E\x12\x13\x1E\x0F\x11\x17\x0C\x1A\x29\x0D\x15\x0E\x0C\x20\x0C\x13\x1A\x0C\x14\x0C\x15\x0E\x14\x16\x11\x0C\x13\x10\x0D\x0E\x0F\x0E\x16\x15\x0F", - /* ScrollingSpeed */ "\x33\x0D\x18\x0F\x1B\x12\x14\x0C\x14\x0D\x0E\x0C\x0E\x3B\x16\x0D\x0E\x0F\x0E\x10\x0D\x37\x10\x0F\x0E\x44\x0E\x0D\x37\x12\x1D\x12\x14\x0F", - /* TipModel */ "\x25\x0D\x18\x0D\x1B\x1A\x21\x0F\x0E\x14\x0D\x0E\x17\x0F\x14\x0D\x18\x0F\x0E\x14\x0D\x0E\x19\x0F\x13\x10\x0C", - /* SimpleCalibrationMode */ "\x1C\x0C\x18\x12\x1D\x11\x0C\x1A\x21\x0F\x0E\x15\x12\x17\x19\x18\x0D\x15\x0E\x1B\x0F\x17\x0E\x36\x27\x16\x0C\x0E\x3B\x16\x0D\x13\x10\x0D", - /* AdvancedCalibrationMode */ "\x1C\x0C\x18\x12\x1D\x11\x0C\x1A\x21\x0F\x0E\x0C\x20\x0C\x13\x1A\x0C\x14\x0C\x0E\x1B\x0F\x17\x0E\x16\x17\x0E\x10\x0D\x11\x17\x0F\x19\x0C\x11\x0E\x13\x0C\x0E\x19\x0F\x13\x10\x0C", - /* PowerInput */ "\x26\x0F\x10\x43\x13\x1B\x12\x0C\x0E\x14\x0C\x0E\x1E\x0F\x13\x10\x0D\x0E\x16\x15\x0C\x14\x0C\x0E\x4F\x42\x0C\x10\x10\x4E", -}; - -const char* SettingsCalibrationDone = "\x1C\x0C\x18\x12\x1D\x11\x0C\x1A\x21\x0F\x0E\x10\x0D\x11\x17\x12\x13\x0C\x14\x0C\x3C"; -const char* SettingsCalibrationWarning = "\x24\x0E\x19\x0F\x13\x10\x0C\x0E\x14\x0D\x20\x0D\x0E\x0D\x15\x10\x0C\x11\x0E\x4D\x0E\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C\x0E\x0C\x17\x1D\x12\x0D\x13\x10\x0D\x0E\x0C\x13\x10\x0D\x15\x0E\x14\x0D\x0E\x1B\x0F\x13\x10\x12\x13\x16\x0C\x11\x3C"; -const char* SettingsResetWarning = "\x28\x0D\x1E\x12\x13\x12\x1A\x29\x0D\x15\x0E\x14\x0D\x0E\x1E\x36\x1D\x11\x12\x1B\x0C\x41"; -const char* UVLOWarningString = "\x28\x1C\x0E\x34\x24\x40\x4C\x2A"; -const char* UndervoltageString = "\x25\x16\x1D\x10\x0D\x13\x15\x21\x0F"; -const char* InputVoltageString = "\x1F\x0D\x13\x15\x21\x0F\x0E"; -const char* WarningTipTempString = "\x1F\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C\x0E"; -const char* BadTipString = "\x2B\x2E\x0E\x26\x2A\x3F\x1F\x24"; -const char* SleepingSimpleString = "\x4B\x31\x31\x31"; -const char* SleepingAdvancedString = "\x2E\x0D\x19\x0F\x16\x15\x0F\x22\x22\x22"; -const char* WarningSimpleString = "\x1F\x2B\x23\x26"; -const char* WarningAdvancedString = "\x1F\x2B\x23\x26\x0E\x2B\x3E\x2B\x33\x24\x28\x24\x3C"; -const char* SleepingTipAdvancedString = "\x26\x0F\x13\x10\x0C\x39"; -const char* IdleTipString = "\x26\x0F\x13\x10\x0C\x39"; -const char* IdleSetString = "\x0E\x24\x35\x39"; -const char* TipDisconnectedString = "\x25\x2B\x23\x0E\x26\x2A\x3F\x1F\x24"; -const char* SolderingAdvancedPowerPrompt = "\x26\x0F\x4A\x0D\x11\x39\x0E"; -const char* OffString = "\x2A\x1E\x1E"; -const char* ResetOKMessage = "\x2E\x0D\x15\x0D\x10\x0E\x2A\x49"; - -const char* SettingRightChar = "\x28"; -const char* SettingLeftChar = "\x1C"; -const char* SettingAutoChar = "\x24"; -const char* SettingFastChar = "\x2E"; -const char* SettingSlowChar = "\x3E"; - -const char* SymbolPlus = "\x48"; -const char* SymbolMinus = "\x47"; -const char* SymbolSpace = "\x0E"; -const char* SymbolDot = "\x22"; -const char* SymbolDegC = "\x1C"; -const char* SymbolDegF = "\x30"; -const char* SymbolMinutes = "\x23"; -const char* SymbolSeconds = "\x25"; -const char* SymbolWatts = "\x42"; -const char* SymbolVolts = "\x33"; -const char* SymbolDC = "\x28\x1C"; -const char* SymbolCellCount = "\x25"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x34\x02\x04", - "\x28\x04\x06", - "\x34\x1C\x04", - "\x0E\x1C\x03", - "\x1F\x25\x03\x02\x02", - "\x34\x1C\x04", - "\x46\x0C\x3D\x3D\x0F", - "\x32\x15\x0D\x11", -#else - "\x34\x02\x04", - "\x28\x04\x07", - "\x1F\x25\x0A\x02", - "\x32\x15\x0D\x11", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x30\x0F\x13\x10\x0D", "\x0C\x18\x12\x17\x0D\x13\x10\x0C\x1A\x21\x0F" }, - /* SleepTemperature */ { "\x1F\x0D\x17\x19\x0D\x11\x0C\x10\x22", "\x11\x0D\x19\x0F\x16\x15\x0F" }, - /* SleepTimeout */ { "\x1F\x0D\x17\x19\x0F", "\x11\x0D\x19\x0F\x16\x15\x0F" }, - /* ShutdownTimeout */ { "\x1F\x0D\x17\x19\x0F", "\x14\x0D\x15\x18\x12\x27\x0C\x17\x22" }, - /* MotionSensitivity */ { "\x25\x0D\x13\x15\x12\x1D\x12\x18\x12\x14\x0C\x14\x0D", "\x17\x0F\x20\x12\x17\x0D\x13\x10\x0F" }, - /* TemperatureUnit */ { "\x32\x13\x12\x14\x0C\x14\x0D", "\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C" }, - /* AdvancedIdle */ { "\x1F\x0D\x18\x0C\x0E\x11\x0D\x19\x0F\x16\x15\x0F", "\x0C\x20\x0C\x13\x1A\x0C\x14\x0C" }, - /* DisplayRotation */ { "\x2A\x11\x12\x0D\x13\x10\x0C\x1A\x21\x0F", "\x10\x0D\x18\x0C" }, - /* BoostEnabled */ { "\x23\x0F\x14\x0F\x0E\x10\x16\x11\x1D\x0F", "\x0C\x1B\x10\x12\x20\x0C\x14\x0F" }, - /* BoostTemperature */ { "\x23\x0F\x14\x0F\x0E\x10\x16\x11\x1D\x0F", "\x10\x0D\x17\x19\x0D\x11\x0C\x10\x22" }, - /* AutoStart */ { "\x26\x0C\x11\x10\x12\x14\x0C", "\x0C\x16\x10\x0F\x17\x36\x10\x12\x1B\x0C" }, - /* CooldownBlink */ { "\x26\x12\x15\x1B\x0C\x11\x0E\x0C\x0F", "\x0C\x11\x11\x0D\x1E\x0D\x1B\x0D\x11" }, - /* TemperatureCalibration */ { "\x1C\x0C\x18\x12\x1D\x11\x0C\x11", "\x10\x0D\x17\x19\x0D\x11\x0C\x10\x16\x11\x0C" }, - /* SettingsReset */ { "\x2E\x0D\x15\x0D\x10\x0E\x14\x0D", "\x1E\x36\x1D\x11\x12\x1B\x0C\x41" }, - /* VoltageCalibration */ { "\x1C\x0C\x18\x12\x1D\x11\x0C\x11", "\x10\x0D\x13\x15\x21\x0F" }, - /* AdvancedSoldering */ { "\x1F\x0D\x18\x0C\x0E\x10\x11\x0C\x1D\x0C\x18\x38\x0F", "\x0C\x20\x0C\x13\x1A\x0C\x14\x0C" }, - /* ScrollingSpeed */ { "\x33\x0D\x18\x0F\x1B\x12\x14\x0C\x14\x0D", "\x10\x0D\x37\x10\x0F\x0E\x0C\x35\x16\x14\x0C" }, - /* TipModel */ { "\x26\x0F\x13\x10\x0C", "\x23\x0F\x14\x0D\x18\x0F" }, - /* SimpleCalibrationMode */ { "\x1C\x0C\x18\x12\x1D\x11\x0C\x1A\x21\x0F", "\x25\x12\x17\x19\x18\x0D\x15" }, - /* AdvancedCalibrationMode */ { "\x1C\x0C\x18\x12\x1D\x11\x0C\x1A\x21\x0F", "\x24\x20\x0C\x13\x1A\x0C\x14\x0C" }, - /* PowerInput */ { "\x26\x0F\x10\x43\x13\x1B\x12\x0C", "\x30\x0F\x13\x10\x0D" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x1C\x0F\x13\x1E\x12\x27\x16\x11\x0C\x1A\x29\x0D\x15\x01\x25\x0F\x18\x14\x0C", - /* PowerSavingMenu */ "\x23\x0F\x14\x0F\x15\x01\x2E\x0D\x19\x0F\x16\x15\x0F", - /* UIMenu */ "\x40\x13\x10\x0D\x11\x1E\x0C\x1B\x0D\x01\x32\x10\x12\x18\x12\x31\x0C\x14\x0F\x11", - /* AdvancedMenu */ "\x23\x0D\x13\x16\x01\x24\x20\x0C\x13\x1A\x0C\x14\x0F", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x1C\x0F\x13\x1E\x12\x27\x16\x11\x0C\x1A\x29\x0D\x15\x0E\x14\x0D\x0E\x15\x0F\x18\x14\x0C\x27\x0D\x17", - /* PowerSavingMenu */ "\x1C\x0F\x13\x1E\x12\x27\x16\x11\x0C\x1A\x29\x0D\x15\x0E\x14\x0D\x0E\x0D\x1B\x0F\x13\x0F\x17\x12\x0C\x0E\x14\x0D\x0E\x0D\x13\x0D\x11\x27\x12\x0C", - /* UIMenu */ "\x1C\x0F\x13\x1E\x12\x27\x16\x11\x0C\x1A\x29\x0D\x15\x0E\x14\x0F\x0E\x12\x13\x10\x0D\x11\x1E\x0C\x1B\x0D\x0E\x14\x0F\x0E\x16\x10\x12\x18\x12\x31\x0C\x14\x0F\x11", - /* AdvancedMenu */ "\x2A\x19\x1A\x29\x0D\x15\x0E\x0C\x20\x0C\x13\x1A\x0C\x14\x0C\x15", -}; - -#endif - -#ifdef LANG_RU -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x00,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1E,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0D -> а -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x0E -> о -0x00,0xF0,0xF0,0x00,0x00,0x00,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x0F -> и -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x00,//\x10 -> е -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0xFF,0xFF,0x0C,0x0C,0x0C,0x0C,0x0C,0x0E,0x07,0x03,0x00,//\x11 -> р -0x00,0x30,0x30,0x30,0x30,0xF0,0xF0,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x12 -> т -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x13 -> н -0x00,0xF0,0xF0,0x80,0x80,0xC0,0xE0,0x70,0x30,0x10,0x00,0x00,0x00,0x3F,0x3F,0x03,0x03,0x07,0x0E,0x1C,0x38,0x30,0x20,0x00,//\x14 -> к -0x00,0xF0,0xF0,0xE0,0xC0,0x80,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x15 -> м -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x16 -> л -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x17 -> п -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0x60,0x40,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x18,0x08,0x00,//\x18 -> с -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x00,0x3F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x19 -> в -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x21,0x33,0x3B,0x1E,0x0E,0x06,0x06,0x06,0x3F,0x3F,0x00,//\x1A -> я -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x00,0x60,0x7F,0x3F,0x30,0x30,0x30,0x30,0x3F,0x7F,0x60,0x00,//\x1B -> д -0x00,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x31,0x31,0x3B,0x1F,0x0E,0x00,0x3F,0x3F,0x00,//\x1C -> ы -0x00,0x30,0xF0,0xC0,0x00,0x00,0x00,0x00,0xC0,0xF0,0x30,0x00,0x00,0x60,0xE0,0xC3,0xE7,0x7C,0x3C,0x0F,0x03,0x00,0x00,0x00,//\x1D -> у -0x00,0x30,0xF0,0xC0,0x00,0xF0,0xF0,0x00,0xC0,0xF0,0x30,0x00,0x00,0x30,0x3C,0x0F,0x03,0x3F,0x3F,0x03,0x0F,0x3C,0x30,0x00,//\x1E -> ж -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1F -> . -0x00,0xF0,0xF0,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x3F,0x31,0x31,0x31,0x31,0x31,0x3B,0x1F,0x0E,0x00,//\x20 -> ь -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x21 -> б -0x00,0xF0,0xF0,0x00,0x04,0x08,0x88,0xC4,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x22 -> й -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x23 -> ч -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x24 -> П -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x25 -> - -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x26 -> e -0x00,0xF0,0xF0,0x00,0xE0,0xF0,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x3F,0x3F,0x03,0x1F,0x3F,0x30,0x30,0x30,0x3F,0x1F,0x00,//\x27 -> ю -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x28 -> з -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x29 -> t -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2A -> В -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2B -> К -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x2C -> , -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x2D -> А -0x00,0x03,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x2E -> Т -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2F -> > -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x30 -> a -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x31 -> C -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x32 -> < -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x33 -> r -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x34 -> С -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x35 -> S -0x00,0x03,0x0F,0xFC,0xE0,0xFF,0xFF,0xE0,0xFC,0x0F,0x03,0x00,0x00,0x38,0x3F,0x07,0x00,0x3F,0x3F,0x00,0x07,0x3F,0x38,0x00,//\x36 -> Ж -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x37 -> : -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x38 -> B -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x39 -> o -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3A -> г -0x00,0x40,0x60,0x70,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0x08,0x18,0x38,0x30,0x33,0x33,0x33,0x3B,0x1F,0x0F,0x00,//\x3B -> э -0x00,0x80,0xC0,0x60,0x60,0xF0,0xF0,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x30,0x30,0xFF,0xFF,0x30,0x30,0x1F,0x0F,0x00,//\x3C -> ф -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x3D -> М -0x00,0x30,0x70,0xC0,0x80,0x00,0x00,0x80,0xC0,0x70,0x30,0x00,0x00,0x30,0x38,0x0C,0x07,0x03,0x03,0x07,0x0C,0x38,0x30,0x00,//\x3E -> х -0x00,0x00,0x00,0x1E,0x3F,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3F -> ° -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x40 -> s -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x41 -> Р -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x42 -> Н -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x43 -> О -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x44 -> D -0x00,0xFF,0xFF,0x00,0x00,0xC0,0xF0,0x38,0x0E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x07,0x03,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x45 -> И -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x46 -> ! -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x47 -> f -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x48 -> W -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x49 -> w -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x4A -> F -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x4B -> = -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x4C -> T -0x00,0x00,0xF0,0xFC,0x1E,0x07,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x4D -> Л -0x00,0xF0,0xF0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x4E -> ш -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x3F,0xFF,0xF0,0x00,//\x4F -> ц -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x50 -> V -0x00,0x07,0x1F,0x7C,0xF0,0xC0,0xC0,0xF0,0x7C,0x1F,0x07,0x00,0x00,0x00,0x30,0x30,0x3C,0x0F,0x07,0x01,0x00,0x00,0x00,0x00,//\x51 -> У -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x52 -> U -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x53 -> k -0x00,0x00,0xF8,0xFE,0x0F,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x00,0x70,0x7F,0x1F,0x18,0x18,0x18,0x18,0x1F,0x7F,0x70,0x00,//\x54 -> Д -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x55 -> + -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x56 -> O -0x00,0x7F,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x57 -> Ч -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x58 -> Г -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x59 -> ? -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x5A -> d -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x5B -> p -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x5C -> g -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x5D -> P -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x5E -> A -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x5F -> H -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x60 -> M -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x61 -> ) -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x62 -> / -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x63 -> ( -0x00,0xF8,0xFC,0x0E,0x06,0xFF,0xFF,0x06,0x0E,0xFC,0xF8,0x00,0x00,0x03,0x07,0x0E,0x0C,0x3F,0x3F,0x0C,0x0E,0x07,0x03,0x00,//\x64 -> Ф -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x65 -> K -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x66 -> R -0x00,0x7C,0xFE,0xC7,0x83,0x83,0x83,0x83,0x83,0xFF,0xFF,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x03,0x01,0x01,0x3F,0x3F,0x00,//\x67 -> Я -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x68 -> Е -0x00,0xFF,0xFF,0x00,0x02,0xC3,0xF1,0x38,0x0E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x07,0x03,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x69 -> Й -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x6A -> u -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x6B -> h -0x00,0xF0,0xF0,0x00,0x00,0xF0,0xF0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0xFF,0xE0,//\x6C -> щ -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0D -> а -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x0E -> о -0x7c, 0x20, 0x10, 0x08, 0x7c, 0x00,//\x0F -> и -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x10 -> е -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x11 -> р -0x04, 0x04, 0x7c, 0x04, 0x04, 0x00,//\x12 -> т -0x7c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x13 -> н -0x7c, 0x10, 0x28, 0x44, 0x00, 0x00,//\x14 -> к -0x7c, 0x08, 0x10, 0x08, 0x7c, 0x00,//\x15 -> м -0x40, 0x3c, 0x04, 0x04, 0x7c, 0x00,//\x16 -> л -0x7c, 0x04, 0x04, 0x04, 0x7c, 0x00,//\x17 -> п -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x18 -> с -0x7c, 0x54, 0x54, 0x54, 0x28, 0x00,//\x19 -> в -0x48, 0x34, 0x14, 0x14, 0x7c, 0x00,//\x1A -> я -0x40, 0x3c, 0x24, 0x3c, 0x60, 0x00,//\x1B -> д -0x7c, 0x50, 0x20, 0x00, 0x7c, 0x00,//\x1C -> ы -0x4c, 0x50, 0x20, 0x10, 0x0c, 0x00,//\x1D -> у -0x6c, 0x10, 0x7c, 0x10, 0x6c, 0x00,//\x1E -> ж -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1F -> . -0x00, 0x7c, 0x50, 0x20, 0x00, 0x00,//\x20 -> ь -0x3c, 0x4a, 0x4a, 0x4a, 0x30, 0x00,//\x21 -> б -0x7c, 0x21, 0x12, 0x09, 0x7c, 0x00,//\x22 -> й -0x0c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x23 -> ч -0x7f, 0x01, 0x01, 0x01, 0x7f, 0x00,//\x24 -> П -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x25 -> - -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x26 -> e -0x7c, 0x10, 0x38, 0x44, 0x38, 0x00,//\x27 -> ю -0x28, 0x44, 0x54, 0x54, 0x28, 0x00,//\x28 -> з -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x29 -> t -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2A -> В -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2B -> К -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x2C -> , -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x2D -> А -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x2E -> Т -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2F -> > -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x30 -> a -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x31 -> C -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x32 -> < -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x33 -> r -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x34 -> С -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x35 -> S -0x77, 0x08, 0x7f, 0x08, 0x77, 0x00,//\x36 -> Ж -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x37 -> : -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x38 -> B -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x39 -> o -0x7c, 0x04, 0x04, 0x04, 0x04, 0x00,//\x3A -> г -0x28, 0x44, 0x54, 0x54, 0x28, 0x00,//\x3B -> э -0x18, 0x24, 0x7e, 0x24, 0x18, 0x00,//\x3C -> ф -0x7f, 0x02, 0x04, 0x02, 0x7f, 0x00,//\x3D -> М -0x44, 0x28, 0x10, 0x28, 0x44, 0x00,//\x3E -> х -0x00, 0x00, 0x07, 0x05, 0x07, 0x00,//\x3F -> ° -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x40 -> s -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x41 -> Р -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x42 -> Н -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x43 -> О -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x44 -> D -0x7f, 0x10, 0x08, 0x04, 0x7f, 0x00,//\x45 -> И -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x46 -> ! -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x47 -> f -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x48 -> W -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x49 -> w -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x4A -> F -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x4B -> = -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x4C -> T -0x40, 0x3f, 0x01, 0x01, 0x7f, 0x00,//\x4D -> Л -0x3c, 0x20, 0x3c, 0x20, 0x3c, 0x00,//\x4E -> ш -0x3c, 0x20, 0x20, 0x3c, 0x60, 0x00,//\x4F -> ц -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x50 -> V -0x47, 0x48, 0x30, 0x08, 0x07, 0x00,//\x51 -> У -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x52 -> U -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x53 -> k -0x60, 0x3f, 0x21, 0x3f, 0x60, 0x00,//\x54 -> Д -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x55 -> + -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x56 -> O -0x07, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x57 -> Ч -0x7f, 0x01, 0x01, 0x01, 0x01, 0x00,//\x58 -> Г -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x59 -> ? -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x5A -> d -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x5B -> p -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x5C -> g -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x5D -> P -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x5E -> A -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x5F -> H -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x60 -> M -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x61 -> ) -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x62 -> / -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x63 -> ( -0x0c, 0x12, 0x7f, 0x12, 0x0c, 0x00,//\x64 -> Ф -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x65 -> K -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x66 -> R -0x46, 0x29, 0x19, 0x09, 0x7f, 0x00,//\x67 -> Я -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x68 -> Е -0x7c, 0x21, 0x12, 0x09, 0x7c, 0x00,//\x69 -> Й -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x6A -> u -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x6B -> h -0x3c, 0x20, 0x3c, 0x20, 0x7c, 0x00,//\x6C -> щ -}; -// ---- Русский ---- - -#define CYRILLIC_GLYPHS - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x45\x18\x12\x0E\x23\x13\x0F\x14\x0C\x17\x0F\x12\x0D\x13\x0F\x1A\x1F\x0C\x51\x18\x12\x0D\x13\x0E\x19\x14\x0D\x0C\x13\x0D\x17\x11\x1A\x1E\x10\x13\x0F\x1A\x0C\x0E\x12\x14\x16\x27\x23\x10\x13\x0F\x1A\x1F\x0C\x32\x44\x31\x0C\x03\x02\x50\x2F\x0C\x32\x35\x0C\x05\x1F\x05\x0C\x50\x0C\x13\x0D\x0C\x21\x0D\x12\x0D\x11\x10\x27\x2F", - /* SleepTemperature */ "\x2E\x10\x15\x17\x10\x11\x0D\x12\x1D\x11\x0D\x0C\x11\x10\x1E\x0F\x15\x0D\x0C\x0E\x1E\x0F\x1B\x0D\x13\x0F\x1A\x0C\x32\x34\x2F", - /* SleepTimeout */ "\x2A\x11\x10\x15\x1A\x0C\x1B\x0E\x0C\x17\x10\x11\x10\x3E\x0E\x1B\x0D\x0C\x19\x0C\x11\x10\x1E\x0F\x15\x0C\x0E\x1E\x0F\x1B\x0D\x13\x0F\x1A\x0C\x32\x3D\x0F\x13\x1D\x12\x1C\x2F", - /* ShutdownTimeout */ "\x2A\x11\x10\x15\x1A\x0C\x1B\x0E\x0C\x0E\x12\x14\x16\x27\x23\x10\x13\x0F\x1A\x0C\x32\x3D\x0F\x13\x1D\x12\x1C\x2F", - /* MotionSensitivity */ "\x2D\x14\x18\x10\x16\x10\x11\x0E\x15\x10\x12\x11\x0C\x32\x02\x1F\x0C\x2A\x1C\x14\x16\x1F\x0C\x03\x1F\x0C\x15\x0F\x13\x1F\x0C\x23\x1D\x19\x18\x12\x19\x0F\x12\x10\x16\x20\x13\x1C\x22\x0C\x0B\x1F\x0C\x15\x0D\x14\x18\x1F\x0C\x23\x1D\x19\x18\x12\x19\x0F\x12\x10\x16\x20\x13\x1C\x22\x2F", - /* TemperatureUnit */ "\x2A\x0C\x23\x10\x15\x0C\x0F\x28\x15\x10\x11\x1A\x12\x20\x0C\x12\x10\x15\x17\x10\x11\x0D\x12\x1D\x11\x1D", - /* AdvancedIdle */ "\x24\x0E\x14\x0D\x28\x1C\x19\x0D\x12\x20\x0C\x1B\x10\x12\x0D\x16\x20\x13\x1D\x27\x0C\x0F\x13\x3C\x0E\x11\x15\x0D\x4F\x0F\x27\x0C\x15\x0D\x16\x10\x13\x20\x14\x0F\x15\x0C\x4E\x11\x0F\x3C\x12\x0E\x15\x0C\x13\x0D\x0C\x1B\x0E\x15\x0D\x4E\x13\x10\x15\x0C\x3B\x14\x11\x0D\x13\x10", - /* DisplayRotation */ "\x43\x11\x0F\x10\x13\x12\x0D\x4F\x0F\x1A\x0C\x1B\x0F\x18\x17\x16\x10\x1A\x0C\x32\x5E\x1F\x0C\x2D\x19\x12\x0E\x15\x0D\x12\x0F\x23\x10\x18\x14\x0F\x22\x2C\x0C\x4D\x1F\x0C\x4D\x10\x19\x0D\x1A\x0C\x11\x1D\x14\x0D\x2C\x0C\x24\x1F\x0C\x24\x11\x0D\x19\x0D\x1A\x0C\x11\x1D\x14\x0D\x2F", - /* BoostEnabled */ "\x2E\x1D\x11\x21\x0E\x25\x11\x10\x1E\x0F\x15\x0C\x17\x11\x0F\x0C\x1D\x1B\x10\x11\x1E\x0D\x13\x0F\x0F\x0C\x14\x13\x0E\x17\x14\x0F\x0C\x2D\x0C\x17\x11\x0F\x0C\x17\x0D\x22\x14\x10\x0C", - /* BoostTemperature */ "\x2E\x10\x15\x17\x10\x11\x0D\x12\x1D\x11\x0D\x0C\x19\x0C\x12\x1D\x11\x21\x0E\x25\x11\x10\x1E\x0F\x15\x10", - /* AutoStart */ "\x2D\x19\x12\x0E\x15\x0D\x12\x0F\x23\x10\x18\x14\x0F\x22\x0C\x28\x0D\x17\x1D\x18\x14\x0C\x17\x0D\x1A\x16\x20\x13\x0F\x14\x0D\x0C\x17\x11\x0F\x0C\x19\x14\x16\x27\x23\x10\x13\x0F\x0F\x0C\x17\x0F\x12\x0D\x13\x0F\x1A\x1F\x0C\x4C\x4B\x42\x0D\x3A\x11\x10\x19\x2C\x0C\x35\x4B\x41\x10\x1E\x0F\x15\x0C\x0E\x1E\x0F\x1B\x0D\x13\x0F\x1A\x2C\x4A\x4B\x2A\x1C\x14\x16\x1F", - /* CooldownBlink */ "\x24\x0E\x14\x0D\x28\x1C\x19\x0D\x12\x20\x0C\x12\x10\x15\x17\x10\x11\x0D\x12\x1D\x11\x1D\x0C\x13\x0D\x0C\x3B\x14\x11\x0D\x13\x10\x0C\x0E\x3E\x16\x0D\x1E\x1B\x10\x13\x0F\x1A\x2C\x0C\x17\x0E\x14\x0D\x0C\x1E\x0D\x16\x0E\x0C\x0E\x18\x12\x0D\x10\x12\x18\x1A\x0C\x3A\x0E\x11\x1A\x23\x0F\x15\x1F", - /* TemperatureCalibration */ "\x2B\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D\x0C\x12\x10\x11\x15\x0E\x1B\x0D\x12\x23\x0F\x14\x0D\x1F", - /* SettingsReset */ "\x34\x21\x11\x0E\x18\x0C\x19\x18\x10\x3E\x0C\x13\x0D\x18\x12\x11\x0E\x10\x14\x1F", - /* VoltageCalibration */ "\x2B\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D\x0C\x13\x0D\x17\x11\x1A\x1E\x10\x13\x0F\x1A\x0C\x19\x3E\x0E\x1B\x0D\x1F\x0C\x42\x0D\x18\x12\x11\x0E\x22\x14\x0D\x0C\x14\x13\x0E\x17\x14\x0D\x15\x0F\x2C\x0C\x13\x0D\x1E\x0D\x12\x20\x0C\x0F\x0C\x1D\x1B\x10\x11\x1E\x0D\x12\x20\x0C\x23\x12\x0E\x21\x1C\x0C\x28\x0D\x19\x10\x11\x4E\x0F\x12\x20\x1F", - /* AdvancedSoldering */ "\x24\x0E\x14\x0D\x28\x1C\x19\x0D\x12\x20\x0C\x1B\x10\x12\x0D\x16\x20\x13\x1D\x27\x0C\x0F\x13\x3C\x0E\x11\x15\x0D\x4F\x0F\x27\x0C\x17\x11\x0F\x0C\x17\x0D\x22\x14\x10\x1F", - /* ScrollingSpeed */ "\x34\x14\x0E\x11\x0E\x18\x12\x20\x0C\x17\x11\x0E\x14\x11\x1D\x12\x14\x0F\x0C\x12\x10\x14\x18\x12\x0D", - /* TipModel */ "\x2A\x1C\x21\x0E\x11\x0C\x15\x0E\x1B\x10\x16\x0F\x0C\x1E\x0D\x16\x0E", - /* SimpleCalibrationMode */ "\x24\x11\x0E\x18\x12\x0D\x1A\x0C\x14\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D\x0C\x18\x0C\x0F\x18\x17\x0E\x16\x20\x28\x0E\x19\x0D\x13\x0F\x10\x15\x0C\x3A\x0E\x11\x1A\x23\x10\x22\x0C\x19\x0E\x1B\x1C", - /* AdvancedCalibrationMode */ "\x2B\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D\x0C\x18\x0C\x17\x0E\x15\x0E\x6C\x20\x27\x0C\x12\x10\x11\x15\x0E\x17\x0D\x11\x1C", - /* PowerInput */ "\x5D\x39\x49\x26\x33\x0C\x48\x30\x29\x29\x30\x5C\x26\x0C\x39\x47\x0C\x29\x6B\x26\x0C\x5B\x39\x49\x26\x33\x0C\x30\x5A\x30\x5B\x29\x26\x33\x0C\x6A\x40\x26\x5A", -}; - -const char* SettingsCalibrationDone = "\x2B\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D\x0C\x19\x1C\x17\x0E\x16\x13\x10\x13\x0D\x46"; -const char* SettingsCalibrationWarning = "\x51\x21\x10\x1B\x0F\x12\x10\x18\x20\x2C\x0C\x23\x12\x0E\x0C\x1E\x0D\x16\x0E\x0C\x0E\x18\x12\x1C\x16\x0E\x0C\x1B\x0E\x0C\x14\x0E\x15\x13\x0D\x12\x13\x0E\x22\x0C\x12\x10\x15\x17\x10\x11\x0D\x12\x1D\x11\x1C\x2C\x0C\x17\x11\x10\x1E\x1B\x10\x0C\x23\x10\x15\x0C\x17\x11\x0E\x1B\x0E\x16\x1E\x0D\x12\x20\x46"; -const char* SettingsResetWarning = "\x2A\x1C\x0C\x1B\x10\x22\x18\x12\x19\x0F\x12\x10\x16\x20\x13\x0E\x0C\x3E\x0E\x12\x0F\x12\x10\x0C\x18\x21\x11\x0E\x18\x0F\x12\x20\x0C\x13\x0D\x18\x12\x11\x0E\x22\x14\x0F\x0C\x1B\x0E\x0C\x28\x13\x0D\x23\x10\x13\x0F\x22\x0C\x17\x0E\x0C\x1D\x15\x0E\x16\x23\x0D\x13\x0F\x27\x59"; -const char* UVLOWarningString = "\x2D\x2B\x2B\x51\x3D\x25\x25"; -const char* UndervoltageString = "\x24\x0E\x1B\x0C\x17\x0F\x12\x0D\x13\x0F\x10\x15"; -const char* InputVoltageString = "\x24\x0F\x12\x0D\x13\x0F\x10\x0C\x38\x37\x0C"; -const char* WarningTipTempString = "\x36\x0D\x16\x0E\x0C\x29\x3F\x37\x0C"; -const char* BadTipString = "\x36\x0D\x16\x0E\x25\x25"; -const char* SleepingSimpleString = "\x34\x0E\x13\x0C"; -const char* SleepingAdvancedString = "\x43\x1E\x0F\x1B\x0D\x13\x0F\x10\x1F\x1F\x1F"; -const char* WarningSimpleString = "\x0C\x2D\x69\x46"; -const char* WarningAdvancedString = "\x2A\x42\x45\x3D\x2D\x42\x45\x68\x0C\x58\x43\x41\x67\x57\x43"; -const char* SleepingTipAdvancedString = "\x36\x0D\x16\x0E\x37"; -const char* IdleTipString = "\x36\x0D\x16\x0E\x37"; -const char* IdleSetString = "\x0C\x25\x2F"; -const char* TipDisconnectedString = "\x36\x0D\x16\x0E\x0C\x0E\x12\x14\x16\x27\x23\x10\x13\x0E"; -const char* SolderingAdvancedPowerPrompt = "\x24\x0F\x12\x0D\x13\x0F\x10\x37\x0C"; -const char* OffString = "\x56\x47\x47"; -const char* ResetOKMessage = "\x66\x26\x40\x26\x29\x0C\x56\x65"; - -const char* SettingRightChar = "\x24"; -const char* SettingLeftChar = "\x4D"; -const char* SettingAutoChar = "\x5E"; -const char* SettingFastChar = "\x55"; -const char* SettingSlowChar = "\x25"; - -const char* SymbolPlus = "\x55"; -const char* SymbolMinus = "\x25"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x1F"; -const char* SymbolDegC = "\x31"; -const char* SymbolDegF = "\x4A"; -const char* SymbolMinutes = "\x60"; -const char* SymbolSeconds = "\x35"; -const char* SymbolWatts = "\x48"; -const char* SymbolVolts = "\x50"; -const char* SymbolDC = "\x44\x31"; -const char* SymbolCellCount = "\x35"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x38\x02\x04", - "\x44\x04\x06", - "\x38\x31\x04", - "\x0C\x31\x03", - "\x4C\x35\x03\x02\x02", - "\x38\x31\x04", - "\x5F\x30\x53\x53\x39", - "\x52\x40\x26\x33", -#else - "\x38\x02\x04", - "\x44\x04\x07", - "\x4C\x35\x0A\x02", - "\x52\x40\x26\x33", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x45\x18\x12\x0E\x23\x13\x0F\x14", "\x17\x0F\x12\x0D\x13\x0F\x1A" }, - /* SleepTemperature */ { "\x2E\x10\x15\x17\x10\x11\x1F", "\x18\x13\x0D" }, - /* SleepTimeout */ { "\x2E\x0D\x22\x15\x0D\x1D\x12", "\x18\x13\x0D" }, - /* ShutdownTimeout */ { "\x2A\x11\x10\x15\x1A\x0C\x1B\x0E", "\x0E\x12\x14\x16\x27\x23\x10\x13\x0F\x1A" }, - /* MotionSensitivity */ { "\x57\x1D\x19\x18\x12\x1F\x0C\x18\x10\x13\x18\x0E\x25", "\x11\x0D\x0C\x1B\x19\x0F\x1E\x10\x13\x0F\x1A" }, - /* TemperatureUnit */ { "\x64\x0E\x11\x15\x0D\x12\x0C\x12\x10\x15\x17\x10\x25", "\x11\x0D\x12\x1D\x11\x1C\x63\x31\x3F\x62\x4A\x3F\x61" }, - /* AdvancedIdle */ { "\x24\x0E\x1B\x11\x0E\x21\x13\x1C\x22\x0C\x11\x10\x25", "\x1E\x0F\x15\x0C\x0E\x1E\x0F\x1B\x0D\x13\x0F\x1A" }, - /* DisplayRotation */ { "\x2D\x19\x12\x0E\x17\x0E\x19\x0E\x11\x0E\x12", "\x3B\x14\x11\x0D\x13\x0D" }, - /* BoostEnabled */ { "\x41\x10\x1E\x0F\x15", "\x2E\x1D\x11\x21\x0E" }, - /* BoostTemperature */ { "\x2E\x10\x15\x17\x10\x11\x1F", "\x2E\x1D\x11\x21\x0E" }, - /* AutoStart */ { "\x58\x0E\x11\x1A\x23\x0F\x22", "\x18\x12\x0D\x11\x12" }, - /* CooldownBlink */ { "\x24\x0E\x14\x0D\x28\x0C\x29\x3F\x0C\x17\x11\x0F", "\x0E\x18\x12\x1C\x19\x0D\x13\x0F\x0F" }, - /* TemperatureCalibration */ { "\x2B\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D", "\x12\x10\x15\x17\x10\x11\x0D\x12\x1D\x11\x1C" }, - /* SettingsReset */ { "\x34\x21\x11\x0E\x18\x0F\x12\x20\x0C\x19\x18\x10", "\x13\x0D\x18\x12\x11\x0E\x22\x14\x0F\x59" }, - /* VoltageCalibration */ { "\x2B\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D", "\x13\x0D\x17\x11\x1A\x1E\x10\x13\x0F\x1A" }, - /* AdvancedSoldering */ { "\x24\x0E\x1B\x11\x0E\x21\x13\x1C\x22\x0C\x11\x10\x25", "\x1E\x0F\x15\x0C\x17\x0D\x22\x14\x0F" }, - /* ScrollingSpeed */ { "\x34\x14\x0E\x11\x0E\x18\x12\x20", "\x12\x10\x14\x18\x12\x0D" }, - /* TipModel */ { "\x3D\x0E\x1B\x10\x16\x20", "\x1E\x0D\x16\x0E" }, - /* SimpleCalibrationMode */ { "\x24\x11\x0E\x18\x12\x0D\x1A", "\x14\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D" }, - /* AdvancedCalibrationMode */ { "\x24\x0E\x1B\x11\x0E\x21\x13\x0D\x1A", "\x14\x0D\x16\x0F\x21\x11\x0E\x19\x14\x0D" }, - /* PowerInput */ { "\x5D\x39\x49\x26\x33", "\x48\x30\x29\x29\x30\x5C\x26" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x24\x0D\x11\x0D\x15\x10\x12\x11\x1C\x01\x17\x0D\x22\x14\x0F", - /* PowerSavingMenu */ "\x41\x10\x1E\x0F\x15\x01\x18\x13\x0D", - /* UIMenu */ "\x24\x0E\x16\x20\x28\x0E\x19\x0D\x12\x10\x16\x01\x0F\x13\x12\x10\x11\x3C\x10\x22\x18", - /* AdvancedMenu */ "\x54\x0E\x17\x0E\x16\x13\x0F\x12\x10\x16\x1F\x01\x17\x0D\x11\x0D\x15\x10\x12\x11\x1C", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x24\x0D\x11\x0D\x15\x10\x12\x11\x1C\x0C\x17\x0D\x22\x14\x0F", - /* PowerSavingMenu */ "\x24\x0D\x11\x0D\x15\x10\x12\x11\x1C\x0C\x3B\x14\x0E\x13\x0E\x15\x0F\x0F\x0C\x3B\x13\x10\x11\x3A\x0F\x0F", - /* UIMenu */ "\x24\x0D\x11\x0D\x15\x10\x12\x11\x1C\x0C\x17\x0E\x16\x20\x28\x0E\x19\x0D\x12\x10\x16\x20\x18\x14\x0E\x3A\x0E\x0C\x0F\x13\x12\x10\x11\x3C\x10\x22\x18\x0D", - /* AdvancedMenu */ "\x54\x0E\x17\x0E\x16\x13\x0F\x12\x10\x16\x20\x13\x1C\x10\x0C\x17\x0D\x11\x0D\x15\x10\x12\x11\x1C", -}; - -#endif - -#ifdef LANG_SK -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0D -> e -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0E -> a -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0F -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x10 -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x12 -> o -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x13 -> r -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x14 -> p -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x15 -> s -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x16 -> l -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x17 -> u -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x18 -> v -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x19 -> d -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x1A -> S -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1B -> T -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x1C -> c -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1D -> C -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x1E -> h -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x1F -> = -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x20 -> y -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x21 -> k -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x22 -> P -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x23 -> A -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x24 -> m -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x25 -> V -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x26 -> D -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x27 -> M -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x28 -> O -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x29 -> L -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x2A -> , -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x2B -> g -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2C -> I -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2D -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2E -> < -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2F -> E -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x30 -> R -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x31 -> z -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x32 -> . -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x33 -> B -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x34 -> F -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x35 -> b -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x36 -> f -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x37 -> N -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x38 -> K -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x39 -> Z -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3A -> U -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x3B -> j -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x3C -> : -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3D -> W -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x3E -> H -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x3F -> w -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x40 -> ? -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x41 -> ! -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x42 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x43 -> ( -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x44 -> J -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x45 -> x -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x46 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x47 -> + -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x48 -> / -0x00,0x00,0x98,0xB8,0xE0,0xF8,0xF8,0xE0,0xB8,0x98,0x00,0x00,0x00,0x00,0x0C,0x0E,0x03,0x0F,0x0F,0x03,0x0E,0x0C,0x00,0x00,//\x49 -> * -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0D -> e -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0E -> a -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0F -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x10 -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x12 -> o -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x13 -> r -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x14 -> p -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x15 -> s -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x16 -> l -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x17 -> u -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x18 -> v -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x19 -> d -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x1A -> S -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1B -> T -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1C -> c -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1D -> C -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x1E -> h -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x1F -> = -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x20 -> y -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x21 -> k -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x22 -> P -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x23 -> A -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x24 -> m -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x25 -> V -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x26 -> D -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x27 -> M -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x28 -> O -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x29 -> L -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x2A -> , -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x2B -> g -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2C -> I -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2D -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2E -> < -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x2F -> E -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x30 -> R -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x31 -> z -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x32 -> . -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x33 -> B -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x34 -> F -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x35 -> b -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x36 -> f -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x37 -> N -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x38 -> K -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x39 -> Z -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3A -> U -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x3B -> j -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x3C -> : -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3D -> W -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x3E -> H -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x3F -> w -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x40 -> ? -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x41 -> ! -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x42 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x43 -> ( -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x44 -> J -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x45 -> x -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x46 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x47 -> + -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x48 -> / -0x14, 0x08, 0x3e, 0x08, 0x14, 0x00,//\x49 -> * -}; -// ---- Slovenský ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x39\x19\x13\x12\x3B\x0C\x11\x0E\x14\x0E\x0F\x10\x0E\x32\x0C\x37\x0E\x15\x0F\x0E\x18\x10\x0F\x0C\x11\x0E\x14\x0E\x0F\x10\x0D\x0C\x14\x13\x0D\x0C\x18\x20\x14\x11\x17\x0F\x10\x0D\x0C\x43\x1C\x17\x0F\x12\x36\x36\x42\x0C\x0C\x2E\x26\x1D\x1F\x03\x02\x25\x2A\x0C\x11\x1A\x1F\x11\x49\x05\x32\x05\x25\x0C\x14\x13\x0D\x0C\x29\x10\x2C\x12\x11\x0C\x1C\x16\x0E\x11\x21\x20\x2D", - /* SleepTemperature */ "\x38\x16\x17\x19\x12\x18\x0E\x0C\x0F\x0D\x14\x16\x12\x0F\x0E\x0C\x43\x18\x0C\x11\x0E\x15\x0F\x0E\x18\x0D\x11\x20\x1C\x1E\x0C\x3B\x0D\x19\x11\x12\x0F\x21\x0E\x1C\x1E\x42", - /* SleepTimeout */ "\x38\x16\x17\x19\x12\x18\x20\x0C\x13\x0D\x31\x10\x24\x0C\x14\x12\x0C\x2E\x15\x0D\x21\x17\x11\x19\x0E\x1C\x1E\x48\x24\x10\x11\x17\x0F\x0E\x1C\x1E\x2D", - /* ShutdownTimeout */ "\x1D\x0E\x15\x0C\x11\x0E\x0C\x18\x20\x14\x11\x17\x0F\x10\x0D\x0C\x2E\x24\x10\x11\x17\x0F\x20\x2D", - /* MotionSensitivity */ "\x1D\x10\x0F\x16\x10\x18\x12\x15\x0F\x0C\x19\x0D\x0F\x0D\x21\x1C\x10\x0D\x0C\x14\x12\x1E\x20\x35\x17\x0C\x2E\x02\x1F\x25\x20\x14\x2A\x0C\x03\x1F\x27\x10\x11\x0C\x32\x32\x32\x0C\x0B\x1F\x27\x0E\x45\x2D", - /* TemperatureUnit */ "\x44\x0D\x19\x11\x12\x0F\x21\x20\x0C\x24\x0D\x13\x0E\x11\x10\x0E\x0C\x0F\x0D\x14\x16\x12\x0F\x20\x0C\x2E\x1D\x1F\x15\x0F\x17\x14\x11\x0D\x0C\x1D\x0D\x16\x31\x10\x0E\x2A\x0C\x34\x1F\x15\x0F\x17\x14\x11\x0D\x0C\x34\x0E\x1E\x13\x0D\x11\x1E\x0D\x10\x0F\x0E\x2D", - /* AdvancedIdle */ "\x39\x12\x35\x13\x0E\x31\x10\x0F\x0C\x19\x0D\x0F\x0E\x10\x16\x11\x0D\x0C\x10\x11\x36\x12\x13\x24\x0E\x1C\x10\x0D\x0C\x18\x0C\x21\x16\x17\x19\x12\x18\x12\x24\x0C\x13\x0D\x31\x10\x24\x0D\x0C\x2E\x1B\x1F\x39\x0E\x14\x2A\x0C\x34\x1F\x25\x20\x14\x2D", - /* DisplayRotation */ "\x28\x13\x10\x0D\x11\x0F\x0E\x1C\x10\x0E\x0C\x19\x10\x15\x14\x16\x0D\x3B\x0E\x0C\x2E\x23\x1F\x23\x17\x0F\x12\x2A\x0C\x29\x1F\x29\x0E\x18\x0E\x21\x2A\x0C\x30\x1F\x22\x13\x0E\x18\x0E\x21\x2D", - /* BoostEnabled */ "\x22\x12\x18\x12\x16\x10\x0F\x0C\x0F\x16\x0E\x1C\x10\x19\x16\x12\x0C\x14\x13\x0D\x0C\x14\x13\x17\x19\x21\x20\x0C\x11\x0E\x1E\x13\x0D\x18\x0C\x2E\x1B\x1F\x39\x0E\x14\x2A\x0C\x34\x1F\x25\x20\x14\x2D", - /* BoostTemperature */ "\x1D\x10\x0D\x16\x12\x18\x0E\x0C\x0F\x0D\x14\x16\x12\x0F\x0E\x0C\x14\x13\x0D\x0C\x14\x13\x17\x19\x21\x20\x0C\x11\x0E\x1E\x13\x0D\x18\x0C\x43\x18\x0C\x11\x0E\x15\x0F\x0E\x18\x0D\x11\x20\x1C\x1E\x0C\x3B\x0D\x19\x11\x12\x0F\x21\x0E\x1C\x1E\x42", - /* AutoStart */ "\x22\x13\x10\x0C\x15\x0F\x0E\x13\x0F\x0D\x0C\x15\x14\x17\x15\x0F\x10\x0F\x0C\x13\x0D\x31\x10\x24\x0C\x15\x14\x0E\x3B\x21\x12\x18\x0E\x11\x10\x0E\x0C\x2E\x1B\x1F\x39\x0E\x14\x2A\x0C\x34\x1F\x25\x20\x14\x2A\x0C\x1A\x1F\x1A\x14\x0E\x11\x12\x21\x2D", - /* CooldownBlink */ "\x33\x16\x10\x21\x0E\x11\x10\x0D\x0C\x17\x21\x0E\x31\x12\x18\x0E\x0F\x0D\x16\x0E\x0C\x0F\x0D\x14\x16\x12\x0F\x20\x0C\x14\x12\x1C\x0E\x15\x0C\x1C\x1E\x16\x0E\x19\x11\x17\x0F\x10\x0E\x0C\x1E\x13\x12\x0F\x17\x0C\x2E\x1B\x1F\x39\x0E\x14\x2A\x0C\x34\x1F\x25\x20\x14\x2D", - /* TemperatureCalibration */ "\x38\x0E\x16\x10\x35\x13\x0E\x1C\x10\x0E\x0C\x14\x12\x15\x17\x11\x17\x0C\x1E\x13\x12\x0F\x17", - /* SettingsReset */ "\x1B\x12\x18\x0E\x13\x0D\x11\x15\x21\x0D\x0C\x11\x0E\x15\x0F\x0E\x18\x0D\x11\x10\x0E", - /* VoltageCalibration */ "\x38\x0E\x16\x10\x35\x13\x0E\x1C\x10\x0E\x0C\x25\x2C\x37\x32\x0C\x38\x13\x0E\x0F\x21\x0D\x0C\x15\x0F\x16\x0E\x1C\x0D\x11\x10\x0D\x0C\x24\x0D\x11\x10\x0C\x11\x0E\x15\x0F\x0E\x18\x0D\x11\x10\x0D\x2A\x0C\x19\x16\x1E\x0D\x0C\x15\x0F\x16\x0E\x1C\x0D\x11\x10\x0D\x0C\x14\x13\x0D\x0C\x11\x0E\x18\x13\x0E\x0F", - /* AdvancedSoldering */ "\x39\x12\x35\x13\x0E\x31\x0D\x11\x10\x0D\x0C\x19\x0D\x0F\x0E\x10\x16\x12\x18\x0C\x14\x12\x1C\x0E\x15\x0C\x15\x14\x0E\x3B\x21\x12\x18\x0E\x11\x10\x0E\x0C\x2E\x1B\x1F\x39\x0E\x14\x2A\x0C\x34\x1F\x25\x20\x14\x2D", - /* ScrollingSpeed */ "\x1A\x14\x0D\x0D\x19\x0C\x0F\x1E\x10\x15\x0C\x0F\x0D\x45\x0F\x0C\x15\x1C\x13\x12\x16\x16\x15\x0C\x14\x0E\x15\x0F\x0C\x0E\x0F", - /* TipModel */ "\x1B\x10\x14\x0C\x27\x12\x19\x0D\x16\x0C\x15\x0D\x16\x0D\x1C\x0F\x10\x12\x11", - /* SimpleCalibrationMode */ "\x1A\x10\x24\x14\x16\x0D\x0C\x1D\x0E\x16\x10\x35\x13\x0E\x0F\x10\x12\x11\x0C\x17\x15\x10\x11\x2B\x0C\x3E\x12\x0F\x0C\x3F\x0E\x0F\x0D\x13", - /* AdvancedCalibrationMode */ "\x23\x19\x18\x0E\x11\x1C\x0D\x19\x0C\x1C\x0E\x16\x10\x35\x13\x0E\x0F\x10\x12\x11\x0C\x17\x15\x10\x11\x2B\x0C\x0F\x1E\x0D\x13\x24\x12\x1C\x12\x17\x14\x16\x0D\x0C\x12\x11\x0C\x0F\x1E\x0D\x0C\x0F\x10\x14", - /* PowerInput */ "\x22\x12\x3F\x0D\x13\x0C\x3D\x0E\x0F\x0F\x0E\x2B\x0D\x0C\x12\x36\x0C\x0F\x1E\x0D\x0C\x14\x12\x3F\x0D\x13\x0C\x0E\x19\x0E\x14\x0F\x0D\x13\x0C\x17\x15\x0D\x19", -}; - -const char* SettingsCalibrationDone = "\x1D\x0E\x16\x10\x35\x13\x0E\x0F\x10\x12\x11\x0C\x19\x12\x11\x0D\x41"; -const char* SettingsCalibrationWarning = "\x37\x0E\x3B\x14\x13\x18\x0C\x15\x0E\x0C\x14\x13\x12\x15\x10\x24\x0C\x17\x10\x15\x0F\x10\x0F\x0D\x2A\x0C\x31\x0D\x0C\x1E\x13\x12\x0F\x0C\x24\x0E\x0C\x10\x31\x35\x12\x18\x17\x0C\x0F\x0D\x14\x16\x12\x0F\x17\x41"; -const char* SettingsResetWarning = "\x23\x13\x0D\x0C\x20\x12\x17\x0C\x15\x17\x13\x0D\x0C\x0F\x12\x0C\x13\x0D\x15\x0D\x0F\x0C\x15\x0D\x0F\x0F\x10\x11\x2B\x15\x0C\x0F\x12\x0C\x19\x0D\x36\x0E\x17\x16\x0F\x0C\x18\x0E\x16\x17\x0D\x15\x40"; -const char* UVLOWarningString = "\x26\x1D\x0C\x29\x28\x3D"; -const char* UndervoltageString = "\x3A\x11\x19\x0D\x13\x18\x12\x16\x0F\x0E\x2B\x0D"; -const char* InputVoltageString = "\x2C\x11\x14\x17\x0F\x0C\x25\x3C\x0C"; -const char* WarningTipTempString = "\x1B\x10\x14\x0C\x1B\x0D\x24\x14\x3C\x0C"; -const char* BadTipString = "\x33\x23\x26\x0C\x1B\x2C\x22"; -const char* SleepingSimpleString = "\x1D\x1E\x13\x13"; -const char* SleepingAdvancedString = "\x38\x16\x17\x19\x12\x18\x20\x0C\x13\x0D\x31\x10\x24\x32\x32\x32"; -const char* WarningSimpleString = "\x3E\x28\x1B\x41"; -const char* WarningAdvancedString = "\x3E\x30\x28\x1B\x0C\x44\x2F\x0C\x3E\x28\x30\x3A\x1D\x2C\x0C\x41"; -const char* SleepingTipAdvancedString = "\x1B\x10\x14\x3C"; -const char* IdleTipString = "\x1B\x10\x14\x3C"; -const char* IdleSetString = "\x0C\x1A\x0D\x0F\x3C"; -const char* TipDisconnectedString = "\x1B\x2C\x22\x0C\x26\x2C\x1A\x1D\x28\x37\x37\x2F\x1D\x1B\x2F\x26"; -const char* SolderingAdvancedPowerPrompt = "\x22\x12\x3F\x0D\x13\x3C\x0C"; -const char* OffString = "\x28\x36\x36"; -const char* ResetOKMessage = "\x30\x0D\x15\x0D\x0F\x0C\x28\x38"; - -const char* SettingRightChar = "\x30"; -const char* SettingLeftChar = "\x29"; -const char* SettingAutoChar = "\x23"; -const char* SettingFastChar = "\x34"; -const char* SettingSlowChar = "\x1A"; - -const char* SymbolPlus = "\x47"; -const char* SymbolMinus = "\x46"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x32"; -const char* SymbolDegC = "\x1D"; -const char* SymbolDegF = "\x34"; -const char* SymbolMinutes = "\x27"; -const char* SymbolSeconds = "\x1A"; -const char* SymbolWatts = "\x3D"; -const char* SymbolVolts = "\x25"; -const char* SymbolDC = "\x26\x1D"; -const char* SymbolCellCount = "\x1A"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x33\x02\x04", - "\x26\x04\x06", - "\x33\x1D\x04", - "\x0C\x1D\x03", - "\x1B\x1A\x03\x02\x02", - "\x33\x1D\x04", - "\x3E\x0E\x21\x21\x12", - "\x3A\x15\x0D\x13", -#else - "\x33\x02\x04", - "\x26\x04\x07", - "\x1B\x1A\x0A\x02", - "\x3A\x15\x0D\x13", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_SINGLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x22\x3D\x30\x1A\x1D" }, - /* SleepTemperature */ { "\x1A\x1B\x27\x22" }, - /* SleepTimeout */ { "\x1A\x1B\x27\x2F" }, - /* ShutdownTimeout */ { "\x1A\x3E\x1B\x27\x2F" }, - /* MotionSensitivity */ { "\x27\x1A\x2F\x37\x1A\x2F" }, - /* TemperatureUnit */ { "\x1B\x27\x22\x3A\x37\x1B" }, - /* AdvancedIdle */ { "\x23\x26\x25\x2C\x26\x29" }, - /* DisplayRotation */ { "\x26\x1A\x22\x30\x28\x1B" }, - /* BoostEnabled */ { "\x33\x28\x28\x1A\x1B" }, - /* BoostTemperature */ { "\x33\x1B\x27\x22" }, - /* AutoStart */ { "\x23\x1A\x1B\x23\x30\x1B" }, - /* CooldownBlink */ { "\x1D\x29\x33\x29\x37\x38" }, - /* TemperatureCalibration */ { "\x1B\x27\x22\x0C\x1D\x23\x29\x40" }, - /* SettingsReset */ { "\x30\x2F\x1A\x2F\x1B\x40" }, - /* VoltageCalibration */ { "\x1D\x23\x29\x0C\x25\x2C\x37\x40" }, - /* AdvancedSoldering */ { "\x23\x26\x25\x1A\x29\x26" }, - /* ScrollingSpeed */ { "\x26\x2F\x1A\x1D\x1A\x22" }, - /* TipModel */ { "\x1B\x2C\x22\x27\x28" }, - /* SimpleCalibrationMode */ { "\x1A\x27\x22\x1D\x23\x29" }, - /* AdvancedCalibrationMode */ { "\x23\x26\x25\x1D\x23\x29" }, - /* PowerInput */ { "\x22\x3D\x30\x3D" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x1A\x12\x16\x19\x0D\x13\x10\x11\x2B\x01\x1A\x0D\x0F\x0F\x10\x11\x2B\x15", - /* PowerSavingMenu */ "\x1A\x16\x0D\x0D\x14\x01\x27\x12\x19\x0D\x15", - /* UIMenu */ "\x3A\x15\x0D\x13\x01\x2C\x11\x0F\x0D\x13\x36\x0E\x1C\x0D", - /* AdvancedMenu */ "\x23\x19\x18\x0E\x11\x1C\x0D\x19\x01\x28\x14\x0F\x10\x12\x11\x15", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x1A\x12\x16\x19\x0D\x13\x10\x11\x2B\x0C\x15\x0D\x0F\x0F\x10\x11\x2B\x15", - /* PowerSavingMenu */ "\x22\x12\x3F\x0D\x13\x0C\x1A\x0E\x18\x10\x11\x2B\x0C\x1A\x0D\x0F\x0F\x10\x11\x2B\x15", - /* UIMenu */ "\x3A\x15\x0D\x13\x0C\x2C\x11\x0F\x0D\x13\x36\x0E\x1C\x0D\x0C\x15\x0D\x0F\x0F\x10\x11\x2B\x15", - /* AdvancedMenu */ "\x23\x19\x18\x0E\x11\x1C\x0D\x19\x0C\x12\x14\x0F\x10\x12\x11\x15", -}; - -#endif - -#ifdef LANG_SR_CYRL -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1E,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0C -> а -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x00,//\x0E -> е -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0xFF,0xFF,0x0C,0x0C,0x0C,0x0C,0x0C,0x0E,0x07,0x03,0x00,//\x0F -> р -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x10 -> о -0x00,0xF0,0xF0,0x00,0x00,0x00,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x11 -> и -0x00,0x30,0x30,0x30,0x30,0xF0,0xF0,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x12 -> т -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x13 -> н -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x14 -> п -0x00,0xF0,0xF0,0x80,0x80,0xC0,0xE0,0x70,0x30,0x10,0x00,0x00,0x00,0x3F,0x3F,0x03,0x03,0x07,0x0E,0x1C,0x38,0x30,0x20,0x00,//\x15 -> к -0x00,0xF0,0xF0,0xE0,0xC0,0x80,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x16 -> м -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0x60,0x40,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x18,0x08,0x00,//\x17 -> с -0x00,0x30,0xF0,0xC0,0x00,0x00,0x00,0x00,0xC0,0xF0,0x30,0x00,0x00,0x60,0xE0,0xC3,0xE7,0x7C,0x3C,0x0F,0x03,0x00,0x00,0x00,//\x18 -> у -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x00,0x3F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x19 -> в -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> л -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x00,0x60,0x7F,0x3F,0x30,0x30,0x30,0x30,0x3F,0x7F,0x60,0x00,//\x1B -> д -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1C -> . -0x00,0xF0,0xF0,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x03,0x03,0x3F,0x3F,0x33,0x33,0x1E,0x0C,//\x1D -> њ -0x00,0x00,0x00,0x00,0x00,0x30,0x30,0xF6,0xF6,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x1E -> ј -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x1F -> г -0x00,0x30,0x70,0xC0,0x80,0x00,0x00,0x80,0xC0,0x70,0x30,0x00,0x00,0x30,0x38,0x0C,0x07,0x03,0x03,0x07,0x0C,0x38,0x30,0x00,//\x20 -> х -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x21 -> з -0x00,0x00,0xE0,0xF0,0x30,0x30,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x3F,0x3F,0x33,0x33,0x1E,0x0C,//\x22 -> љ -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x3F,0xFF,0xF0,0x00,//\x23 -> ц -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x24 -> б -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x25 -> П -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x26 -> = -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x27 -> В -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x28 -> ч -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x29 -> Н -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x2A -> , -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2B -> К -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2C -> О -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2D -> > -0x00,0x30,0xFC,0xFC,0xB0,0xB0,0xB0,0xB0,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x3F,0x3F,0x00,//\x2E -> ћ -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x2F -> C -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x30 -> < -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x31 -> С -0x00,0xF0,0xF0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x32 -> ш -0x00,0x07,0x1F,0x7C,0xF0,0xC0,0xC0,0xF0,0x7C,0x1F,0x07,0x00,0x00,0x00,0x30,0x30,0x3C,0x0F,0x07,0x01,0x00,0x00,0x00,0x00,//\x33 -> У -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x34 -> Р -0x00,0x00,0xF8,0xFE,0x0F,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x00,0x70,0x7F,0x1F,0x18,0x18,0x18,0x18,0x1F,0x7F,0x70,0x00,//\x35 -> Д -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x36 -> Ј -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x37 -> S -0x00,0x30,0xF0,0xC0,0x00,0xF0,0xF0,0x00,0xC0,0xF0,0x30,0x00,0x00,0x30,0x3C,0x0F,0x03,0x3F,0x3F,0x03,0x0F,0x3C,0x30,0x00,//\x38 -> ж -0x00,0x03,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x39 -> Т -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x3A -> : -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3B -> Е -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x3C -> А -0x00,0x80,0xC0,0x60,0x60,0xF0,0xF0,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x30,0x30,0xFF,0xFF,0x30,0x30,0x1F,0x0F,0x00,//\x3D -> ф -0x00,0x30,0xFC,0xFC,0x30,0xB0,0xB0,0xB0,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x3F,0x07,0x03,0x01,0x01,0xC1,0xFF,0x3F,0x00,//\x3E -> ђ -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x3F -> B -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x40 -> e -0x00,0xFF,0xFF,0x00,0x00,0xC0,0xF0,0x38,0x0E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x07,0x03,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x41 -> И -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x83,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x42 -> Б -0x00,0x00,0xF0,0xFC,0x1E,0x07,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x43 -> Л -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x44 -> D -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x45 -> s -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x46 -> З -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x47 -> M -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x48 -> F -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x49 -> V -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x4A -> r -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x4B -> U -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x4C -> k -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x4D -> T -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x4E -> ! -0x00,0x03,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC0,0x80,0x00,0x00,0x00,0x00,0x3F,0x3F,0x01,0x00,0x00,0x00,0x01,0x3F,0x3F,0x00,//\x4F -> Ћ -0x00,0x03,0x0F,0x3C,0xF0,0xC0,0xC0,0xF0,0x3C,0x0F,0x03,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x03,0x0F,0x3C,0x30,0x00,//\x50 -> Х -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x51 -> / -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x52 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x53 -> ( -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x9C,0xFC,0x7C,0x00,0x00,0x00,0x00,0x00,//\x54 -> ; -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x55 -> o -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x56 -> a -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x57 -> H -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x58 -> W -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x59 -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x5A -> + -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x5B -> М -0x00,0xF8,0xFC,0x0E,0x06,0xFF,0xFF,0x06,0x0E,0xFC,0xF8,0x00,0x00,0x03,0x07,0x0E,0x0C,0x3F,0x3F,0x0C,0x0E,0x07,0x03,0x00,//\x5C -> Ф -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x5D -> K -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x5E -> O -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x5F -> t -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x60 -> R -0x00,0xFF,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x61 -> Ш -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x62 -> ? -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0C -> а -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> е -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x0F -> р -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x10 -> о -0x7c, 0x20, 0x10, 0x08, 0x7c, 0x00,//\x11 -> и -0x04, 0x04, 0x7c, 0x04, 0x04, 0x00,//\x12 -> т -0x7c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x13 -> н -0x7c, 0x04, 0x04, 0x04, 0x7c, 0x00,//\x14 -> п -0x7c, 0x10, 0x28, 0x44, 0x00, 0x00,//\x15 -> к -0x7c, 0x08, 0x10, 0x08, 0x7c, 0x00,//\x16 -> м -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x17 -> с -0x4c, 0x50, 0x20, 0x10, 0x0c, 0x00,//\x18 -> у -0x7c, 0x54, 0x54, 0x54, 0x28, 0x00,//\x19 -> в -0x40, 0x3c, 0x04, 0x04, 0x7c, 0x00,//\x1A -> л -0x40, 0x3c, 0x24, 0x3c, 0x60, 0x00,//\x1B -> д -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1C -> . -0x7c, 0x10, 0x7c, 0x50, 0x20, 0x00,//\x1D -> њ -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x1E -> ј -0x7c, 0x04, 0x04, 0x04, 0x04, 0x00,//\x1F -> г -0x44, 0x28, 0x10, 0x28, 0x44, 0x00,//\x20 -> х -0x28, 0x44, 0x54, 0x54, 0x28, 0x00,//\x21 -> з -0x7c, 0x04, 0x7c, 0x50, 0x20, 0x00,//\x22 -> љ -0x3c, 0x20, 0x20, 0x3c, 0x60, 0x00,//\x23 -> ц -0x3c, 0x4a, 0x4a, 0x4a, 0x30, 0x00,//\x24 -> б -0x7f, 0x01, 0x01, 0x01, 0x7f, 0x00,//\x25 -> П -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x26 -> = -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x27 -> В -0x0c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x28 -> ч -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x29 -> Н -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x2A -> , -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2B -> К -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2C -> О -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2D -> > -0x04, 0x7e, 0x14, 0x10, 0x60, 0x00,//\x2E -> ћ -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x2F -> C -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x30 -> < -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x31 -> С -0x3c, 0x20, 0x3c, 0x20, 0x3c, 0x00,//\x32 -> ш -0x47, 0x48, 0x30, 0x08, 0x07, 0x00,//\x33 -> У -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x34 -> Р -0x60, 0x3f, 0x21, 0x3f, 0x60, 0x00,//\x35 -> Д -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x36 -> Ј -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x37 -> S -0x6c, 0x10, 0x7c, 0x10, 0x6c, 0x00,//\x38 -> ж -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x39 -> Т -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x3A -> : -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x3B -> Е -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x3C -> А -0x18, 0x24, 0x7e, 0x24, 0x18, 0x00,//\x3D -> ф -0x02, 0x3f, 0x12, 0x48, 0x30, 0x00,//\x3E -> ђ -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x3F -> B -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x40 -> e -0x7f, 0x10, 0x08, 0x04, 0x7f, 0x00,//\x41 -> И -0x7f, 0x49, 0x49, 0x49, 0x31, 0x00,//\x42 -> Б -0x40, 0x3f, 0x01, 0x01, 0x7f, 0x00,//\x43 -> Л -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x44 -> D -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x45 -> s -0x00, 0x41, 0x49, 0x49, 0x36, 0x00,//\x46 -> З -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x47 -> M -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x48 -> F -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x49 -> V -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x4A -> r -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x4B -> U -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x4C -> k -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x4D -> T -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x4E -> ! -0x01, 0x01, 0x7f, 0x09, 0x71, 0x00,//\x4F -> Ћ -0x63, 0x14, 0x08, 0x14, 0x63, 0x00,//\x50 -> Х -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x51 -> / -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x52 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x53 -> ( -0x00, 0x56, 0x36, 0x00, 0x00, 0x00,//\x54 -> ; -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x55 -> o -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x56 -> a -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x57 -> H -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x58 -> W -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x59 -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x5A -> + -0x7f, 0x02, 0x04, 0x02, 0x7f, 0x00,//\x5B -> М -0x0c, 0x12, 0x7f, 0x12, 0x0c, 0x00,//\x5C -> Ф -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x5D -> K -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x5E -> O -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x5F -> t -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x60 -> R -0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x00,//\x61 -> Ш -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x62 -> ? -}; -// ---- Српски ---- - -#define CYRILLIC_GLYPHS - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x39\x11\x14\x0D\x13\x0C\x14\x0C\x1E\x0C\x1D\x0C\x54\x0D\x10\x1B\x0F\x0E\x3E\x18\x1E\x0E\x0D\x13\x0C\x1E\x13\x11\x38\x11\x0D\x0F\x0C\x1B\x13\x11\x0D\x13\x0C\x14\x10\x13\x1C\x0D\x30\x44\x2F\x26\x0C\x1B\x0C\x14\x12\x0E\x0F\x0D\x53\x03\x02\x49\x52\x2A\x0D\x37\x26\x24\x0C\x12\x0E\x0F\x11\x1E\x0C\x0D\x53\x05\x2A\x05\x49\x0D\x14\x10\x0D\x2E\x0E\x1A\x11\x1E\x11\x52\x2D", - /* SleepTemperature */ "\x39\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0C\x0D\x13\x0C\x0D\x15\x10\x1E\x18\x0D\x17\x0E\x0D\x17\x14\x18\x32\x12\x0C\x0D\x1A\x0E\x16\x11\x1A\x11\x23\x0C\x0D\x13\x0C\x15\x10\x13\x0D\x10\x1B\x0F\x0E\x3E\x0E\x13\x10\x1F\x0D\x19\x0F\x0E\x16\x0E\x13\x0C\x0D\x16\x11\x0F\x10\x19\x0C\x1D\x0C\x1C\x0D\x30\x2F\x51\x48\x2D", - /* SleepTimeout */ "\x27\x0F\x0E\x16\x0E\x0D\x16\x11\x0F\x10\x19\x0C\x1D\x0C\x0D\x13\x0C\x15\x10\x13\x0D\x15\x10\x1F\x0C\x0D\x1A\x0E\x16\x11\x1A\x11\x23\x0C\x0D\x17\x14\x18\x32\x12\x0C\x0D\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x18\x1C\x0D\x30\x47\x26\x16\x11\x13\x18\x12\x11\x2A\x0D\x37\x26\x17\x0E\x15\x18\x13\x1B\x0E\x2D", - /* ShutdownTimeout */ "\x27\x0F\x0E\x16\x0E\x0D\x16\x11\x0F\x10\x19\x0C\x1D\x0C\x0D\x13\x0C\x15\x10\x13\x0D\x15\x10\x1F\x0C\x0D\x17\x0E\x0D\x1A\x0E\x16\x11\x1A\x11\x23\x0C\x0D\x1F\x0C\x17\x11\x1C\x0D\x30\x47\x26\x16\x11\x13\x18\x12\x11\x2D", - /* MotionSensitivity */ "\x2C\x17\x0E\x12\x22\x11\x19\x10\x17\x12\x0D\x17\x0E\x13\x21\x10\x0F\x0C\x0D\x14\x10\x15\x0F\x0E\x12\x0C\x1C\x0D\x30\x02\x26\x11\x17\x15\x22\x18\x28\x0E\x13\x10\x2A\x0D\x03\x26\x13\x0C\x1E\x16\x0C\x1D\x0E\x0D\x10\x17\x0E\x12\x22\x11\x19\x10\x2A\x0D\x0B\x26\x13\x0C\x1E\x10\x17\x0E\x12\x22\x11\x19\x11\x1E\x0E\x2D", - /* TemperatureUnit */ "\x36\x0E\x1B\x11\x13\x11\x23\x0E\x0D\x18\x0D\x15\x10\x1E\x11\x16\x0C\x0D\x17\x0E\x0D\x14\x0F\x11\x15\x0C\x21\x18\x1E\x0E\x0D\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0C\x1C\x0D\x30\x2F\x26\x23\x0E\x1A\x21\x11\x1E\x18\x17\x2A\x0D\x48\x26\x3D\x0C\x0F\x0E\x13\x20\x0C\x1E\x12\x2D", - /* AdvancedIdle */ "\x25\x0F\x11\x15\x0C\x21\x11\x19\x0C\x1D\x0E\x0D\x1B\x0E\x12\x0C\x22\x13\x11\x20\x0D\x11\x13\x3D\x10\x0F\x16\x0C\x23\x11\x1E\x0C\x0D\x13\x0C\x0D\x0E\x15\x0F\x0C\x13\x18\x0D\x12\x10\x15\x10\x16\x0D\x16\x11\x0F\x10\x19\x0C\x1D\x0C\x1C", - /* DisplayRotation */ "\x2B\x0C\x15\x10\x0D\x1E\x0E\x0D\x10\x15\x0F\x0E\x13\x18\x12\x0D\x0E\x15\x0F\x0C\x13\x1C\x0D\x30\x3C\x26\x0C\x18\x12\x10\x16\x0C\x12\x17\x15\x11\x2A\x0D\x43\x26\x21\x0C\x0D\x1A\x0E\x19\x10\x0F\x18\x15\x0E\x2A\x0D\x35\x26\x21\x0C\x0D\x1B\x0E\x17\x13\x10\x0F\x18\x15\x0E\x2D", - /* BoostEnabled */ "\x35\x0F\x38\x0C\x1D\x0E\x0D\x14\x0F\x0E\x1B\x1D\x0E\x1F\x0D\x12\x0C\x17\x12\x0E\x0F\x0C\x0D\x12\x10\x15\x10\x16\x0D\x1A\x0E\x16\x22\x0E\x1D\x0C\x0D\x1B\x10\x1B\x0C\x12\x13\x10\x0D\x14\x10\x1E\x0C\x28\x0C\x19\x0C\x0D\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x18\x0D\x19\x0F\x20\x0C\x1C", - /* BoostTemperature */ "\x39\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0C\x0D\x19\x0F\x20\x0C\x0D\x1A\x0E\x16\x11\x1A\x11\x23\x0E\x0D\x18\x0D\x12\x10\x15\x18\x0D\x14\x10\x1E\x0C\x28\x0C\x1D\x0C\x1C", - /* AutoStart */ "\x43\x0E\x16\x11\x1A\x11\x23\x0C\x0D\x10\x1B\x16\x0C\x20\x0D\x14\x10\x0D\x14\x10\x15\x0F\x0E\x12\x0C\x1D\x18\x0D\x14\x0F\x0E\x1A\x0C\x21\x11\x0D\x18\x0D\x0F\x0E\x38\x11\x16\x0D\x1A\x0E\x16\x22\x0E\x1D\x0C\x0D\x11\x0D\x1F\x0F\x0E\x1E\x0E\x0D\x17\x0E\x1C", - /* CooldownBlink */ "\x25\x0F\x11\x15\x0C\x21\x0D\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0E\x0D\x12\x0F\x0E\x14\x2E\x0E\x0D\x14\x0F\x11\x1A\x11\x15\x10\x16\x0D\x20\x1A\x0C\x3E\x0E\x1D\x0C\x0D\x1B\x10\x15\x1A\x0E\x0D\x1F\x10\x1B\x0D\x1E\x0E\x0D\x19\x0F\x20\x0D\x11\x0D\x1B\x0C\x22\x0E\x0D\x19\x0F\x18\x2E\x1C", - /* TemperatureCalibration */ "\x2B\x0C\x1A\x11\x24\x0F\x11\x17\x0C\x1D\x0E\x0D\x10\x1B\x17\x12\x18\x14\x0C\x1D\x0C\x0D\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0E\x0D\x19\x0F\x20\x0C\x0D\x18\x0D\x10\x1B\x13\x10\x17\x18\x0D\x13\x0C\x0D\x1B\x0F\x32\x15\x18\x1C", - /* SettingsReset */ "\x27\x0F\x0C\x2E\x0C\x1D\x0E\x0D\x17\x19\x11\x20\x0D\x14\x10\x17\x12\x0C\x19\x15\x11\x0D\x13\x0C\x0D\x3D\x0C\x24\x0F\x11\x28\x15\x0E\x0D\x19\x0F\x0E\x1B\x13\x10\x17\x12\x11\x1C", - /* VoltageCalibration */ "\x2B\x0C\x1A\x11\x24\x0F\x11\x17\x0C\x1D\x0E\x0D\x18\x1A\x0C\x21\x13\x10\x1F\x0D\x13\x0C\x14\x10\x13\x0C\x1C\x0D\x25\x10\x1B\x0E\x32\x0C\x19\x0C\x0D\x17\x0E\x0D\x13\x0C\x0D\x12\x0C\x17\x12\x0E\x0F\x0E\x54\x0D\x1B\x18\x1F\x11\x0D\x14\x0F\x11\x12\x11\x17\x0C\x15\x0D\x21\x0C\x0D\x15\x0F\x0C\x1E\x1C", - /* AdvancedSoldering */ "\x25\x0F\x11\x15\x0C\x21\x11\x19\x0C\x1D\x0E\x0D\x1B\x0E\x12\x0C\x22\x13\x11\x20\x0D\x11\x13\x3D\x10\x0F\x16\x0C\x23\x11\x1E\x0C\x0D\x13\x0C\x0D\x0E\x15\x0F\x0C\x13\x18\x0D\x12\x10\x15\x10\x16\x0D\x1A\x0E\x16\x22\x0E\x1D\x0C\x1C", - /* ScrollingSpeed */ "\x42\x0F\x21\x11\x13\x0C\x0D\x15\x0F\x0E\x12\x0C\x1D\x0C\x0D\x10\x14\x11\x17\x13\x11\x20\x0D\x14\x10\x0F\x18\x15\x0C\x0D\x14\x10\x14\x18\x12\x0D\x10\x19\x0E\x1C\x0D\x30\x31\x26\x17\x14\x10\x0F\x10\x2A\x0D\x42\x26\x24\x0F\x21\x10\x2D", - /* TipModel */ "\x2C\x1B\x0C\x24\x11\x0F\x0D\x16\x10\x1B\x0E\x1A\x0C\x0D\x1A\x0E\x16\x13\x10\x1F\x0D\x19\x0F\x20\x0C\x1C", - /* SimpleCalibrationMode */ "\x36\x0E\x1B\x13\x10\x17\x12\x0C\x19\x13\x0C\x0D\x15\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C\x0D\x15\x11\x14\x18\x2E\x10\x16\x0D\x19\x10\x1B\x10\x16\x1C", - /* AdvancedCalibrationMode */ "\x29\x0C\x14\x0F\x0E\x1B\x13\x0C\x0D\x15\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C\x0D\x14\x10\x16\x10\x2E\x18\x0D\x12\x0E\x0F\x16\x10\x14\x0C\x0F\x0C\x1C", - /* PowerInput */ "\x31\x13\x0C\x1F\x0C\x0D\x13\x0C\x14\x0C\x1E\x0C\x1D\x0C\x0D\x18\x0D\x19\x0C\x12\x11\x16\x0C\x1C", -}; - -const char* SettingsCalibrationDone = "\x2B\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C\x0D\x1F\x10\x12\x10\x19\x0C"; -const char* SettingsCalibrationWarning = "\x25\x0F\x10\x19\x0E\x0F\x11\x12\x0E\x0D\x1B\x0C\x0D\x1A\x11\x0D\x1E\x0E\x0D\x19\x0F\x20\x0D\x10\x20\x1A\x0C\x3E\x0E\x13\x0D\x13\x0C\x0D\x17\x10\x24\x13\x18\x0D\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x18\x0D\x14\x0F\x0E\x0D\x13\x0E\x1F\x10\x0D\x32\x12\x10\x0D\x13\x0C\x17\x12\x0C\x19\x11\x12\x0E"; -const char* SettingsResetWarning = "\x35\x0C\x0D\x1A\x11\x0D\x21\x0C\x11\x17\x12\x0C\x0D\x38\x0E\x1A\x11\x12\x0E\x0D\x1B\x0C\x0D\x19\x0F\x0C\x12\x11\x12\x0E\x0D\x14\x10\x17\x12\x0C\x19\x15\x0E\x0D\x13\x0C\x0D\x3D\x0C\x24\x0F\x11\x28\x15\x0E\x0D\x19\x0F\x0E\x1B\x13\x10\x17\x12\x11\x62"; -const char* UVLOWarningString = "\x29\x41\x46\x1C\x29\x3C\x25\x1C"; -const char* UndervoltageString = "\x25\x34\x3B\x29\x41\x46\x3C\x2B\x0D\x29\x3C\x25\x2C\x29"; -const char* InputVoltageString = "\x33\x1A\x1C\x0D\x13\x0C\x14\x10\x13\x3A\x0D"; -const char* WarningTipTempString = "\x39\x0E\x16\x14\x1C\x0D\x19\x0F\x20\x0C\x3A\x0D"; -const char* BadTipString = "\x43\x2C\x61\x0D\x27\x34\x50"; -const char* SleepingSimpleString = "\x31\x0C\x13"; -const char* SleepingAdvancedString = "\x31\x14\x0C\x19\x0C\x1D\x0E\x1C\x1C\x1C"; -const char* WarningSimpleString = "\x27\x34\x33\x4F"; -const char* WarningAdvancedString = "\x4E\x0D\x2C\x25\x34\x3B\x46\x2A\x0D\x27\x34\x33\x4F\x3B\x0D\x4E"; -const char* SleepingTipAdvancedString = "\x27\x0F\x20\x3A"; -const char* IdleTipString = "\x27\x0F\x20\x3A"; -const char* IdleSetString = "\x0D\x51\x0D"; -const char* TipDisconnectedString = "\x27\x34\x50\x0D\x29\x41\x36\x3B\x0D\x31\x25\x2C\x36\x3B\x29"; -const char* SolderingAdvancedPowerPrompt = "\x31\x13\x0C\x1F\x0C\x3A\x0D"; -const char* OffString = "\x41\x17\x15"; -const char* ResetOKMessage = "\x60\x40\x45\x40\x5F\x0D\x5E\x5D"; - -const char* SettingRightChar = "\x35"; -const char* SettingLeftChar = "\x43"; -const char* SettingAutoChar = "\x3C"; -const char* SettingFastChar = "\x42"; -const char* SettingSlowChar = "\x31"; - -const char* SymbolPlus = "\x5A"; -const char* SymbolMinus = "\x59"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x1C"; -const char* SymbolDegC = "\x2F"; -const char* SymbolDegF = "\x48"; -const char* SymbolMinutes = "\x47"; -const char* SymbolSeconds = "\x37"; -const char* SymbolWatts = "\x58"; -const char* SymbolVolts = "\x49"; -const char* SymbolDC = "\x44\x2F"; -const char* SymbolCellCount = "\x37"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x3F\x02\x04", - "\x44\x04\x06", - "\x3F\x2F\x04", - "\x0D\x2F\x03", - "\x4D\x37\x03\x02\x02", - "\x3F\x2F\x04", - "\x57\x56\x4C\x4C\x55", - "\x4B\x45\x40\x4A", -#else - "\x3F\x02\x04", - "\x44\x04\x07", - "\x4D\x37\x0A\x02", - "\x4B\x45\x40\x4A", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x27\x0F\x17\x12\x0C", "\x13\x0C\x14\x0C\x1E\x0C\x1D\x0C" }, - /* SleepTemperature */ { "\x39\x0E\x16\x14\x1C", "\x17\x14\x0C\x19\x0C\x1D\x0C" }, - /* SleepTimeout */ { "\x27\x0F\x0E\x16\x0E\x0D\x1B\x10", "\x17\x14\x0C\x19\x0C\x1D\x0C" }, - /* ShutdownTimeout */ { "\x27\x0F\x0E\x16\x0E\x0D\x1B\x10", "\x1F\x0C\x32\x0E\x1D\x0C" }, - /* MotionSensitivity */ { "\x2C\x17\x0E\x12\x22\x11\x19\x10\x17\x12", "\x13\x0C\x0D\x14\x10\x15\x0F\x0E\x12" }, - /* TemperatureUnit */ { "\x36\x0E\x1B\x11\x13\x11\x23\x0C", "\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0E" }, - /* AdvancedIdle */ { "\x35\x0E\x12\x0C\x22\x11\x0D\x12\x10\x15\x10\x16", "\x16\x11\x0F\x10\x19\x0C\x1D\x0C" }, - /* DisplayRotation */ { "\x2C\x0F\x11\x1E\x0E\x13\x12\x0C\x23\x11\x1E\x0C", "\x0E\x15\x0F\x0C\x13\x0C" }, - /* BoostEnabled */ { "\x25\x10\x1E\x0C\x28\x0C\x1D\x0E", "\x10\x16\x10\x1F\x18\x2E\x0E\x13\x10" }, - /* BoostTemperature */ { "\x39\x0E\x16\x14\x1C", "\x14\x10\x1E\x0C\x28\x0C\x1D\x0C" }, - /* AutoStart */ { "\x27\x0F\x18\x2E\x11", "\x17\x12\x0C\x0F\x12" }, - /* CooldownBlink */ { "\x33\x14\x10\x21\x10\x0F\x0E\x1D\x0E", "\x14\x0F\x11\x0D\x20\x1A\x0C\x3E\x0E\x1D\x18" }, - /* TemperatureCalibration */ { "\x2B\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C", "\x12\x0E\x16\x14\x0E\x0F\x0C\x12\x18\x0F\x0E" }, - /* SettingsReset */ { "\x5C\x0C\x24\x0F\x11\x28\x15\x0E", "\x14\x10\x17\x12\x0C\x19\x15\x0E" }, - /* VoltageCalibration */ { "\x2B\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C", "\x18\x1A\x0C\x21\x13\x10\x1F\x0D\x13\x0C\x14\x10\x13\x0C" }, - /* AdvancedSoldering */ { "\x35\x0E\x12\x0C\x22\x11\x0D\x12\x10\x15\x10\x16", "\x1A\x0E\x16\x22\x0E\x1D\x0C" }, - /* ScrollingSpeed */ { "\x42\x0F\x21\x11\x13\x0C", "\x14\x10\x0F\x18\x15\x0C" }, - /* TipModel */ { "\x5B\x10\x1B\x0E\x1A", "\x19\x0F\x20\x0C" }, - /* SimpleCalibrationMode */ { "\x36\x0E\x1B\x13\x10\x17\x12\x0C\x19\x13\x0C", "\x15\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C" }, - /* AdvancedCalibrationMode */ { "\x29\x0C\x14\x0F\x0E\x1B\x13\x0C", "\x15\x0C\x1A\x11\x24\x0F\x0C\x23\x11\x1E\x0C" }, - /* PowerInput */ { "\x33\x1A\x0C\x21\x13\x0C", "\x17\x13\x0C\x1F\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x25\x10\x17\x12\x0C\x19\x15\x0E\x01\x1A\x0E\x16\x22\x0E\x1D\x0C", - /* PowerSavingMenu */ "\x33\x32\x12\x0E\x1B\x0C\x01\x0E\x13\x0E\x0F\x1F\x11\x1E\x0E", - /* UIMenu */ "\x2B\x10\x0F\x11\x17\x13\x11\x28\x15\x10\x01\x17\x18\x28\x0E\x22\x0E", - /* AdvancedMenu */ "\x29\x0C\x14\x0F\x0E\x1B\x13\x0E\x01\x14\x10\x17\x12\x0C\x19\x15\x0E", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x25\x10\x17\x12\x0C\x19\x15\x0E\x0D\x0F\x0E\x38\x11\x16\x0C\x0D\x1A\x0E\x16\x22\x0E\x1D\x0C\x1C", - /* PowerSavingMenu */ "\x25\x10\x17\x12\x0C\x19\x15\x0E\x0D\x0F\x0E\x38\x11\x16\x0C\x0D\x16\x11\x0F\x10\x19\x0C\x1D\x0C\x1C", - /* UIMenu */ "\x25\x10\x17\x12\x0C\x19\x15\x0E\x0D\x15\x10\x0F\x11\x17\x13\x11\x28\x15\x10\x1F\x0D\x17\x18\x28\x0E\x22\x0C\x1C", - /* AdvancedMenu */ "\x29\x0C\x14\x0F\x0E\x1B\x13\x0E\x0D\x14\x10\x17\x12\x0C\x19\x15\x0E\x1C", -}; - -#endif - -#ifdef LANG_SR_LATN -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0C -> a -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0D -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0E -> e -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0F -> r -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x10 -> n -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x11 -> o -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x12 -> i -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x13 -> j -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x14 -> t -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x15 -> p -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x16 -> k -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x17 -> l -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x18 -> m -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x19 -> s -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x1A -> u -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1B -> v -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x1C -> d -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1D -> . -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x1E -> z -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x1F -> g -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x20 -> h -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x21 -> c -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x22 -> b -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x23 -> V -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x24 -> P -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x25 -> = -0x00,0x80,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x26 -> č -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x27 -> S -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x28 -> N -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x29 -> , -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2A -> D -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x2B -> K -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2C -> O -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x2D -> U -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2E -> B -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2F -> > -0x00,0x80,0xC0,0xE0,0x60,0x60,0x68,0x6C,0x64,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x30 -> ć -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x31 -> C -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x32 -> < -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x33 -> T -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x34 -> R -0x00,0xC0,0xE0,0x64,0x6C,0x68,0x6C,0x64,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x35 -> š -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x0E,0x1E,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x36 -> J -0x00,0x60,0x60,0x64,0x6C,0x68,0xEC,0xE4,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x37 -> ž -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x38 -> : -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x39 -> E -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x3A -> A -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x3B -> f -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE4,0xC4,0xFF,0xFF,0x04,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x3C -> đ -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x3D -> Z -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x3E -> I -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x3F -> L -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x40 -> M -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x41 -> F -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x42 -> H -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x43 -> ! -0x00,0x80,0xE0,0x70,0x38,0x18,0x1A,0x1B,0x39,0x70,0x60,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x44 -> Ć -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x45 -> / -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x46 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x47 -> ( -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x9C,0xFC,0x7C,0x00,0x00,0x00,0x00,0x00,//\x48 -> ; -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x49 -> W -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x4A -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x4B -> + -0x00,0x60,0xF0,0xF8,0x99,0x9B,0x9A,0x9B,0x99,0x30,0x20,0x00,0x00,0x0C,0x1C,0x39,0x31,0x31,0x31,0x31,0x3B,0x1F,0x0E,0x00,//\x4C -> Š -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x4D -> ? -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0C -> a -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0D -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0E -> e -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x0F -> r -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x10 -> n -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x11 -> o -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x12 -> i -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x13 -> j -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x14 -> t -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x15 -> p -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x16 -> k -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x17 -> l -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x18 -> m -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x19 -> s -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x1A -> u -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1B -> v -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x1C -> d -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1D -> . -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x1E -> z -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x1F -> g -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x20 -> h -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x21 -> c -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x22 -> b -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x23 -> V -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x24 -> P -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x25 -> = -0x38, 0x45, 0x46, 0x45, 0x20, 0x00,//\x26 -> č -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x27 -> S -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x28 -> N -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x29 -> , -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x2A -> D -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x2B -> K -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2C -> O -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x2D -> U -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2E -> B -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2F -> > -0x38, 0x44, 0x46, 0x45, 0x20, 0x00,//\x30 -> ć -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x31 -> C -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x32 -> < -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x33 -> T -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x34 -> R -0x48, 0x55, 0x56, 0x55, 0x24, 0x00,//\x35 -> š -0x20, 0x40, 0x41, 0x3f, 0x01, 0x00,//\x36 -> J -0x44, 0x65, 0x56, 0x4d, 0x44, 0x00,//\x37 -> ž -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x38 -> : -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x39 -> E -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x3A -> A -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x3B -> f -0x38, 0x44, 0x44, 0x4A, 0x7F, 0x00,//\x3C -> đ -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x3D -> Z -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x3E -> I -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x3F -> L -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x40 -> M -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x41 -> F -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x42 -> H -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x43 -> ! -0x38, 0x44, 0x46, 0x45, 0x28, 0x00,//\x44 -> Ć -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x45 -> / -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x46 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x47 -> ( -0x00, 0x56, 0x36, 0x00, 0x00, 0x00,//\x48 -> ; -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x49 -> W -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x4A -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x4B -> + -0x08, 0x55, 0x56, 0x55, 0x20, 0x00,//\x4C -> Š -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x4D -> ? -}; -// ---- Srpski ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x33\x12\x15\x0D\x10\x0C\x15\x0C\x13\x0C\x10\x13\x0C\x48\x0D\x11\x1C\x0F\x0E\x3C\x1A\x13\x0E\x0D\x10\x0C\x13\x10\x12\x37\x12\x0D\x0F\x0C\x1C\x10\x12\x0D\x10\x0C\x15\x11\x10\x1D\x0D\x32\x2A\x31\x25\x0C\x1C\x0C\x15\x14\x0E\x0F\x0D\x47\x03\x02\x23\x46\x29\x0D\x27\x25\x22\x0C\x14\x0E\x0F\x12\x13\x0C\x0D\x47\x05\x29\x05\x23\x0D\x15\x11\x0D\x30\x0E\x17\x12\x13\x12\x46\x2F", - /* SleepTemperature */ "\x33\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0C\x0D\x10\x0C\x0D\x16\x11\x13\x1A\x0D\x19\x0E\x0D\x19\x15\x1A\x35\x14\x0C\x0D\x17\x0E\x18\x12\x17\x12\x21\x0C\x0D\x10\x0C\x16\x11\x10\x0D\x11\x1C\x0F\x0E\x3C\x0E\x10\x11\x1F\x0D\x1B\x0F\x0E\x18\x0E\x10\x0C\x0D\x18\x12\x0F\x11\x1B\x0C\x10\x13\x0C\x1D\x0D\x32\x31\x45\x41\x2F", - /* SleepTimeout */ "\x23\x0F\x0E\x18\x0E\x0D\x18\x12\x0F\x11\x1B\x0C\x10\x13\x0C\x0D\x10\x0C\x16\x11\x10\x0D\x16\x11\x1F\x0C\x0D\x17\x0E\x18\x12\x17\x12\x21\x0C\x0D\x19\x15\x1A\x35\x14\x0C\x0D\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x1A\x1D\x0D\x32\x40\x25\x18\x12\x10\x1A\x14\x12\x29\x0D\x27\x25\x19\x0E\x16\x1A\x10\x1C\x0E\x2F", - /* ShutdownTimeout */ "\x23\x0F\x0E\x18\x0E\x0D\x18\x12\x0F\x11\x1B\x0C\x10\x13\x0C\x0D\x10\x0C\x16\x11\x10\x0D\x16\x11\x1F\x0C\x0D\x19\x0E\x0D\x17\x0E\x18\x12\x17\x12\x21\x0C\x0D\x1F\x0C\x19\x12\x1D\x0D\x32\x40\x25\x18\x12\x10\x1A\x14\x12\x2F", - /* MotionSensitivity */ "\x2C\x19\x0E\x14\x17\x13\x12\x1B\x11\x19\x14\x0D\x19\x0E\x10\x1E\x11\x0F\x0C\x0D\x15\x11\x16\x0F\x0E\x14\x0C\x1D\x0D\x32\x02\x25\x12\x19\x16\x17\x13\x1A\x26\x0E\x10\x11\x29\x0D\x03\x25\x10\x0C\x13\x18\x0C\x10\x13\x0E\x0D\x11\x19\x0E\x14\x17\x13\x12\x1B\x11\x29\x0D\x0B\x25\x10\x0C\x13\x11\x19\x0E\x14\x17\x13\x12\x1B\x12\x13\x0E\x2F", - /* TemperatureUnit */ "\x36\x0E\x1C\x12\x10\x12\x21\x0E\x0D\x1A\x0D\x16\x11\x13\x12\x18\x0C\x0D\x19\x0E\x0D\x15\x0F\x12\x16\x0C\x1E\x1A\x13\x0E\x0D\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0C\x1D\x0D\x32\x31\x25\x21\x0E\x17\x1E\x12\x13\x1A\x19\x29\x0D\x41\x25\x3B\x0C\x0F\x0E\x10\x20\x0C\x13\x14\x2F", - /* AdvancedIdle */ "\x24\x0F\x12\x16\x0C\x1E\x12\x1B\x0C\x10\x13\x0E\x0D\x1C\x0E\x14\x0C\x17\x13\x10\x12\x20\x0D\x12\x10\x3B\x11\x0F\x18\x0C\x21\x12\x13\x0C\x0D\x10\x0C\x0D\x0E\x16\x0F\x0C\x10\x1A\x0D\x14\x11\x16\x11\x18\x0D\x18\x12\x0F\x11\x1B\x0C\x10\x13\x0C\x1D", - /* DisplayRotation */ "\x2B\x0C\x16\x11\x0D\x13\x0E\x0D\x11\x16\x0F\x0E\x10\x1A\x14\x0D\x0E\x16\x0F\x0C\x10\x1D\x0D\x32\x3A\x25\x0C\x1A\x14\x11\x18\x0C\x14\x19\x16\x12\x29\x0D\x3F\x25\x1E\x0C\x0D\x17\x0E\x1B\x11\x0F\x1A\x16\x0E\x29\x0D\x2A\x25\x1E\x0C\x0D\x1C\x0E\x19\x10\x11\x0F\x1A\x16\x0E\x2F", - /* BoostEnabled */ "\x2A\x0F\x37\x0C\x10\x13\x0E\x0D\x15\x0F\x0E\x1C\x10\x13\x0E\x1F\x0D\x14\x0C\x19\x14\x0E\x0F\x0C\x0D\x14\x11\x16\x11\x18\x0D\x17\x0E\x18\x17\x13\x0E\x10\x13\x0C\x0D\x1C\x11\x1C\x0C\x14\x10\x11\x0D\x15\x11\x13\x0C\x26\x0C\x1B\x0C\x0D\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x1A\x0D\x1B\x0F\x20\x0C\x1D", - /* BoostTemperature */ "\x33\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0C\x0D\x1B\x0F\x20\x0C\x0D\x17\x0E\x18\x12\x17\x12\x21\x0E\x0D\x1A\x0D\x14\x11\x16\x1A\x0D\x15\x11\x13\x0C\x26\x0C\x10\x13\x0C\x1D", - /* AutoStart */ "\x3F\x0E\x18\x12\x17\x12\x21\x0C\x0D\x11\x1C\x18\x0C\x20\x0D\x15\x11\x0D\x15\x11\x16\x0F\x0E\x14\x0C\x10\x13\x1A\x0D\x15\x0F\x0E\x17\x0C\x1E\x12\x0D\x1A\x0D\x0F\x0E\x37\x12\x18\x0D\x17\x0E\x18\x17\x13\x0E\x10\x13\x0C\x0D\x12\x0D\x1F\x0F\x0E\x13\x0E\x0D\x19\x0E\x1D", - /* CooldownBlink */ "\x24\x0F\x12\x16\x0C\x1E\x0D\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0E\x0D\x14\x0F\x0E\x15\x30\x0E\x0D\x15\x0F\x12\x17\x12\x16\x11\x18\x0D\x20\x17\x0C\x3C\x0E\x10\x13\x0C\x0D\x1C\x11\x16\x17\x0E\x0D\x1F\x11\x1C\x0D\x13\x0E\x0D\x1B\x0F\x20\x0D\x12\x0D\x1C\x0C\x17\x13\x0E\x0D\x1B\x0F\x1A\x30\x1D", - /* TemperatureCalibration */ "\x2B\x0C\x17\x12\x22\x0F\x12\x19\x0C\x10\x13\x0E\x0D\x11\x1C\x19\x14\x1A\x15\x0C\x10\x13\x0C\x0D\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0E\x0D\x1B\x0F\x20\x0C\x0D\x1A\x0D\x11\x1C\x10\x11\x19\x1A\x0D\x10\x0C\x0D\x1C\x0F\x35\x16\x1A\x1D", - /* SettingsReset */ "\x23\x0F\x0C\x30\x0C\x10\x13\x0E\x0D\x19\x1B\x12\x20\x0D\x15\x11\x19\x14\x0C\x1B\x16\x12\x0D\x10\x0C\x0D\x3B\x0C\x22\x0F\x12\x26\x16\x0E\x0D\x1B\x0F\x0E\x1C\x10\x11\x19\x14\x12\x1D", - /* VoltageCalibration */ "\x2B\x0C\x17\x12\x22\x0F\x12\x19\x0C\x10\x13\x0E\x0D\x1A\x17\x0C\x1E\x10\x11\x1F\x0D\x10\x0C\x15\x11\x10\x0C\x1D\x0D\x24\x11\x1C\x0E\x35\x0C\x1B\x0C\x0D\x19\x0E\x0D\x10\x0C\x0D\x14\x0C\x19\x14\x0E\x0F\x0E\x48\x0D\x1C\x1A\x1F\x12\x0D\x15\x0F\x12\x14\x12\x19\x0C\x16\x0D\x1E\x0C\x0D\x16\x0F\x0C\x13\x1D", - /* AdvancedSoldering */ "\x24\x0F\x12\x16\x0C\x1E\x12\x1B\x0C\x10\x13\x0E\x0D\x1C\x0E\x14\x0C\x17\x13\x10\x12\x20\x0D\x12\x10\x3B\x11\x0F\x18\x0C\x21\x12\x13\x0C\x0D\x10\x0C\x0D\x0E\x16\x0F\x0C\x10\x1A\x0D\x14\x11\x16\x11\x18\x0D\x17\x0E\x18\x17\x13\x0E\x10\x13\x0C\x1D", - /* ScrollingSpeed */ "\x2E\x0F\x1E\x12\x10\x0C\x0D\x16\x0F\x0E\x14\x0C\x10\x13\x0C\x0D\x11\x15\x12\x19\x10\x12\x20\x0D\x15\x11\x0F\x1A\x16\x0C\x0D\x15\x11\x15\x1A\x14\x0D\x11\x1B\x0E\x1D\x0D\x32\x27\x25\x19\x15\x11\x0F\x11\x29\x0D\x2E\x25\x22\x0F\x1E\x11\x2F", - /* TipModel */ "\x2C\x1C\x0C\x22\x12\x0F\x0D\x18\x11\x1C\x0E\x17\x0C\x0D\x17\x0E\x18\x10\x11\x1F\x0D\x1B\x0F\x20\x0C\x1D", - /* SimpleCalibrationMode */ "\x36\x0E\x1C\x10\x11\x19\x14\x0C\x1B\x10\x0C\x0D\x16\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C\x0D\x16\x12\x15\x1A\x30\x11\x18\x0D\x1B\x11\x1C\x11\x18\x1D", - /* AdvancedCalibrationMode */ "\x28\x0C\x15\x0F\x0E\x1C\x10\x0C\x0D\x16\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C\x0D\x15\x11\x18\x11\x30\x1A\x0D\x14\x0E\x0F\x18\x11\x15\x0C\x0F\x0C\x1D", - /* PowerInput */ "\x27\x10\x0C\x1F\x0C\x0D\x10\x0C\x15\x0C\x13\x0C\x10\x13\x0C\x0D\x1A\x0D\x1B\x0C\x14\x12\x18\x0C\x1D", -}; - -const char* SettingsCalibrationDone = "\x2B\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C\x0D\x1F\x11\x14\x11\x1B\x0C"; -const char* SettingsCalibrationWarning = "\x24\x0F\x11\x1B\x0E\x0F\x12\x14\x0E\x0D\x1C\x0C\x0D\x17\x12\x0D\x13\x0E\x0D\x1B\x0F\x20\x0D\x11\x20\x17\x0C\x3C\x0E\x10\x0D\x10\x0C\x0D\x19\x11\x22\x10\x1A\x0D\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x1A\x0D\x15\x0F\x0E\x0D\x10\x0E\x1F\x11\x0D\x35\x14\x11\x0D\x10\x0C\x19\x14\x0C\x1B\x12\x14\x0E"; -const char* SettingsResetWarning = "\x2A\x0C\x0D\x17\x12\x0D\x1E\x0C\x12\x19\x14\x0C\x0D\x37\x0E\x17\x12\x14\x0E\x0D\x1C\x0C\x0D\x1B\x0F\x0C\x14\x12\x14\x0E\x0D\x15\x11\x19\x14\x0C\x1B\x16\x0E\x0D\x10\x0C\x0D\x3B\x0C\x22\x0F\x12\x26\x16\x0E\x0D\x1B\x0F\x0E\x1C\x10\x11\x19\x14\x12\x4D"; -const char* UVLOWarningString = "\x28\x3E\x3D\x1D\x28\x3A\x24\x1D"; -const char* UndervoltageString = "\x24\x34\x39\x28\x3E\x3D\x3A\x2B\x0D\x28\x3A\x24\x2C\x28"; -const char* InputVoltageString = "\x2D\x17\x1D\x0D\x10\x0C\x15\x11\x10\x38\x0D"; -const char* WarningTipTempString = "\x33\x0E\x18\x15\x1D\x0D\x1B\x0F\x20\x0C\x38\x0D"; -const char* BadTipString = "\x3F\x2C\x4C\x0D\x23\x34\x42"; -const char* SleepingSimpleString = "\x3D\x1E\x1E"; -const char* SleepingAdvancedString = "\x27\x15\x0C\x1B\x0C\x10\x13\x0E\x1D\x1D\x1D"; -const char* WarningSimpleString = "\x23\x34\x2D\x44"; -const char* WarningAdvancedString = "\x43\x0D\x2C\x24\x34\x39\x3D\x29\x0D\x23\x34\x2D\x44\x39\x0D\x43"; -const char* SleepingTipAdvancedString = "\x23\x0F\x20\x38"; -const char* IdleTipString = "\x23\x0F\x20\x38"; -const char* IdleSetString = "\x0D\x45\x0D"; -const char* TipDisconnectedString = "\x23\x34\x42\x0D\x28\x3E\x36\x39\x0D\x27\x24\x2C\x36\x39\x28"; -const char* SolderingAdvancedPowerPrompt = "\x27\x10\x0C\x1F\x0C\x38\x0D"; -const char* OffString = "\x3E\x19\x16"; -const char* ResetOKMessage = "\x34\x0E\x19\x0E\x14\x0D\x2C\x2B"; - -const char* SettingRightChar = "\x2A"; -const char* SettingLeftChar = "\x3F"; -const char* SettingAutoChar = "\x3A"; -const char* SettingFastChar = "\x2E"; -const char* SettingSlowChar = "\x27"; - -const char* SymbolPlus = "\x4B"; -const char* SymbolMinus = "\x4A"; -const char* SymbolSpace = "\x0D"; -const char* SymbolDot = "\x1D"; -const char* SymbolDegC = "\x31"; -const char* SymbolDegF = "\x41"; -const char* SymbolMinutes = "\x40"; -const char* SymbolSeconds = "\x27"; -const char* SymbolWatts = "\x49"; -const char* SymbolVolts = "\x23"; -const char* SymbolDC = "\x2A\x31"; -const char* SymbolCellCount = "\x27"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x2E\x02\x04", - "\x2A\x04\x06", - "\x2E\x31\x04", - "\x0D\x31\x03", - "\x33\x27\x03\x02\x02", - "\x2E\x31\x04", - "\x42\x0C\x16\x16\x11", - "\x2D\x19\x0E\x0F", -#else - "\x2E\x02\x04", - "\x2A\x04\x07", - "\x33\x27\x0A\x02", - "\x2D\x19\x0E\x0F", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x23\x0F\x19\x14\x0C", "\x10\x0C\x15\x0C\x13\x0C\x10\x13\x0C" }, - /* SleepTemperature */ { "\x33\x0E\x18\x15\x1D", "\x19\x15\x0C\x1B\x0C\x10\x13\x0C" }, - /* SleepTimeout */ { "\x23\x0F\x0E\x18\x0E\x0D\x1C\x11", "\x19\x15\x0C\x1B\x0C\x10\x13\x0C" }, - /* ShutdownTimeout */ { "\x23\x0F\x0E\x18\x0E\x0D\x1C\x11", "\x1F\x0C\x35\x0E\x10\x13\x0C" }, - /* MotionSensitivity */ { "\x2C\x19\x0E\x14\x17\x13\x12\x1B\x11\x19\x14", "\x10\x0C\x0D\x15\x11\x16\x0F\x0E\x14" }, - /* TemperatureUnit */ { "\x36\x0E\x1C\x12\x10\x12\x21\x0C", "\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0E" }, - /* AdvancedIdle */ { "\x2A\x0E\x14\x0C\x17\x13\x12\x0D\x14\x11\x16\x11\x18", "\x18\x12\x0F\x11\x1B\x0C\x10\x13\x0C" }, - /* DisplayRotation */ { "\x2C\x0F\x12\x13\x0E\x10\x14\x0C\x21\x12\x13\x0C", "\x0E\x16\x0F\x0C\x10\x0C" }, - /* BoostEnabled */ { "\x24\x11\x13\x0C\x26\x0C\x10\x13\x0E", "\x11\x18\x11\x1F\x1A\x30\x0E\x10\x11" }, - /* BoostTemperature */ { "\x33\x0E\x18\x15\x1D", "\x15\x11\x13\x0C\x26\x0C\x10\x13\x0C" }, - /* AutoStart */ { "\x23\x0F\x1A\x30\x12", "\x19\x14\x0C\x0F\x14" }, - /* CooldownBlink */ { "\x2D\x15\x11\x1E\x11\x0F\x0E\x10\x13\x0E", "\x15\x0F\x12\x0D\x20\x17\x0C\x3C\x0E\x10\x13\x1A" }, - /* TemperatureCalibration */ { "\x2B\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C", "\x14\x0E\x18\x15\x0E\x0F\x0C\x14\x1A\x0F\x0E" }, - /* SettingsReset */ { "\x41\x0C\x22\x0F\x12\x26\x16\x0E", "\x15\x11\x19\x14\x0C\x1B\x16\x0E" }, - /* VoltageCalibration */ { "\x2B\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C", "\x1A\x17\x0C\x1E\x10\x11\x1F\x0D\x10\x0C\x15\x11\x10\x0C" }, - /* AdvancedSoldering */ { "\x2A\x0E\x14\x0C\x17\x13\x12\x0D\x14\x11\x16\x11\x18", "\x17\x0E\x18\x17\x13\x0E\x10\x13\x0C" }, - /* ScrollingSpeed */ { "\x2E\x0F\x1E\x12\x10\x0C", "\x15\x11\x0F\x1A\x16\x0C" }, - /* TipModel */ { "\x40\x11\x1C\x0E\x17", "\x1B\x0F\x20\x0C" }, - /* SimpleCalibrationMode */ { "\x36\x0E\x1C\x10\x11\x19\x14\x0C\x1B\x10\x0C", "\x16\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C" }, - /* AdvancedCalibrationMode */ { "\x28\x0C\x15\x0F\x0E\x1C\x10\x0C", "\x16\x0C\x17\x12\x22\x0F\x0C\x21\x12\x13\x0C" }, - /* PowerInput */ { "\x2D\x17\x0C\x1E\x10\x0C", "\x19\x10\x0C\x1F\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x24\x11\x19\x14\x0C\x1B\x16\x0E\x01\x17\x0E\x18\x17\x13\x0E\x10\x13\x0C", - /* PowerSavingMenu */ "\x2D\x35\x14\x0E\x1C\x0C\x01\x0E\x10\x0E\x0F\x1F\x12\x13\x0E", - /* UIMenu */ "\x2B\x11\x0F\x12\x19\x10\x12\x26\x16\x11\x01\x19\x1A\x26\x0E\x17\x13\x0E", - /* AdvancedMenu */ "\x28\x0C\x15\x0F\x0E\x1C\x10\x0E\x01\x15\x11\x19\x14\x0C\x1B\x16\x0E", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x24\x11\x19\x14\x0C\x1B\x16\x0E\x0D\x0F\x0E\x37\x12\x18\x0C\x0D\x17\x0E\x18\x17\x13\x0E\x10\x13\x0C\x1D", - /* PowerSavingMenu */ "\x24\x11\x19\x14\x0C\x1B\x16\x0E\x0D\x0F\x0E\x37\x12\x18\x0C\x0D\x18\x12\x0F\x11\x1B\x0C\x10\x13\x0C\x1D", - /* UIMenu */ "\x24\x11\x19\x14\x0C\x1B\x16\x0E\x0D\x16\x11\x0F\x12\x19\x10\x12\x26\x16\x11\x1F\x0D\x19\x1A\x26\x0E\x17\x13\x0C\x1D", - /* AdvancedMenu */ "\x28\x0C\x15\x0F\x0E\x1C\x10\x0E\x0D\x15\x11\x19\x14\x0C\x1B\x16\x0E\x1D", -}; - -#endif - -#ifdef LANG_SV -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0C -> e -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x0D -> n -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0E -> -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0F -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x10 -> i -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x11 -> r -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x12 -> a -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x13 -> l -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x14 -> s -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x15 -> o -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x16 -> g -0x00,0x00,0x40,0x6C,0x6C,0x60,0x60,0x6C,0x6C,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x17 -> ä -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x18 -> p -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x19 -> d -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x1A -> u -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1B -> m -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x1C -> v -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x1D -> k -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x1E -> S -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x1F -> A -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x20 -> . -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x21 -> V -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x22 -> h -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x23 -> - -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x24 -> b -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0xEC,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x25 -> ö -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x26 -> T -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x27 -> C -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x28 -> c -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x29 -> f -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x2A -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x2B -> < -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x2C -> M -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2D -> D -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x2E -> : -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x2F -> ! -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x30 -> P -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x31 -> B -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x32 -> L -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x33 -> H -0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xE0,0xC0,0xC0,0xFF,0x7F,0x00,0x00,0x00,//\x34 -> j -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x35 -> F -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x36 -> R -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x37 -> E -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x38 -> w -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x39 -> K -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x3A -> y -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x3B -> = -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x3C -> U -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x3D -> ? -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3E -> z -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3F -> W -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x40 -> , -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x41 -> N -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x42 -> G -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x43 -> I -0x00,0x00,0x00,0x80,0xE2,0x75,0x75,0xE2,0x80,0x00,0x00,0x00,0x00,0x38,0x3E,0x0F,0x0D,0x0C,0x0C,0x0D,0x0F,0x3E,0x38,0x00,//\x44 -> Å -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x45 -> " -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x46 -> + -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x47 -> O -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x48 -> Z -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x49 -> x -0x00,0x00,0x40,0x60,0x64,0x6A,0x6A,0x64,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x4A -> å -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x4B -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x4C -> ( -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x4D -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0C -> e -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x0D -> n -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0E -> -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0F -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x10 -> i -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x11 -> r -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x12 -> a -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x13 -> l -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x14 -> s -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x15 -> o -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x16 -> g -0x20, 0x55, 0x54, 0x55, 0x78, 0x00,//\x17 -> ä -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x18 -> p -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x19 -> d -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x1A -> u -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1B -> m -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x1C -> v -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x1D -> k -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x1E -> S -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x1F -> A -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x20 -> . -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x21 -> V -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x22 -> h -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x23 -> - -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x24 -> b -0x38, 0x45, 0x44, 0x45, 0x38, 0x00,//\x25 -> ö -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x26 -> T -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x27 -> C -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x28 -> c -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x29 -> f -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x2A -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x2B -> < -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x2C -> M -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x2D -> D -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x2E -> : -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x2F -> ! -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x30 -> P -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x31 -> B -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x32 -> L -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x33 -> H -0x20, 0x40, 0x44, 0x3d, 0x00, 0x00,//\x34 -> j -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x35 -> F -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x36 -> R -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x37 -> E -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x38 -> w -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x39 -> K -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x3A -> y -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x3B -> = -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x3C -> U -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x3D -> ? -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3E -> z -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3F -> W -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x40 -> , -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x41 -> N -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x42 -> G -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x43 -> I -0x78, 0x14, 0x15, 0x14, 0x78, 0x00,//\x44 -> Å -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x45 -> " -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x46 -> + -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x47 -> O -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x48 -> Z -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x49 -> x -0x20, 0x54, 0x55, 0x54, 0x78, 0x00,//\x4A -> å -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x4B -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x4C -> ( -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x4D -> / -}; -// ---- Svenska ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x1E\x0F\x11\x25\x1B\x1D\x17\x13\x13\x12\x20\x0E\x1F\x0D\x16\x0C\x11\x0E\x13\x17\x16\x14\x0F\x12\x0E\x14\x18\x17\x0D\x0D\x10\x0D\x16\x20\x0E\x2B\x2D\x27\x0E\x03\x02\x21\x2A\x0E\x2B\x1E\x0E\x05\x20\x05\x21\x0E\x18\x0C\x11\x0E\x28\x0C\x13\x13\x2A", - /* SleepTemperature */ "\x21\x10\x13\x15\x0F\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x0E\x2B\x27\x2A", - /* SleepTimeout */ "\x21\x10\x13\x15\x23\x0F\x10\x1B\x0C\x15\x1A\x0F\x0E\x2B\x2C\x10\x0D\x1A\x0F\x0C\x11\x4D\x1E\x0C\x28\x15\x0D\x19\x0C\x11\x2A", - /* ShutdownTimeout */ "\x1F\x1C\x14\x0F\x17\x0D\x16\x0D\x10\x0D\x16\x14\x23\x0F\x10\x1B\x0C\x15\x1A\x0F\x0E\x2B\x2C\x10\x0D\x1A\x0F\x0C\x11\x2A", - /* MotionSensitivity */ "\x36\x25\x11\x0C\x13\x14\x0C\x1D\x17\x0D\x14\x13\x10\x16\x22\x0C\x0F\x0E\x2B\x02\x20\x1F\x1C\x0E\x03\x20\x1B\x10\x0D\x14\x0F\x0E\x1D\x17\x0D\x14\x13\x10\x16\x0E\x0B\x20\x1B\x0C\x14\x0F\x0E\x1D\x17\x0D\x14\x13\x10\x16\x2A", - /* TemperatureUnit */ "\x26\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x0C\x0D\x22\x0C\x0F\x0E\x2B\x27\x3B\x27\x0C\x13\x14\x10\x1A\x14\x0E\x35\x3B\x35\x12\x22\x11\x0C\x0D\x22\x0C\x10\x0F\x2A", - /* AdvancedIdle */ "\x21\x10\x14\x12\x0E\x19\x0C\x0F\x12\x13\x34\x0C\x11\x12\x19\x0E\x10\x0D\x29\x15\x11\x1B\x12\x0F\x10\x15\x0D\x0E\x10\x0E\x1B\x10\x0D\x19\x11\x0C\x0E\x0F\x3A\x18\x14\x0D\x10\x0F\x0F\x0E\x0D\x17\x11\x0E\x10\x0D\x12\x1D\x0F\x10\x1C\x20", - /* DisplayRotation */ "\x21\x10\x14\x0D\x10\x0D\x16\x14\x13\x17\x16\x0C\x0E\x2B\x1F\x20\x0E\x1F\x1A\x0F\x15\x1B\x12\x0F\x10\x14\x1D\x0E\x21\x20\x0E\x21\x17\x0D\x14\x0F\x0C\x11\x22\x17\x0D\x0F\x0E\x33\x20\x0E\x33\x25\x16\x0C\x11\x22\x17\x0D\x0F\x2A", - /* BoostEnabled */ "\x1F\x1D\x0F\x10\x1C\x0C\x11\x12\x0E\x29\x11\x17\x1B\x11\x0C\x0E\x1D\x0D\x12\x18\x18\x0C\x0D\x0E\x29\x25\x11\x0E\x0F\x1A\x11\x24\x15\x13\x17\x16\x0C\x0E\x4C\x0F\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x22\x25\x34\x0D\x10\x0D\x16\x4B\x0E\x1C\x10\x19\x0E\x13\x25\x19\x0D\x10\x0D\x16", - /* BoostTemperature */ "\x26\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x0E\x10\x0E\x45\x0F\x1A\x11\x24\x15\x45\x23\x13\x17\x16\x0C", - /* AutoStart */ "\x1E\x0F\x12\x11\x0F\x12\x11\x0E\x12\x1A\x0F\x15\x1B\x12\x0F\x10\x14\x1D\x0F\x0E\x13\x25\x19\x18\x0C\x0D\x0D\x12\x0D\x0E\x1C\x10\x19\x0E\x1A\x18\x18\x14\x0F\x12\x11\x0F\x20\x0E\x26\x3B\x32\x25\x19\x0D\x10\x0D\x16\x40\x0E\x1E\x3B\x21\x10\x13\x15\x13\x17\x16\x0C\x40\x0E\x35\x3B\x1F\x1C", - /* CooldownBlink */ "\x31\x13\x10\x0D\x1D\x12\x0E\x0F\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x0C\x0D\x0E\x1B\x0C\x19\x12\x0D\x0E\x14\x18\x0C\x0F\x14\x0C\x0D\x0E\x1D\x3A\x13\x14\x0E\x12\x1C\x0E\x15\x28\x22\x0E\x29\x15\x11\x0F\x29\x12\x11\x12\x0D\x19\x0C\x0E\x17\x11\x0E\x1C\x12\x11\x1B\x20", - /* TemperatureCalibration */ "\x39\x12\x13\x10\x24\x11\x0C\x11\x12\x0E\x14\x18\x0C\x0F\x14\x23\x1D\x15\x1B\x18\x0C\x0D\x14\x12\x0F\x10\x15\x0D\x20", - /* SettingsReset */ "\x44\x0F\x0C\x11\x14\x0F\x17\x13\x13\x0E\x12\x13\x13\x12\x0E\x10\x0D\x14\x0F\x17\x13\x13\x0D\x10\x0D\x16\x12\x11", - /* VoltageCalibration */ "\x43\x0D\x14\x18\x17\x0D\x0D\x10\x0D\x16\x14\x1D\x12\x13\x10\x24\x11\x0C\x11\x10\x0D\x16\x20\x0E\x39\x0D\x12\x18\x18\x12\x11\x0D\x12\x0E\x34\x1A\x14\x0F\x0C\x11\x12\x11\x40\x0E\x22\x4A\x13\x13\x0E\x10\x0D\x0D\x0C\x0E\x29\x25\x11\x0E\x12\x1C\x14\x13\x1A\x0F", - /* AdvancedSoldering */ "\x21\x10\x14\x12\x0E\x19\x0C\x0F\x12\x13\x34\x0C\x11\x12\x19\x0E\x10\x0D\x29\x15\x11\x1B\x12\x0F\x10\x15\x0D\x0E\x1C\x10\x19\x0E\x13\x25\x19\x0D\x10\x0D\x16", - /* ScrollingSpeed */ "\x33\x12\x14\x0F\x10\x16\x22\x0C\x0F\x0E\x14\x15\x1B\x0E\x19\x0C\x0D\x0E\x22\x17\x11\x0E\x0F\x0C\x49\x0F\x0C\x0D\x0E\x11\x1A\x13\x13\x12\x11\x0E\x10", - /* TipModel */ "\x26\x10\x18\x0E\x2C\x15\x19\x0C\x13\x0E\x14\x0C\x13\x0C\x28\x0F\x10\x15\x0D", - /* SimpleCalibrationMode */ "\x1E\x10\x1B\x18\x13\x0C\x0E\x27\x12\x13\x10\x24\x11\x12\x0F\x10\x15\x0D\x0E\x1A\x14\x10\x0D\x16\x0E\x33\x15\x0F\x0E\x38\x12\x0F\x0C\x11", - /* AdvancedCalibrationMode */ "\x1F\x19\x1C\x12\x0D\x28\x0C\x19\x0E\x28\x12\x13\x10\x24\x11\x12\x0F\x10\x15\x0D\x0E\x1A\x14\x10\x0D\x16\x0E\x0F\x22\x0C\x11\x1B\x15\x28\x15\x1A\x18\x13\x0C\x0E\x15\x0D\x0E\x0F\x22\x0C\x0E\x0F\x10\x18", - /* PowerInput */ "\x30\x15\x38\x0C\x11\x0E\x3F\x12\x0F\x0F\x12\x16\x0C\x0E\x15\x29\x0E\x0F\x22\x0C\x0E\x18\x15\x38\x0C\x11\x0E\x12\x19\x12\x18\x0F\x0C\x11\x0E\x1A\x14\x0C\x19", -}; - -const char* SettingsCalibrationDone = "\x27\x12\x13\x10\x24\x11\x12\x0F\x10\x15\x0D\x0E\x19\x15\x0D\x0C\x2F"; -const char* SettingsCalibrationWarning = "\x30\x13\x0C\x12\x14\x0C\x0E\x0C\x0D\x14\x1A\x11\x0C\x0E\x0F\x22\x0C\x0E\x0F\x10\x18\x0E\x10\x14\x0E\x12\x0F\x0E\x11\x15\x15\x1B\x0E\x0F\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x0C\x0E\x24\x0C\x29\x15\x11\x0C\x0E\x28\x15\x0D\x0F\x10\x0D\x1A\x10\x0D\x16\x2F"; -const char* SettingsResetWarning = "\x1F\x11\x0C\x0E\x3A\x15\x1A\x0E\x14\x1A\x11\x0C\x0E\x3A\x15\x1A\x0E\x38\x12\x0D\x0F\x0E\x0F\x15\x0E\x11\x0C\x14\x0C\x0F\x0E\x14\x0C\x0F\x0F\x10\x0D\x16\x14\x0E\x0F\x15\x0E\x19\x0C\x29\x12\x1A\x13\x0F\x0E\x1C\x12\x13\x1A\x0C\x14\x3D"; -const char* UVLOWarningString = "\x2D\x27\x0E\x32\x44\x42"; -const char* UndervoltageString = "\x3C\x0D\x19\x0C\x11\x14\x18\x17\x0D\x0D\x10\x0D\x16"; -const char* InputVoltageString = "\x43\x0D\x14\x18\x17\x0D\x20\x0E\x21\x2E\x0E"; -const char* WarningTipTempString = "\x1E\x18\x0C\x0F\x14\x0F\x0C\x1B\x18\x2E\x0E"; -const char* BadTipString = "\x1E\x30\x37\x26\x1E\x35\x37\x32"; -const char* SleepingSimpleString = "\x48\x3E\x3E\x3E"; -const char* SleepingAdvancedString = "\x21\x10\x13\x15\x13\x17\x16\x0C\x20\x20\x20"; -const char* WarningSimpleString = "\x21\x1F\x36\x2C"; -const char* WarningAdvancedString = "\x2F\x2F\x0E\x1E\x30\x37\x26\x1E\x0E\x21\x1F\x36\x2C\x0E\x2F\x2F"; -const char* SleepingTipAdvancedString = "\x1E\x18\x0C\x0F\x14\x2E"; -const char* IdleTipString = "\x1E\x18\x0C\x0F\x14\x2E"; -const char* IdleSetString = "\x0E\x1F\x0D\x16\x0C\x2E"; -const char* TipDisconnectedString = "\x1E\x30\x37\x26\x1E\x0E\x3C\x36\x26\x1F\x42\x37\x41"; -const char* SolderingAdvancedPowerPrompt = "\x1E\x0F\x11\x25\x1B\x2E\x0E"; -const char* OffString = "\x1F\x1C"; -const char* ResetOKMessage = "\x36\x0C\x14\x0C\x0F\x0E\x47\x39"; - -const char* SettingRightChar = "\x33"; -const char* SettingLeftChar = "\x21"; -const char* SettingAutoChar = "\x1F"; -const char* SettingFastChar = "\x1E"; -const char* SettingSlowChar = "\x32"; - -const char* SymbolPlus = "\x46"; -const char* SymbolMinus = "\x23"; -const char* SymbolSpace = "\x0E"; -const char* SymbolDot = "\x20"; -const char* SymbolDegC = "\x27"; -const char* SymbolDegF = "\x35"; -const char* SymbolMinutes = "\x2C"; -const char* SymbolSeconds = "\x1E"; -const char* SymbolWatts = "\x3F"; -const char* SymbolVolts = "\x21"; -const char* SymbolDC = "\x2D\x27"; -const char* SymbolCellCount = "\x1E"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x31\x02\x04", - "\x2D\x04\x06", - "\x31\x27\x04", - "\x0E\x27\x03", - "\x26\x1E\x03\x02\x02", - "\x31\x27\x04", - "\x33\x12\x1D\x1D\x15", - "\x3C\x14\x0C\x11", -#else - "\x31\x02\x04", - "\x2D\x04\x07", - "\x26\x1E\x0A\x02", - "\x3C\x14\x0C\x11", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x1E\x0F\x11\x25\x1B\x23", "\x1D\x17\x13\x13\x12" }, - /* SleepTemperature */ { "\x21\x10\x13\x15\x23", "\x0F\x0C\x1B\x18" }, - /* SleepTimeout */ { "\x21\x10\x13\x15\x23", "\x0F\x10\x1B\x0C\x15\x1A\x0F" }, - /* ShutdownTimeout */ { "\x1F\x1C\x14\x0F\x17\x0D\x16\x0D\x20", "\x0F\x10\x1B\x0C\x15\x1A\x0F" }, - /* MotionSensitivity */ { "\x36\x25\x11\x0C\x13\x14\x0C\x23", "\x1D\x17\x0D\x14\x13\x10\x16\x22\x0C\x0F" }, - /* TemperatureUnit */ { "\x26\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x23", "\x0C\x0D\x22\x0C\x0F\x0C\x11" }, - /* AdvancedIdle */ { "\x2D\x0C\x0F\x12\x13\x34\x0C\x11\x12\x19", "\x1C\x10\x19\x0E\x10\x0D\x12\x1D\x0F\x10\x1C" }, - /* DisplayRotation */ { "\x21\x10\x14\x0D\x10\x0D\x16\x14", "\x13\x17\x16\x0C" }, - /* BoostEnabled */ { "\x26\x1A\x11\x24\x15\x13\x17\x16\x0C", "\x12\x1D\x0F\x10\x1C\x0C\x11\x12\x0F" }, - /* BoostTemperature */ { "\x26\x1A\x11\x24\x15\x23", "\x0F\x0C\x1B\x18" }, - /* AutoStart */ { "\x1F\x1A\x0F\x15", "\x14\x0F\x12\x11\x0F" }, - /* CooldownBlink */ { "\x41\x0C\x19\x1D\x3A\x13\x0D\x10\x0D\x16\x14\x23", "\x24\x13\x10\x0D\x1D" }, - /* TemperatureCalibration */ { "\x39\x12\x13\x10\x24\x11\x0C\x11\x12", "\x0F\x0C\x1B\x18\x0C\x11\x12\x0F\x1A\x11\x3D" }, - /* SettingsReset */ { "\x35\x12\x24\x11\x10\x1D\x14\x23", "\x10\x0D\x14\x0F\x17\x13\x13\x3D" }, - /* VoltageCalibration */ { "\x39\x12\x13\x10\x24\x11\x0C\x11\x12", "\x10\x0D\x14\x18\x17\x0D\x0D\x10\x0D\x16\x3D" }, - /* AdvancedSoldering */ { "\x2D\x0C\x0F\x12\x13\x34\x0C\x11\x12\x19", "\x13\x25\x19\x0D\x16\x20\x14\x1D\x17\x11\x1B" }, - /* ScrollingSpeed */ { "\x31\x0C\x14\x1D\x11\x10\x1C\x0D\x10\x0D\x16", "\x11\x1A\x13\x13\x22\x12\x14\x0F\x20" }, - /* TipModel */ { "\x26\x10\x18", "\x2C\x15\x19\x0C\x13" }, - /* SimpleCalibrationMode */ { "\x1E\x10\x1B\x18\x13\x0C", "\x27\x12\x13\x10\x24\x11\x12\x0F\x10\x15\x0D" }, - /* AdvancedCalibrationMode */ { "\x1F\x19\x1C\x12\x0D\x28\x0C\x19", "\x27\x12\x13\x10\x24\x11\x12\x0F\x10\x15\x0D" }, - /* PowerInput */ { "\x30\x15\x38\x0C\x11", "\x3F\x12\x0F\x0F\x12\x16\x0C" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x32\x25\x19\x0D\x10\x0D\x16\x14\x23\x01\x10\x0D\x14\x0F\x17\x13\x13\x0D\x10\x0D\x16\x12\x11", - /* PowerSavingMenu */ "\x21\x10\x13\x15\x23\x01\x13\x17\x16\x0C\x0D", - /* UIMenu */ "\x1F\x0D\x1C\x17\x0D\x19\x12\x11\x23\x01\x16\x11\x17\x0D\x14\x14\x0D\x10\x0F\x0F", - /* AdvancedMenu */ "\x1F\x1C\x12\x0D\x28\x0C\x11\x12\x19\x0C\x01\x12\x13\x0F\x0C\x11\x0D\x12\x0F\x10\x1C", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x32\x25\x19\x0D\x10\x0D\x16\x14\x10\x0D\x14\x0F\x17\x13\x13\x0D\x10\x0D\x16\x12\x11", - /* PowerSavingMenu */ "\x21\x10\x13\x15\x13\x17\x16\x0C\x14\x23\x10\x0D\x14\x0F\x17\x13\x13\x0D\x10\x0D\x16\x12\x11", - /* UIMenu */ "\x1F\x0D\x1C\x17\x0D\x19\x12\x11\x16\x11\x17\x0D\x14\x14\x0D\x10\x0F\x0F\x14\x23\x10\x0D\x14\x0F\x17\x13\x13\x0D\x10\x0D\x16\x12\x11", - /* AdvancedMenu */ "\x1F\x1C\x12\x0D\x28\x0C\x11\x12\x19\x0C\x0E\x12\x13\x0F\x0C\x11\x0D\x12\x0F\x10\x1C", -}; - -#endif - -#ifdef LANG_TR -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x0D -> e -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0E -> a -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x0F -> t -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x10 -> i -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x11 -> n -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x12 -> r -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x13 -> l -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x14 -> o -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x15 -> s -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x16 -> S -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x17 -> d -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x18 -> u -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x19 -> k -0x00,0x00,0x00,0x00,0x60,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x1A -> ı -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x1B -> m -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x1C -> T -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x1D -> p -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x1E -> C -0x00,0x00,0x60,0xE0,0x80,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x81,0xE7,0x7E,0x1E,0x07,0x01,0x00,0x00,0x00,//\x1F -> y -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x20 -> A -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x21 -> c -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x22 -> D -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x23 -> . -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x24 -> g -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x25 -> P -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x26 -> M -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x27 -> L -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x28 -> U -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x29 -> b -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x2A -> h -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x2B -> I -0x00,0xE0,0xE0,0x0C,0x0C,0x00,0x00,0x0C,0x0C,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x2C -> ü -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x2D -> O -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x2E -> B -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x2F -> E -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x30 -> R -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x31 -> V -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x32 -> f -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x33 -> v -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x34 -> > -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x35 -> < -0x00,0x80,0xC0,0xE0,0x68,0x64,0x64,0x64,0x68,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x36 -> ğ -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x37 -> K -0x00,0xFF,0xFF,0x0E,0x38,0xF0,0xC0,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x03,0x07,0x1C,0x3F,0x3F,0x00,//\x38 -> N -0x00,0x80,0xC0,0xEC,0x6C,0x60,0x60,0x6C,0xEC,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x39 -> ö -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x3A -> : -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x3B -> W -0x00,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x60,0x20,0x00,0x00,0x00,0x30,0x38,0x3C,0x36,0x33,0x31,0x30,0x30,0x30,0x00,0x00,//\x3C -> z -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x3D -> H -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0xB3,0xF3,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x3E -> ş -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0xB8,0xB0,0xF0,0xF0,0x30,0x38,0x18,0x08,0x00,//\x3F -> ç -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x40 -> ! -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x41 -> w -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x42 -> F -0x00,0x00,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,//\x43 -> = -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x44 -> ? -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x45 -> , -0x00,0x03,0x03,0x03,0x03,0xC3,0xE3,0x33,0x1F,0x0F,0x03,0x00,0x00,0x30,0x3C,0x3E,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00,//\x46 -> Z -0x00,0xF0,0xFC,0x0E,0x07,0x03,0xC3,0xC3,0xC3,0xC7,0xC6,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x47 -> G -0x00,0x00,0x00,0x3C,0x3C,0x00,0x00,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x48 -> " -0x00,0x03,0x0F,0x3C,0xF0,0xC0,0xC0,0xF0,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x49 -> Y -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x4A -> - -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x4B -> + -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x1E,0x1C,0x00,0x00,0x01,0x07,0xCE,0xDC,0xF8,0xF8,0x18,0x1C,0x0E,0x06,0x00,//\x4C -> Ç -0x00,0x60,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x0F,0x1D,0x38,0x30,0x00,0x00,//\x4D -> x -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x4E -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x4F -> ( -0x00,0xF8,0xF8,0x03,0x03,0x00,0x00,0x03,0x03,0xF8,0xF8,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x50 -> Ü -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x51 -> / -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x0D -> e -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0E -> a -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x0F -> t -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x10 -> i -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x11 -> n -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x12 -> r -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x13 -> l -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x14 -> o -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x15 -> s -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x16 -> S -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x17 -> d -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x18 -> u -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x19 -> k -0x00, 0x44, 0x7c, 0x40, 0x00, 0x00,//\x1A -> ı -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x1B -> m -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x1C -> T -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x1D -> p -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x1E -> C -0x44, 0x48, 0x30, 0x10, 0x0c, 0x00,//\x1F -> y -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x20 -> A -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x21 -> c -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x22 -> D -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x23 -> . -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x24 -> g -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x25 -> P -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x26 -> M -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x27 -> L -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x28 -> U -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x29 -> b -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x2A -> h -0x00, 0x41, 0x7f, 0x41, 0x00, 0x00,//\x2B -> I -0x3c, 0x41, 0x40, 0x21, 0x5c, 0x00,//\x2C -> ü -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x2D -> O -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x2E -> B -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x2F -> E -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x30 -> R -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x31 -> V -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x32 -> f -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x33 -> v -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x34 -> > -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x35 -> < -0x08, 0x55, 0x56, 0x55, 0x3c, 0x00,//\x36 -> ğ -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x37 -> K -0x7f, 0x04, 0x08, 0x10, 0x7f, 0x00,//\x38 -> N -0x38, 0x45, 0x44, 0x45, 0x38, 0x00,//\x39 -> ö -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x3A -> : -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x3B -> W -0x44, 0x64, 0x54, 0x4c, 0x44, 0x00,//\x3C -> z -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x3D -> H -0x12, 0x55, 0x35, 0x15, 0x09, 0x00,//\x3E -> ş -0x1c, 0x22, 0x62, 0x22, 0x10, 0x00,//\x3F -> ç -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x40 -> ! -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x41 -> w -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x42 -> F -0x14, 0x14, 0x14, 0x14, 0x14, 0x00,//\x43 -> = -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x44 -> ? -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x45 -> , -0x61, 0x51, 0x49, 0x45, 0x43, 0x00,//\x46 -> Z -0x3e, 0x41, 0x41, 0x49, 0x7a, 0x00,//\x47 -> G -0x00, 0x07, 0x00, 0x07, 0x00, 0x00,//\x48 -> " -0x07, 0x08, 0x70, 0x08, 0x07, 0x00,//\x49 -> Y -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x4A -> - -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x4B -> + -0x0e, 0x51, 0x71, 0x11, 0x08, 0x00,//\x4C -> Ç -0x44, 0x24, 0x38, 0x48, 0x44, 0x00,//\x4D -> x -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x4E -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x4F -> ( -0x3c, 0x41, 0x40, 0x41, 0x3c, 0x00,//\x50 -> Ü -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x51 -> / -}; -// ---- Türk ---- - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x47\x2C\x3F\x0C\x37\x0E\x1F\x11\x0E\x36\x1A\x23\x0C\x19\x0D\x15\x10\x1B\x0C\x24\x0D\x12\x10\x13\x10\x1B\x10\x11\x1A\x0C\x0E\x1F\x0E\x12\x13\x0E\x12\x23\x0C\x35\x22\x1E\x0C\x03\x02\x31\x34\x0C\x35\x16\x0C\x05\x23\x05\x31\x0C\x2A\x2C\x21\x12\x0D\x0C\x29\x0E\x3E\x1A\x11\x0E\x34", - /* SleepTemperature */ "\x28\x1F\x19\x18\x0C\x16\x1A\x21\x0E\x19\x13\x1A\x36\x1A\x0C\x35\x1E\x34", - /* SleepTimeout */ "\x28\x1F\x19\x18\x0C\x46\x0E\x1B\x0E\x11\x0C\x20\x3E\x1A\x1B\x1A\x0C\x35\x22\x0E\x19\x10\x19\x0E\x51\x16\x0E\x11\x10\x1F\x0D\x34", - /* ShutdownTimeout */ "\x37\x0E\x1D\x0E\x0F\x1B\x0E\x0C\x46\x0E\x1B\x0E\x11\x0C\x20\x3E\x1A\x1B\x1A\x0C\x35\x22\x0E\x19\x10\x19\x0E\x34", - /* MotionSensitivity */ "\x3D\x0E\x12\x0D\x19\x0D\x0F\x0C\x3D\x0E\x15\x15\x0E\x15\x10\x1F\x0D\x0F\x10\x0C\x35\x02\x23\x37\x0E\x1D\x0E\x13\x1A\x0C\x03\x23\x2F\x11\x0C\x0E\x3C\x0C\x17\x18\x1F\x0E\x12\x13\x1A\x0C\x0B\x23\x2F\x11\x0C\x17\x18\x1F\x0E\x12\x13\x1A\x34", - /* TemperatureUnit */ "\x16\x1A\x21\x0E\x19\x13\x1A\x19\x0C\x50\x11\x10\x0F\x0D\x15\x10\x0C\x35\x1E\x43\x1E\x0D\x13\x15\x10\x18\x15\x0C\x42\x43\x42\x0E\x2A\x12\x0D\x11\x2A\x0D\x10\x0F\x34", - /* AdvancedIdle */ "\x2E\x14\x3E\x0C\x0D\x19\x12\x0E\x11\x17\x0E\x0C\x0E\x1F\x12\x1A\x11\x0F\x1A\x13\x1A\x0C\x29\x10\x13\x24\x10\x13\x0D\x12\x10\x0C\x17\x0E\x2A\x0E\x0C\x19\x2C\x3F\x2C\x19\x0C\x29\x10\x12\x0C\x1F\x0E\x3C\x1A\x0C\x0F\x10\x1D\x10\x0C\x10\x13\x0D\x0C\x24\x39\x15\x0F\x0D\x12\x23", - /* DisplayRotation */ "\x47\x39\x12\x2C\x11\x0F\x2C\x0C\x49\x39\x11\x13\x0D\x11\x17\x10\x12\x1B\x0D\x0C\x35\x20\x23\x0C\x2D\x0F\x14\x1B\x0E\x0F\x10\x19\x0C\x27\x23\x0C\x16\x14\x13\x0E\x19\x0C\x30\x23\x0C\x16\x0E\x36\x13\x0E\x19\x34", - /* BoostEnabled */ "\x27\x0D\x2A\x10\x1B\x13\x0D\x1B\x0D\x0C\x1F\x0E\x1D\x0E\x12\x19\x0D\x11\x0C\x39\x11\x0C\x0F\x18\x3E\x0E\x0C\x29\x0E\x15\x1B\x0E\x19\x0C\x2E\x14\x14\x15\x0F\x0C\x1B\x14\x17\x18\x11\x0E\x0C\x15\x14\x19\x0E\x12\x4F\x06\x07\x02\x1E\x4E", - /* BoostTemperature */ "\x48\x29\x14\x14\x15\x0F\x48\x0C\x26\x14\x17\x18\x0C\x22\x0D\x12\x0D\x21\x0D\x15\x10", - /* AutoStart */ "\x47\x2C\x3F\x0C\x33\x0D\x12\x10\x13\x17\x10\x36\x10\x11\x17\x0D\x0C\x14\x0F\x14\x1B\x0E\x0F\x10\x19\x0C\x14\x13\x0E\x12\x0E\x19\x0C\x13\x0D\x2A\x10\x1B\x13\x0D\x1B\x0D\x0C\x1B\x14\x17\x18\x11\x17\x0E\x0C\x29\x0E\x3E\x13\x0E\x0F\x23\x0C\x1C\x43\x27\x0D\x2A\x10\x1B\x13\x0D\x1B\x0D\x0C\x26\x14\x17\x18\x45\x0C\x16\x43\x0C\x28\x1F\x19\x18\x0C\x26\x14\x17\x18\x45\x42\x43\x37\x0E\x1D\x0E\x13\x1A", - /* CooldownBlink */ "\x16\x14\x36\x18\x0F\x1B\x0E\x0C\x0D\x19\x12\x0E\x11\x1A\x11\x17\x0E\x0C\x18\x3F\x0C\x2A\x0E\x13\x0E\x0C\x15\x1A\x21\x0E\x19\x19\x0D\x11\x0C\x17\x0D\x12\x0D\x21\x0D\x0C\x1F\x0E\x11\x1A\x1D\x0C\x15\x39\x11\x15\x2C\x11\x23", - /* TemperatureCalibration */ "\x28\x21\x18\x0C\x19\x0E\x13\x10\x29\x12\x0D\x0C\x0D\x0F\x23", - /* SettingsReset */ "\x2E\x2C\x0F\x2C\x11\x0C\x0E\x1F\x0E\x12\x13\x0E\x12\x1A\x0C\x15\x1A\x32\x1A\x12\x13\x0E", - /* VoltageCalibration */ "\x31\x2B\x38\x0C\x37\x0E\x13\x10\x29\x12\x0E\x15\x1F\x14\x11\x18\x23\x0C\x22\x2C\x36\x1B\x0D\x13\x0D\x12\x0C\x0E\x1F\x0E\x12\x13\x0E\x12\x45\x0C\x3F\x1A\x19\x1B\x0E\x19\x0C\x10\x3F\x10\x11\x0C\x18\x3C\x18\x11\x0C\x29\x0E\x15\x23", - /* AdvancedSoldering */ "\x27\x0D\x2A\x10\x1B\x13\x0D\x1B\x0D\x0C\x1F\x0E\x1D\x0E\x12\x19\x0D\x11\x0C\x17\x0D\x0F\x0E\x1F\x13\x1A\x0C\x29\x10\x13\x24\x10\x0C\x24\x39\x15\x0F\x0D\x12", - /* ScrollingSpeed */ "\x16\x1D\x0D\x0D\x17\x0C\x0F\x2A\x10\x15\x0C\x0F\x0D\x4D\x0F\x0C\x15\x21\x12\x14\x13\x13\x15\x0C\x1D\x0E\x15\x0F\x0C\x0E\x0F", - /* TipModel */ "\x1C\x10\x1D\x0C\x26\x14\x17\x0D\x13\x0C\x15\x0D\x13\x0D\x21\x0F\x10\x14\x11", - /* SimpleCalibrationMode */ "\x16\x10\x1B\x1D\x13\x0D\x0C\x1E\x0E\x13\x10\x29\x12\x0E\x0F\x10\x14\x11\x0C\x18\x15\x10\x11\x24\x0C\x3D\x14\x0F\x0C\x41\x0E\x0F\x0D\x12", - /* AdvancedCalibrationMode */ "\x20\x17\x33\x0E\x11\x21\x0D\x17\x0C\x21\x0E\x13\x10\x29\x12\x0E\x0F\x10\x14\x11\x0C\x18\x15\x10\x11\x24\x0C\x0F\x2A\x0D\x12\x1B\x14\x21\x14\x18\x1D\x13\x0D\x0C\x14\x11\x0C\x0F\x2A\x0D\x0C\x0F\x10\x1D", - /* PowerInput */ "\x25\x14\x41\x0D\x12\x0C\x3B\x0E\x0F\x0F\x0E\x24\x0D\x0C\x14\x32\x0C\x0F\x2A\x0D\x0C\x1D\x14\x41\x0D\x12\x0C\x0E\x17\x0E\x1D\x0F\x0D\x12\x0C\x18\x15\x0D\x17", -}; - -const char* SettingsCalibrationDone = "\x1E\x0E\x13\x10\x29\x12\x0E\x0F\x10\x14\x11\x0C\x17\x14\x11\x0D\x40"; -const char* SettingsCalibrationWarning = "\x27\x2C\x0F\x32\x0D\x11\x0C\x17\x0D\x33\x0E\x1B\x0C\x0D\x0F\x1B\x0D\x17\x0D\x11\x0C\x39\x11\x21\x0D\x0C\x18\x21\x18\x11\x0C\x14\x17\x0E\x0C\x15\x1A\x21\x0E\x19\x13\x1A\x36\x1A\x11\x17\x0E\x0C\x14\x13\x17\x18\x36\x18\x11\x18\x0C\x24\x0E\x12\x0E\x11\x0F\x10\x1F\x0D\x0C\x0E\x13\x1A\x11\x40"; -const char* SettingsResetWarning = "\x20\x12\x0D\x0C\x1F\x14\x18\x0C\x15\x18\x12\x0D\x0C\x0F\x14\x0C\x12\x0D\x15\x0D\x0F\x0C\x15\x0D\x0F\x0F\x10\x11\x24\x15\x0C\x0F\x14\x0C\x17\x0D\x32\x0E\x18\x13\x0F\x0C\x33\x0E\x13\x18\x0D\x15\x44"; -const char* UVLOWarningString = "\x22\x1E\x0C\x27\x2D\x3B"; -const char* UndervoltageString = "\x28\x11\x17\x0D\x12\x33\x14\x13\x0F\x0E\x24\x0D"; -const char* InputVoltageString = "\x2B\x11\x1D\x18\x0F\x0C\x31\x3A\x0C"; -const char* WarningTipTempString = "\x1C\x10\x1D\x0C\x1C\x0D\x1B\x1D\x3A\x0C"; -const char* BadTipString = "\x2E\x20\x22\x0C\x1C\x2B\x25"; -const char* SleepingSimpleString = "\x46\x3C\x3C\x3C"; -const char* SleepingAdvancedString = "\x28\x1F\x18\x1F\x14\x12\x23\x23\x23"; -const char* WarningSimpleString = "\x3D\x2D\x1C\x40"; -const char* WarningAdvancedString = "\x28\x49\x20\x30\x2B\x40\x0C\x28\x4C\x0C\x16\x2B\x1E\x20\x37\x40"; -const char* SleepingTipAdvancedString = "\x1C\x10\x1D\x3A"; -const char* IdleTipString = "\x1C\x10\x1D\x3A"; -const char* IdleSetString = "\x0C\x16\x0D\x0F\x3A"; -const char* TipDisconnectedString = "\x1C\x2B\x25\x0C\x22\x2B\x16\x1E\x2D\x38\x38\x2F\x1E\x1C\x2F\x22"; -const char* SolderingAdvancedPowerPrompt = "\x25\x14\x41\x0D\x12\x3A\x0C"; -const char* OffString = "\x2D\x32\x32"; -const char* ResetOKMessage = "\x30\x0D\x15\x0D\x0F\x0C\x2D\x37"; - -const char* SettingRightChar = "\x30"; -const char* SettingLeftChar = "\x27"; -const char* SettingAutoChar = "\x20"; -const char* SettingFastChar = "\x42"; -const char* SettingSlowChar = "\x16"; - -const char* SymbolPlus = "\x4B"; -const char* SymbolMinus = "\x4A"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x23"; -const char* SymbolDegC = "\x1E"; -const char* SymbolDegF = "\x42"; -const char* SymbolMinutes = "\x26"; -const char* SymbolSeconds = "\x16"; -const char* SymbolWatts = "\x3B"; -const char* SymbolVolts = "\x31"; -const char* SymbolDC = "\x22\x1E"; -const char* SymbolCellCount = "\x16"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x2E\x02\x04", - "\x22\x04\x06", - "\x2E\x1E\x04", - "\x0C\x1E\x03", - "\x1C\x16\x03\x02\x02", - "\x2E\x1E\x04", - "\x3D\x0E\x19\x19\x14", - "\x28\x15\x0D\x12", -#else - "\x2E\x02\x04", - "\x22\x04\x07", - "\x1C\x16\x0A\x02", - "\x28\x15\x0D\x12", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_SINGLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x25\x3B\x30\x16\x1E" }, - /* SleepTemperature */ { "\x16\x1C\x26\x25" }, - /* SleepTimeout */ { "\x16\x1C\x26\x2F" }, - /* ShutdownTimeout */ { "\x16\x3D\x1C\x26\x2F" }, - /* MotionSensitivity */ { "\x26\x16\x2F\x38\x16\x2F" }, - /* TemperatureUnit */ { "\x1C\x26\x25\x28\x38\x1C" }, - /* AdvancedIdle */ { "\x20\x22\x31\x2B\x22\x27" }, - /* DisplayRotation */ { "\x22\x16\x25\x30\x2D\x1C" }, - /* BoostEnabled */ { "\x2E\x2D\x2D\x16\x1C" }, - /* BoostTemperature */ { "\x2E\x1C\x26\x25" }, - /* AutoStart */ { "\x20\x16\x1C\x20\x30\x1C" }, - /* CooldownBlink */ { "\x1E\x27\x2E\x27\x38\x37" }, - /* TemperatureCalibration */ { "\x1C\x26\x25\x0C\x1E\x20\x27\x44" }, - /* SettingsReset */ { "\x30\x2F\x16\x2F\x1C\x44" }, - /* VoltageCalibration */ { "\x1E\x20\x27\x0C\x31\x2B\x38\x44" }, - /* AdvancedSoldering */ { "\x20\x22\x31\x16\x27\x22" }, - /* ScrollingSpeed */ { "\x22\x2F\x16\x1E\x16\x25" }, - /* TipModel */ { "\x1C\x2B\x25\x26\x2D" }, - /* SimpleCalibrationMode */ { "\x16\x26\x25\x1E\x20\x27" }, - /* AdvancedCalibrationMode */ { "\x20\x22\x31\x1E\x20\x27" }, - /* PowerInput */ { "\x25\x3B\x30\x3B" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x16\x14\x13\x17\x0D\x12\x10\x11\x24\x01\x16\x0D\x0F\x0F\x10\x11\x24\x15", - /* PowerSavingMenu */ "\x16\x13\x0D\x0D\x1D\x01\x26\x14\x17\x0D\x15", - /* UIMenu */ "\x28\x15\x0D\x12\x01\x2B\x11\x0F\x0D\x12\x32\x0E\x21\x0D", - /* AdvancedMenu */ "\x20\x17\x33\x0E\x11\x21\x0D\x17\x01\x2D\x1D\x0F\x10\x14\x11\x15", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x16\x14\x13\x17\x0D\x12\x10\x11\x24\x0C\x15\x0D\x0F\x0F\x10\x11\x24\x15", - /* PowerSavingMenu */ "\x25\x14\x41\x0D\x12\x0C\x16\x0E\x33\x10\x11\x24\x0C\x16\x0D\x0F\x0F\x10\x11\x24\x15", - /* UIMenu */ "\x28\x15\x0D\x12\x0C\x2B\x11\x0F\x0D\x12\x32\x0E\x21\x0D\x0C\x15\x0D\x0F\x0F\x10\x11\x24\x15", - /* AdvancedMenu */ "\x20\x17\x33\x0E\x11\x21\x0D\x17\x0C\x14\x1D\x0F\x10\x14\x11\x15", -}; - -#endif - -#ifdef LANG_UK -const uint8_t USER_FONT_12[] = { -0x00,0xF8,0xFE,0x06,0x03,0x83,0xC3,0x63,0x33,0x1E,0xFE,0xF8,0x00,0x07,0x1F,0x1E,0x33,0x31,0x30,0x30,0x30,0x18,0x1F,0x07,//\x02 -> 0 -0x00,0x00,0x00,0x0C,0x0C,0x0E,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x30,0x3F,0x3F,0x30,0x30,0x30,0x00,//\x03 -> 1 -0x00,0x1C,0x1E,0x07,0x03,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x30,0x38,0x3C,0x3E,0x37,0x33,0x31,0x30,0x30,0x30,0x30,//\x04 -> 2 -0x00,0x0C,0x0E,0x07,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0x7E,0x3C,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0E,//\x05 -> 3 -0x00,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x07,0xFF,0xFF,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x03,0x03,//\x06 -> 4 -0x00,0x3F,0x7F,0x63,0x63,0x63,0x63,0x63,0x63,0xE3,0xC3,0x83,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,//\x07 -> 5 -0x00,0xC0,0xF0,0xF8,0xDC,0xCE,0xC7,0xC3,0xC3,0xC3,0x80,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x08 -> 6 -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0xC3,0xF3,0x3F,0x0F,0x03,0x00,0x00,0x00,0x00,0x30,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,//\x09 -> 7 -0x00,0x00,0xBC,0xFE,0xE7,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x0F,0x1F,0x39,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,//\x0A -> 8 -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xFC,0x00,0x00,0x00,0x30,0x30,0x30,0x38,0x1C,0x0E,0x07,0x03,0x00,//\x0B -> 9 -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x0C -> -0x00,0x00,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1E,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x0D -> а -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x0E -> н -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x0F -> о -0x00,0xF0,0xF0,0x00,0x00,0x00,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x10 -> и -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x00,//\x11 -> е -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x70,0xE0,0xC0,0x00,0x00,0xFF,0xFF,0x0C,0x0C,0x0C,0x0C,0x0C,0x0E,0x07,0x03,0x00,//\x12 -> р -0x00,0x30,0x30,0x30,0x30,0xF0,0xF0,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x13 -> т -0x00,0x30,0xF0,0xC0,0x00,0x00,0x00,0x00,0xC0,0xF0,0x30,0x00,0x00,0x60,0xE0,0xC3,0xE7,0x7C,0x3C,0x0F,0x03,0x00,0x00,0x00,//\x14 -> у -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x00,0x3F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x15 -> в -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x16 -> л -0x00,0xF0,0xF0,0x80,0x80,0xC0,0xE0,0x70,0x30,0x10,0x00,0x00,0x00,0x3F,0x3F,0x03,0x03,0x07,0x0E,0x1C,0x38,0x30,0x20,0x00,//\x17 -> к -0x00,0x00,0x00,0x00,0x30,0xF6,0xF6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x18 -> і -0x00,0xF0,0xF0,0xE0,0xC0,0x80,0x80,0xC0,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x19 -> м -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x1A -> п -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0x60,0x40,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x18,0x08,0x00,//\x1B -> с -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,//\x1C -> . -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x21,0x33,0x3B,0x1E,0x0E,0x06,0x06,0x06,0x3F,0x3F,0x00,//\x1D -> я -0x00,0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0xF0,0xF0,0x00,0x00,0x00,0x60,0x7F,0x3F,0x30,0x30,0x30,0x30,0x3F,0x7F,0x60,0x00,//\x1E -> д -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x33,0x33,0x13,0x01,0x00,//\x1F -> e -0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,//\x20 -> - -0x00,0x30,0xF0,0xC0,0x00,0xF0,0xF0,0x00,0xC0,0xF0,0x30,0x00,0x00,0x30,0x3C,0x0F,0x03,0x3F,0x3F,0x03,0x0F,0x3C,0x30,0x00,//\x21 -> ж -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3F,0x3F,0x00,//\x22 -> ч -0x00,0x00,0x40,0x60,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x1C,0x3E,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x3F,0x00,//\x23 -> a -0x00,0x60,0x60,0xFE,0xFE,0x60,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,0x3F,0x30,0x30,0x30,0x30,0x00,0x00,0x00,//\x24 -> t -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x25 -> o -0x00,0x00,0x00,0x00,0x60,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x26 -> i -0x00,0xF0,0xF0,0x00,0x04,0x08,0x88,0xC4,0xE0,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x1C,0x0E,0x07,0x03,0x01,0x00,0x3F,0x3F,0x00,//\x27 -> й -0x00,0xF0,0xF0,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x3F,0x31,0x31,0x31,0x31,0x31,0x3B,0x1F,0x0E,0x00,//\x28 -> ь -0x00,0xF0,0xF0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x29 -> ш -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x2A -> з -0x00,0x00,0xE0,0xE0,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x2B -> r -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x2C -> C -0x00,0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x2D -> n -0x00,0xE0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x1F,0x3F,0x33,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,//\x2E -> б -0x00,0x30,0x70,0xC0,0x80,0x00,0x00,0x80,0xC0,0x70,0x30,0x00,0x00,0x30,0x38,0x0C,0x07,0x03,0x03,0x07,0x0C,0x38,0x30,0x00,//\x2F -> х -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB8,0xF8,0x78,0x00,0x00,0x00,0x00,0x00,//\x30 -> , -0x00,0x00,0x00,0x00,0x03,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x31 -> l -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x32 -> А -0x00,0x3C,0x7E,0xE7,0xC3,0xC3,0xC3,0xC3,0xC7,0x8E,0x0C,0x00,0x00,0x0C,0x1C,0x38,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x33 -> S -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x3F,0x3F,0x00,//\x34 -> d -0x00,0x03,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x35 -> Т -0x00,0x00,0x03,0x07,0x0E,0x1C,0x38,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x00,0x30,0x38,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,//\x36 -> > -0x00,0xE0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0xFF,0xFF,0x0C,0x18,0x18,0x18,0x18,0x1C,0x0F,0x07,0x00,//\x37 -> p -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x38 -> К -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x39 -> П -0x00,0x00,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,0x00,//\x3A -> < -0x00,0xF0,0xF0,0x00,0xE0,0xF0,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x3F,0x3F,0x03,0x1F,0x3F,0x30,0x30,0x30,0x3F,0x1F,0x00,//\x3B -> ю -0x00,0x03,0x0F,0xFC,0xE0,0xFF,0xFF,0xE0,0xFC,0x0F,0x03,0x00,0x00,0x38,0x3F,0x07,0x00,0x3F,0x3F,0x00,0x07,0x3F,0x38,0x00,//\x3C -> Ж -0x00,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0x40,0x00,0x00,0x00,0x00,0x11,0x33,0x33,0x33,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,//\x3D -> s -0x00,0xF0,0xF0,0x00,0x00,0x00,0x00,0x00,0xF0,0xF0,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x3F,0xFF,0xF0,0x00,//\x3E -> ц -0x00,0x00,0xF8,0xFE,0x0F,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x00,0x70,0x7F,0x1F,0x18,0x18,0x18,0x18,0x1F,0x7F,0x70,0x00,//\x3F -> Д -0x00,0xF0,0xF0,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x40 -> г -0x00,0x00,0x00,0x1E,0x3F,0x33,0x33,0x3F,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x41 -> ° -0x00,0x07,0x3F,0xF8,0xC0,0x00,0x00,0xC0,0xF8,0x3F,0x07,0x00,0x00,0x00,0x00,0x01,0x0F,0x3E,0x3E,0x0F,0x01,0x00,0x00,0x00,//\x42 -> V -0x00,0x00,0x00,0x00,0x70,0x70,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,//\x43 -> : -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x44 -> B -0x00,0x00,0x00,0x00,0x7C,0xFF,0xFF,0x7C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x33,0x00,0x00,0x00,0x00,0x00,//\x45 -> ! -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x38,0x1F,0x0F,0x00,//\x46 -> b -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x30,0x18,0x08,0x00,//\x47 -> c -0x00,0x7F,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x48 -> Ч -0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x1F,0x38,0x1C,0x0F,0x0F,0x1C,0x38,0x1F,0x07,0x00,//\x49 -> w -0x00,0x80,0xC0,0xE0,0x60,0x60,0x60,0x60,0x60,0xE0,0xE0,0x00,0x00,0x03,0xC7,0xCE,0xCC,0xCC,0xCC,0xCC,0xE6,0x7F,0x3F,0x00,//\x4A -> g -0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x0F,0x1F,0x38,0x30,0x30,0x30,0x30,0x18,0x3F,0x3F,0x00,//\x4B -> u -0x00,0x00,0x03,0x03,0x03,0xFF,0xFF,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,//\x4C -> T -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x03,0x07,0x0E,0x0C,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x30,0x38,0x1C,0x0C,0x00,//\x4D -> С -0x00,0x00,0x00,0xE0,0xFC,0x1F,0x1F,0xFC,0xE0,0x00,0x00,0x00,0x00,0x38,0x3F,0x07,0x06,0x06,0x06,0x06,0x07,0x3F,0x38,0x00,//\x4E -> A -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xE7,0xFE,0xBC,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x39,0x1F,0x0F,0x00,//\x4F -> В -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x50 -> F -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x51 -> D -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x52 -> Р -0x00,0xFF,0xFF,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x53 -> Г -0x00,0xFF,0xFF,0x00,0x00,0x80,0x80,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x06,0x03,0x03,0x06,0x1C,0x3F,0x3F,0x00,//\x54 -> W -0x00,0xFF,0xFF,0xC0,0x60,0x60,0x60,0xE0,0xC0,0x80,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,//\x55 -> h -0x00,0xE0,0xC0,0xE0,0xE0,0xC0,0xC0,0xE0,0xE0,0xC0,0x80,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,0x00,0x3F,0x3F,0x00,//\x56 -> m -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x57 -> M -0x00,0x80,0xC0,0x60,0x60,0xF0,0xF0,0x60,0x60,0xC0,0x80,0x00,0x00,0x0F,0x1F,0x30,0x30,0xFF,0xFF,0x30,0x30,0x1F,0x0F,0x00,//\x58 -> ф -0x00,0xF0,0xF0,0x00,0x00,0xF0,0xF0,0x00,0x00,0xF0,0xF0,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0xFF,0xE0,//\x59 -> щ -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x5A -> Н -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x03,0x07,0x0F,0x1D,0x38,0x30,0x00,//\x5B -> R -0x00,0xC0,0xE0,0x70,0x30,0x30,0x30,0x30,0x70,0x60,0x40,0x00,0x00,0x0F,0x1F,0x3B,0x33,0x33,0x33,0x30,0x38,0x18,0x08,0x00,//\x5C -> є -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x5D -> О -0x00,0x07,0x1F,0x7C,0xF0,0xC0,0xC0,0xF0,0x7C,0x1F,0x07,0x00,0x00,0x00,0x30,0x30,0x3C,0x0F,0x07,0x01,0x00,0x00,0x00,0x00,//\x5E -> У -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x07,0x1F,0x38,0x30,0x30,0x30,0x30,0x38,0x1F,0x07,0x00,//\x5F -> U -0x00,0x00,0xFF,0xFF,0x00,0x80,0xC0,0xE0,0x60,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x03,0x07,0x0F,0x1C,0x38,0x30,0x00,0x00,//\x60 -> k -0x00,0x00,0x00,0x03,0x03,0xFF,0xFF,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x61 -> І -0x00,0x00,0x80,0x80,0x80,0xF0,0xF0,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0F,0x0F,0x01,0x01,0x01,0x00,0x00,//\x62 -> + -0x00,0x00,0x00,0x01,0x01,0x07,0xFE,0xFC,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x38,0x1F,0x0F,0x03,0x00,0x00,0x00,//\x63 -> ) -0x00,0x00,0x00,0xF0,0xFC,0xFE,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1F,0x38,0x20,0x20,0x00,0x00,0x00,//\x64 -> ( -0x00,0x1C,0x1E,0x07,0x03,0x83,0xC3,0xE3,0x77,0x3E,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x00,0x00,0x00,0x00,0x00,//\x65 -> ? -0x00,0xFF,0xFF,0x83,0x83,0x83,0x83,0x83,0xC7,0xFE,0x7C,0x00,0x00,0x3F,0x3F,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,//\x66 -> P -0x00,0x60,0xE0,0x80,0x00,0x00,0x00,0x00,0x80,0xE0,0x60,0x00,0x00,0x00,0x01,0x07,0x1E,0x38,0x38,0x1E,0x07,0x01,0x00,0x00,//\x67 -> v -0x00,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x68 -> H -0x00,0xFF,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x30,0x30,0x3F,0x3F,0x00,//\x69 -> Ш -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x6A -> L -0x00,0xF8,0xFC,0x0E,0x06,0xFF,0xFF,0x06,0x0E,0xFC,0xF8,0x00,0x00,0x03,0x07,0x0E,0x0C,0x3F,0x3F,0x0C,0x0E,0x07,0x03,0x00,//\x6B -> Ф -0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,0x38,0x1C,0x0E,0x00,0x18,0x1C,0x0E,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,//\x6C -> / -0x00,0xFF,0xFF,0xC0,0xE0,0xF0,0x38,0x1C,0x0E,0x07,0x03,0x00,0x00,0x3F,0x3F,0x00,0x01,0x03,0x07,0x0E,0x1C,0x38,0x30,0x00,//\x6D -> K -0x00,0xF0,0xFC,0x0E,0x07,0x03,0x03,0x07,0x0E,0xFC,0xF0,0x00,0x00,0x03,0x0F,0x1C,0x38,0x30,0x30,0x38,0x1C,0x0F,0x03,0x00,//\x6E -> O -0x00,0xFF,0xFF,0xC3,0xC3,0xC3,0xC3,0xC3,0xC3,0x03,0x03,0x00,0x00,0x3F,0x3F,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,//\x6F -> Е -0x00,0x7C,0xFE,0xC7,0x83,0x83,0x83,0x83,0x83,0xFF,0xFF,0x00,0x00,0x30,0x38,0x1D,0x0F,0x07,0x03,0x01,0x01,0x3F,0x3F,0x00,//\x70 -> Я -0x00,0xFF,0xFF,0x00,0x02,0xC3,0xF1,0x38,0x0E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x1C,0x07,0x03,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x71 -> Й -0x00,0xFF,0xFF,0x1E,0x78,0xE0,0xE0,0x78,0x1E,0xFF,0xFF,0x00,0x00,0x3F,0x3F,0x00,0x00,0x01,0x01,0x00,0x00,0x3F,0x3F,0x00,//\x72 -> М -0x00,0x00,0x00,0x04,0x34,0xF0,0xF4,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x3F,0x3F,0x30,0x30,0x00,0x00,0x00,//\x73 -> ї -0x00,0xC0,0xC0,0xFC,0xFE,0xC7,0xC3,0xC3,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//\x74 -> f -0x00,0x00,0xF0,0xFC,0x1E,0x07,0x03,0x03,0x03,0xFF,0xFF,0x00,0x00,0x30,0x3F,0x1F,0x00,0x00,0x00,0x00,0x00,0x3F,0x3F,0x00,//\x75 -> Л -0x00,0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x30,0xF0,0xE0,0x00,0x00,0x18,0x38,0x30,0x33,0x33,0x33,0x33,0x33,0x3F,0x1D,0x00,//\x76 -> З -0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x1F,0x1F,0x18,0x18,0x18,0x18,0x18,0x1F,0x7F,0x78,0x00,//\x77 -> Ц -}; -const uint8_t USER_FONT_6x8[] = { -0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00,//\x02 -> 0 -0x00, 0x42, 0x7f, 0x40, 0x00, 0x00,//\x03 -> 1 -0x42, 0x61, 0x51, 0x49, 0x46, 0x00,//\x04 -> 2 -0x21, 0x41, 0x45, 0x4b, 0x31, 0x00,//\x05 -> 3 -0x18, 0x14, 0x12, 0x7f, 0x10, 0x00,//\x06 -> 4 -0x27, 0x45, 0x45, 0x45, 0x39, 0x00,//\x07 -> 5 -0x3c, 0x4a, 0x49, 0x49, 0x30, 0x00,//\x08 -> 6 -0x01, 0x71, 0x09, 0x05, 0x03, 0x00,//\x09 -> 7 -0x36, 0x49, 0x49, 0x49, 0x36, 0x00,//\x0A -> 8 -0x06, 0x49, 0x49, 0x29, 0x1e, 0x00,//\x0B -> 9 -0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//\x0C -> -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x0D -> а -0x7c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x0E -> н -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x0F -> о -0x7c, 0x20, 0x10, 0x08, 0x7c, 0x00,//\x10 -> и -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x11 -> е -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x12 -> р -0x04, 0x04, 0x7c, 0x04, 0x04, 0x00,//\x13 -> т -0x4c, 0x50, 0x20, 0x10, 0x0c, 0x00,//\x14 -> у -0x7c, 0x54, 0x54, 0x54, 0x28, 0x00,//\x15 -> в -0x40, 0x3c, 0x04, 0x04, 0x7c, 0x00,//\x16 -> л -0x7c, 0x10, 0x28, 0x44, 0x00, 0x00,//\x17 -> к -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x18 -> і -0x7c, 0x08, 0x10, 0x08, 0x7c, 0x00,//\x19 -> м -0x7c, 0x04, 0x04, 0x04, 0x7c, 0x00,//\x1A -> п -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x1B -> с -0x00, 0x60, 0x60, 0x00, 0x00, 0x00,//\x1C -> . -0x48, 0x34, 0x14, 0x14, 0x7c, 0x00,//\x1D -> я -0x40, 0x3c, 0x24, 0x3c, 0x60, 0x00,//\x1E -> д -0x38, 0x54, 0x54, 0x54, 0x18, 0x00,//\x1F -> e -0x08, 0x08, 0x08, 0x08, 0x08, 0x00,//\x20 -> - -0x6c, 0x10, 0x7c, 0x10, 0x6c, 0x00,//\x21 -> ж -0x0c, 0x10, 0x10, 0x10, 0x7c, 0x00,//\x22 -> ч -0x20, 0x54, 0x54, 0x54, 0x78, 0x00,//\x23 -> a -0x04, 0x3e, 0x44, 0x40, 0x20, 0x00,//\x24 -> t -0x38, 0x44, 0x44, 0x44, 0x38, 0x00,//\x25 -> o -0x00, 0x44, 0x7d, 0x40, 0x00, 0x00,//\x26 -> i -0x7c, 0x21, 0x12, 0x09, 0x7c, 0x00,//\x27 -> й -0x00, 0x7c, 0x50, 0x20, 0x00, 0x00,//\x28 -> ь -0x3c, 0x20, 0x3c, 0x20, 0x3c, 0x00,//\x29 -> ш -0x28, 0x44, 0x54, 0x54, 0x28, 0x00,//\x2A -> з -0x7c, 0x08, 0x04, 0x04, 0x08, 0x00,//\x2B -> r -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x2C -> C -0x7c, 0x08, 0x04, 0x04, 0x78, 0x00,//\x2D -> n -0x3c, 0x4a, 0x4a, 0x4a, 0x30, 0x00,//\x2E -> б -0x44, 0x28, 0x10, 0x28, 0x44, 0x00,//\x2F -> х -0x00, 0x50, 0x30, 0x00, 0x00, 0x00,//\x30 -> , -0x00, 0x41, 0x7f, 0x40, 0x00, 0x00,//\x31 -> l -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x32 -> А -0x26, 0x49, 0x49, 0x49, 0x32, 0x00,//\x33 -> S -0x38, 0x44, 0x44, 0x48, 0x7f, 0x00,//\x34 -> d -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x35 -> Т -0x00, 0x41, 0x22, 0x14, 0x08, 0x00,//\x36 -> > -0x7c, 0x14, 0x14, 0x14, 0x08, 0x00,//\x37 -> p -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x38 -> К -0x7f, 0x01, 0x01, 0x01, 0x7f, 0x00,//\x39 -> П -0x08, 0x14, 0x22, 0x41, 0x00, 0x00,//\x3A -> < -0x7c, 0x10, 0x38, 0x44, 0x38, 0x00,//\x3B -> ю -0x77, 0x08, 0x7f, 0x08, 0x77, 0x00,//\x3C -> Ж -0x48, 0x54, 0x54, 0x54, 0x24, 0x00,//\x3D -> s -0x3c, 0x20, 0x20, 0x3c, 0x60, 0x00,//\x3E -> ц -0x60, 0x3f, 0x21, 0x3f, 0x60, 0x00,//\x3F -> Д -0x7c, 0x04, 0x04, 0x04, 0x04, 0x00,//\x40 -> г -0x00, 0x00, 0x07, 0x05, 0x07, 0x00,//\x41 -> ° -0x1f, 0x20, 0x40, 0x20, 0x1f, 0x00,//\x42 -> V -0x00, 0x36, 0x36, 0x00, 0x00, 0x00,//\x43 -> : -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x44 -> B -0x00, 0x00, 0x4f, 0x00, 0x00, 0x00,//\x45 -> ! -0x7f, 0x48, 0x44, 0x44, 0x38, 0x00,//\x46 -> b -0x38, 0x44, 0x44, 0x44, 0x20, 0x00,//\x47 -> c -0x07, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x48 -> Ч -0x3c, 0x40, 0x30, 0x40, 0x3c, 0x00,//\x49 -> w -0x08, 0x54, 0x54, 0x54, 0x3c, 0x00,//\x4A -> g -0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00,//\x4B -> u -0x01, 0x01, 0x7f, 0x01, 0x01, 0x00,//\x4C -> T -0x3e, 0x41, 0x41, 0x41, 0x22, 0x00,//\x4D -> С -0x7e, 0x09, 0x09, 0x09, 0x7e, 0x00,//\x4E -> A -0x7f, 0x49, 0x49, 0x49, 0x36, 0x00,//\x4F -> В -0x7f, 0x09, 0x09, 0x09, 0x01, 0x00,//\x50 -> F -0x7f, 0x41, 0x41, 0x22, 0x1c, 0x00,//\x51 -> D -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x52 -> Р -0x7f, 0x01, 0x01, 0x01, 0x01, 0x00,//\x53 -> Г -0x3f, 0x40, 0x38, 0x40, 0x3f, 0x00,//\x54 -> W -0x7f, 0x08, 0x04, 0x04, 0x78, 0x00,//\x55 -> h -0x7c, 0x04, 0x78, 0x04, 0x78, 0x00,//\x56 -> m -0x7f, 0x02, 0x0c, 0x02, 0x7f, 0x00,//\x57 -> M -0x18, 0x24, 0x7e, 0x24, 0x18, 0x00,//\x58 -> ф -0x3c, 0x20, 0x3c, 0x20, 0x7c, 0x00,//\x59 -> щ -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x5A -> Н -0x7f, 0x09, 0x19, 0x29, 0x46, 0x00,//\x5B -> R -0x38, 0x54, 0x54, 0x44, 0x28, 0x00,//\x5C -> є -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x5D -> О -0x47, 0x48, 0x30, 0x08, 0x07, 0x00,//\x5E -> У -0x3f, 0x40, 0x40, 0x40, 0x3f, 0x00,//\x5F -> U -0x00, 0x7f, 0x10, 0x28, 0x44, 0x00,//\x60 -> k -0x41, 0x41, 0x7f, 0x41, 0x41, 0x00,//\x61 -> І -0x08, 0x08, 0x3e, 0x08, 0x08, 0x00,//\x62 -> + -0x00, 0x41, 0x22, 0x1c, 0x00, 0x00,//\x63 -> ) -0x00, 0x1c, 0x22, 0x41, 0x00, 0x00,//\x64 -> ( -0x02, 0x01, 0x51, 0x09, 0x06, 0x00,//\x65 -> ? -0x7f, 0x09, 0x09, 0x09, 0x06, 0x00,//\x66 -> P -0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00,//\x67 -> v -0x7f, 0x08, 0x08, 0x08, 0x7f, 0x00,//\x68 -> H -0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x00,//\x69 -> Ш -0x7f, 0x40, 0x40, 0x40, 0x40, 0x00,//\x6A -> L -0x0c, 0x12, 0x7f, 0x12, 0x0c, 0x00,//\x6B -> Ф -0x20, 0x10, 0x08, 0x04, 0x02, 0x00,//\x6C -> / -0x7f, 0x08, 0x14, 0x22, 0x41, 0x00,//\x6D -> K -0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00,//\x6E -> O -0x7f, 0x49, 0x49, 0x49, 0x41, 0x00,//\x6F -> Е -0x46, 0x29, 0x19, 0x09, 0x7f, 0x00,//\x70 -> Я -0x7c, 0x21, 0x12, 0x09, 0x7c, 0x00,//\x71 -> Й -0x7f, 0x02, 0x04, 0x02, 0x7f, 0x00,//\x72 -> М -0x00, 0x45, 0x7c, 0x41, 0x00, 0x00,//\x73 -> ї -0x00, 0x04, 0x7e, 0x05, 0x01, 0x00,//\x74 -> f -0x40, 0x3f, 0x01, 0x01, 0x7f, 0x00,//\x75 -> Л -0x00, 0x41, 0x49, 0x49, 0x36, 0x00,//\x76 -> З -0x3f, 0x20, 0x20, 0x3f, 0x60, 0x00,//\x77 -> Ц -}; -// ---- Українська ---- - -#define CYRILLIC_GLYPHS - -const char* SettingsDescriptions[] = { - /* PowerSource */ "\x5E\x1B\x13\x0D\x0E\x0F\x15\x17\x0D\x0C\x0E\x0D\x1A\x12\x14\x40\x10\x0C\x15\x18\x1E\x17\x16\x3B\x22\x11\x0E\x0E\x1D\x1C\x0C\x3A\x51\x2C\x0C\x20\x0C\x03\x02\x42\x30\x0C\x05\x33\x0C\x20\x0C\x0B\x1C\x0B\x42\x30\x0C\x06\x33\x0C\x20\x0C\x03\x05\x1C\x04\x42\x30\x0C\x07\x33\x0C\x20\x0C\x03\x08\x1C\x07\x42\x30\x0C\x08\x33\x0C\x20\x0C\x03\x0B\x1C\x0A\x42\x36", - /* SleepTemperature */ "\x35\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x0D\x0C\x12\x11\x21\x10\x19\x14\x0C\x0F\x22\x18\x17\x14\x15\x0D\x0E\x0E\x1D\x0C\x3A\x2C\x41\x6C\x50\x41\x36", - /* SleepTimeout */ "\x48\x0D\x1B\x0C\x1E\x0F\x0C\x1A\x11\x12\x11\x2F\x0F\x1E\x14\x0C\x15\x0C\x12\x11\x21\x10\x19\x0C\x0F\x22\x18\x17\x14\x15\x0D\x0E\x0E\x1D\x0C\x3A\x3F\x0F\x1B\x13\x14\x1A\x0E\x0F\x0C\x0F\x13\x17\x16\x3B\x22\x11\x0E\x10\x11\x36", - /* ShutdownTimeout */ "\x48\x0D\x1B\x0C\x1E\x0F\x0C\x15\x18\x1E\x17\x16\x3B\x22\x11\x0E\x0E\x1D\x0C\x3A\x3F\x0F\x1B\x13\x14\x1A\x0E\x0F\x0C\x15\x18\x1E\x17\x16\x3B\x22\x11\x0E\x0E\x1D\x36", - /* MotionSensitivity */ "\x32\x17\x1B\x11\x16\x11\x12\x0F\x19\x11\x13\x12\x0C\x3A\x02\x0C\x20\x0C\x4F\x10\x17\x16\x1C\x0C\x03\x0C\x2F\x15\x1C\x0C\x22\x14\x13\x16\x10\x15\x0F\x1B\x13\x18\x0C\x0B\x0C\x20\x0C\x19\x0D\x17\x1B\x1C\x0C\x22\x14\x13\x16\x10\x15\x0F\x1B\x13\x18\x36", - /* TemperatureUnit */ "\x5D\x1E\x10\x0E\x10\x3E\x1D\x0C\x15\x10\x19\x18\x12\x14\x0C\x13\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x10\x0C\x3A\x2C\x0C\x20\x0C\x77\x11\x16\x28\x1B\x18\x27\x30\x0C\x50\x0C\x20\x0C\x6B\x0D\x12\x11\x0E\x40\x11\x27\x13\x36", - /* AdvancedIdle */ "\x39\x0F\x17\x0D\x2A\x14\x15\x0D\x13\x10\x0C\x1E\x11\x13\x0D\x16\x28\x0E\x14\x0C\x15\x0C\x12\x11\x21\x10\x19\x18\x0C\x0E\x0D\x16\x0D\x29\x13\x14\x15\x0D\x0E\x28\x0C\x3A\x76\x0D\x19\x18\x1B\x13\x28\x0C\x17\x0D\x12\x13\x10\x0E\x17\x10\x36", - /* DisplayRotation */ "\x5D\x12\x18\x5C\x0E\x13\x0D\x3E\x18\x1D\x0C\x1E\x10\x1B\x1A\x16\x11\x1D\x0C\x3A\x4E\x0C\x20\x0C\x32\x15\x13\x0F\x1A\x0F\x15\x0F\x12\x0F\x13\x30\x0C\x6A\x0C\x20\x0C\x75\x18\x15\x29\x0D\x30\x0C\x5B\x0C\x20\x0C\x39\x12\x0D\x15\x29\x0D\x36", - /* BoostEnabled */ "\x35\x14\x12\x2E\x0F\x20\x12\x11\x21\x10\x19\x0C\x1A\x12\x10\x0C\x14\x13\x12\x10\x19\x0D\x0E\x0E\x18\x0C\x17\x0E\x0F\x1A\x17\x10\x0C\x32\x0C\x1A\x12\x10\x0C\x1A\x0D\x27\x3E\x18", - /* BoostTemperature */ "\x35\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x0D\x0C\x15\x0C\x35\x14\x12\x2E\x0F\x20\x12\x11\x21\x10\x19\x18", - /* AutoStart */ "\x32\x15\x13\x0F\x19\x0D\x13\x10\x22\x0E\x10\x27\x0C\x1A\x11\x12\x11\x2F\x18\x1E\x0C\x15\x0C\x12\x11\x21\x10\x19\x0C\x1A\x0D\x27\x17\x10\x0C\x1A\x12\x10\x0C\x15\x17\x16\x3B\x22\x11\x0E\x0E\x18\x0C\x21\x10\x15\x16\x11\x0E\x0E\x1D\x1C", - /* CooldownBlink */ "\x39\x0F\x17\x0D\x2A\x14\x15\x0D\x13\x10\x0C\x13\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x14\x0C\x0E\x0D\x0C\x11\x17\x12\x0D\x0E\x18\x0C\x0F\x2F\x0F\x16\x0F\x1E\x21\x11\x0E\x0E\x1D\x30\x0C\x1A\x0F\x17\x10\x0C\x21\x0D\x16\x0F\x0C\x2A\x0D\x16\x10\x29\x0D\x5C\x13\x28\x1B\x1D\x0C\x40\x0D\x12\x1D\x22\x10\x19\x30\x0C\x1A\x12\x10\x0C\x3E\x28\x0F\x19\x14\x0C\x11\x17\x12\x0D\x0E\x0C\x19\x0F\x12\x40\x0D\x5C", - /* TemperatureCalibration */ "\x38\x0D\x16\x18\x2E\x12\x14\x15\x0D\x0E\x0E\x1D\x0C\x13\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x0E\x0F\x40\x0F\x0C\x1E\x0D\x13\x22\x10\x17\x0D\x1C", - /* SettingsReset */ "\x4D\x17\x10\x1E\x0D\x0E\x0E\x1D\x0C\x15\x1B\x18\x2F\x0C\x1A\x0D\x12\x0D\x19\x11\x13\x12\x18\x15\x0C\x1E\x0F\x0C\x15\x10\x2F\x18\x1E\x0E\x10\x2F\x0C\x2A\x0E\x0D\x22\x11\x0E\x28\x1C", - /* VoltageCalibration */ "\x38\x0D\x16\x18\x2E\x12\x14\x15\x0D\x0E\x0E\x1D\x0C\x0E\x0D\x1A\x12\x14\x40\x10\x0C\x15\x2F\x0F\x1E\x14\x1C\x0C\x5A\x0D\x16\x0D\x29\x13\x14\x15\x0D\x13\x10\x0C\x17\x0E\x0F\x1A\x17\x0D\x19\x10\x30\x0C\x0E\x0D\x13\x10\x1B\x0E\x14\x13\x10\x0C\x18\x0C\x14\x13\x12\x10\x19\x0D\x13\x10\x0C\x59\x0F\x2E\x0C\x2A\x0D\x15\x11\x12\x29\x10\x13\x10\x1C", - /* AdvancedSoldering */ "\x39\x0F\x17\x0D\x2A\x14\x15\x0D\x13\x10\x0C\x1E\x11\x13\x0D\x16\x28\x0E\x14\x0C\x18\x0E\x58\x0F\x12\x19\x0D\x3E\x18\x3B\x0C\x1A\x12\x10\x0C\x1A\x0D\x27\x3E\x18\x1C", - /* ScrollingSpeed */ "\x69\x15\x10\x1E\x17\x18\x1B\x13\x28\x0C\x1A\x12\x0F\x17\x12\x14\x13\x17\x10\x0C\x13\x11\x17\x1B\x13\x14", - /* TipModel */ "\x4C\x26\x37\x0C\x57\x25\x34\x1F\x31\x0C\x3D\x1F\x31\x1F\x47\x24\x26\x25\x2D", - /* SimpleCalibrationMode */ "\x33\x26\x56\x37\x31\x1F\x0C\x2C\x23\x31\x26\x46\x2B\x23\x24\x26\x25\x2D\x0C\x4B\x3D\x26\x2D\x4A\x0C\x68\x25\x24\x0C\x49\x23\x24\x1F\x2B", - /* AdvancedCalibrationMode */ "\x4E\x34\x67\x23\x2D\x47\x1F\x34\x0C\x47\x23\x31\x26\x46\x2B\x23\x24\x26\x25\x2D\x0C\x4B\x3D\x26\x2D\x4A\x0C\x24\x55\x1F\x2B\x56\x25\x47\x25\x4B\x37\x31\x1F\x0C\x25\x2D\x0C\x24\x55\x1F\x0C\x24\x26\x37", - /* PowerInput */ "\x66\x25\x49\x1F\x2B\x0C\x54\x23\x24\x24\x23\x4A\x1F\x0C\x25\x74\x0C\x24\x55\x1F\x0C\x37\x25\x49\x1F\x2B\x0C\x23\x34\x23\x37\x24\x1F\x2B\x0C\x4B\x3D\x1F\x34", -}; - -const char* SettingsCalibrationDone = "\x2C\x23\x31\x26\x46\x2B\x23\x24\x26\x25\x2D\x0C\x34\x25\x2D\x1F\x45"; -const char* SettingsCalibrationWarning = "\x39\x11\x12\x11\x17\x0F\x0E\x0D\x27\x13\x11\x1B\x1D\x30\x0C\x59\x0F\x0C\x21\x0D\x16\x0F\x0C\x0F\x2F\x0F\x16\x0F\x16\x0F\x0C\x1E\x0F\x0C\x17\x18\x19\x0E\x0D\x13\x0E\x0F\x73\x0C\x13\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x10\x30\x0C\x1A\x11\x12\x29\x0C\x0E\x18\x21\x0C\x1A\x12\x0F\x1E\x0F\x15\x21\x14\x15\x0D\x13\x10\x45"; -const char* SettingsResetWarning = "\x4F\x10\x0C\x1E\x18\x27\x1B\x0E\x0F\x0C\x2F\x0F\x22\x11\x13\x11\x0C\x1B\x17\x10\x0E\x14\x13\x10\x0C\x0E\x0D\x16\x0D\x29\x13\x14\x15\x0D\x0E\x0E\x1D\x0C\x1E\x0F\x0C\x2A\x0E\x0D\x22\x11\x0E\x28\x0C\x2A\x0D\x0C\x2A\x0D\x19\x0F\x15\x22\x14\x15\x0D\x0E\x0E\x1D\x19\x65"; -const char* UVLOWarningString = "\x32\x38\x38\x5E\x72\x20\x20"; -const char* UndervoltageString = "\x39\x18\x1E\x0C\x21\x10\x15\x16\x11\x0E\x0E\x1D\x19"; -const char* InputVoltageString = "\x3C\x10\x15\x1C\x64\x44\x63\x43\x0C"; -const char* WarningTipTempString = "\x3C\x0D\x16\x0F\x0C\x24\x41\x43\x0C"; -const char* BadTipString = "\x3C\x0D\x16\x0F\x20\x20"; -const char* SleepingSimpleString = "\x4D\x0F\x0E\x0C"; -const char* SleepingAdvancedString = "\x5D\x22\x18\x17\x14\x15\x0D\x0E\x0E\x1D\x1C\x1C\x1C"; -const char* WarningSimpleString = "\x32\x71\x45"; -const char* WarningAdvancedString = "\x5E\x4F\x32\x53\x32\x0C\x53\x32\x52\x70\x48\x6F\x45"; -const char* SleepingTipAdvancedString = "\x3C\x0D\x16\x0F\x43"; -const char* IdleTipString = "\x3C\x0D\x16\x0F\x43"; -const char* IdleSetString = "\x0C\x20\x36"; -const char* TipDisconnectedString = "\x3C\x0D\x16\x0F\x0C\x15\x10\x19\x17\x0E\x11\x0E\x0F\x45"; -const char* SolderingAdvancedPowerPrompt = "\x3C\x10\x15\x16\x11\x0E\x0E\x1D\x43\x0C"; -const char* OffString = "\x4F\x10\x19"; -const char* ResetOKMessage = "\x5B\x1F\x3D\x1F\x24\x0C\x6E\x6D"; - -const char* SettingRightChar = "\x5B"; -const char* SettingLeftChar = "\x6A"; -const char* SettingAutoChar = "\x4E"; -const char* SettingFastChar = "\x62"; -const char* SettingSlowChar = "\x20"; - -const char* SymbolPlus = "\x62"; -const char* SymbolMinus = "\x20"; -const char* SymbolSpace = "\x0C"; -const char* SymbolDot = "\x1C"; -const char* SymbolDegC = "\x2C"; -const char* SymbolDegF = "\x50"; -const char* SymbolMinutes = "\x57"; -const char* SymbolSeconds = "\x33"; -const char* SymbolWatts = "\x54"; -const char* SymbolVolts = "\x42"; -const char* SymbolDC = "\x51\x2C"; -const char* SymbolCellCount = "\x33"; - -const char* TipModelStrings[] = { -#ifdef MODEL_TS100 - "\x44\x02\x04", - "\x51\x04\x06", - "\x44\x2C\x04", - "\x0C\x2C\x03", - "\x4C\x33\x03\x02\x02", - "\x44\x2C\x04", - "\x68\x23\x60\x60\x25", - "\x5F\x3D\x1F\x2B", -#else - "\x44\x02\x04", - "\x51\x04\x07", - "\x4C\x33\x0A\x02", - "\x5F\x3D\x1F\x2B", -#endif -}; - -const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[][2] = { - /* PowerSource */ { "\x3F\x21\x11\x12\x11\x16\x0F", "\x21\x10\x15\x16\x11\x0E\x0E\x1D" }, - /* SleepTemperature */ { "\x35\x11\x19\x1A\x11\x12\x1C", "\x1B\x0E\x14" }, - /* SleepTimeout */ { "\x35\x0D\x27\x19\x0D\x14\x13", "\x1B\x0E\x14" }, - /* ShutdownTimeout */ { "\x48\x0D\x1B\x14\x0C\x1E\x0F", "\x15\x10\x19\x17\x0E\x11\x0E\x0E\x1D" }, - /* MotionSensitivity */ { "\x48\x14\x13\x16\x1C\x0C\x1B\x11\x0E\x1B\x0F\x20", "\x12\x14\x0C\x12\x14\x2F\x14" }, - /* TemperatureUnit */ { "\x6B\x0F\x12\x19\x0D\x13\x0C\x13\x11\x19\x1A\x11\x20", "\x12\x0D\x13\x14\x12\x10\x64\x2C\x41\x6C\x50\x41\x63" }, - /* AdvancedIdle */ { "\x3F\x11\x13\x0D\x16\x28\x0E\x10\x27\x0C\x12\x11\x20", "\x21\x10\x19\x0C\x0F\x22\x18\x17\x14\x15\x0D\x0E\x1C" }, - /* DisplayRotation */ { "\x32\x15\x13\x0F\x1A\x0F\x15\x0F\x12\x0F\x13", "\x11\x17\x12\x0D\x0E\x14" }, - /* BoostEnabled */ { "\x52\x11\x21\x10\x19", "\x35\x14\x12\x2E\x0F" }, - /* BoostTemperature */ { "\x35\x11\x19\x1A\x11\x12\x1C", "\x35\x14\x12\x2E\x0F" }, - /* AutoStart */ { "\x53\x0D\x12\x1D\x22\x10\x27", "\x1B\x13\x0D\x12\x13" }, - /* CooldownBlink */ { "\x39\x0F\x17\x0D\x2A\x0C\x24\x41\x0C\x1A\x12\x10", "\x0F\x2F\x0F\x16\x0F\x1E\x21\x1C" }, - /* TemperatureCalibration */ { "\x38\x0D\x16\x18\x2E\x12\x0F\x15\x17\x0D", "\x13\x11\x19\x1A\x11\x12\x0D\x13\x14\x12\x10" }, - /* SettingsReset */ { "\x4D\x17\x10\x0E\x14\x13\x10\x0C\x15\x1B\x18", "\x0E\x0D\x16\x0D\x29\x13\x14\x15\x0D\x0E\x0E\x1D\x65" }, - /* VoltageCalibration */ { "\x38\x0D\x16\x18\x2E\x12\x0F\x15\x17\x0D", "\x0E\x0D\x1A\x12\x14\x40\x0D" }, - /* AdvancedSoldering */ { "\x3F\x11\x13\x0D\x16\x28\x0E\x10\x27\x0C\x12\x11\x20", "\x21\x10\x19\x0C\x1A\x0D\x27\x17\x10" }, - /* ScrollingSpeed */ { "\x69\x15\x10\x1E\x17\x18\x1B\x13\x28", "\x13\x11\x17\x1B\x13\x14" }, - /* TipModel */ { "\x4C\x26\x37", "\x57\x25\x34\x1F\x31" }, - /* SimpleCalibrationMode */ { "\x33\x26\x56\x37\x31\x1F", "\x2C\x23\x31\x26\x46\x2B\x23\x24\x26\x25\x2D" }, - /* AdvancedCalibrationMode */ { "\x4E\x34\x67\x23\x2D\x47\x1F\x34", "\x2C\x23\x31\x26\x46\x2B\x23\x24\x26\x25\x2D" }, - /* PowerInput */ { "\x66\x25\x49\x1F\x2B", "\x54\x23\x24\x24\x23\x4A\x1F" }, -}; - -const char* SettingsMenuEntries[4] = { - /* SolderingMenu */ "\x39\x0D\x27\x17\x0D\x01", - /* PowerSavingMenu */ "\x4D\x0F\x0E\x01", - /* UIMenu */ "\x61\x0E\x13\x11\x12\x58\x11\x27\x1B\x01", - /* AdvancedMenu */ "\x61\x0E\x29\x18\x01", -}; - -const char* SettingsMenuEntriesDescriptions[4] = { - /* SolderingMenu */ "\x5A\x0D\x16\x0D\x29\x13\x14\x15\x0D\x0E\x0E\x1D\x0C\x1E\x16\x1D\x0C\x12\x11\x21\x10\x19\x14\x0C\x1A\x0D\x27\x17\x10\x1C\x0C\x3F\x18\x3B\x13\x28\x0C\x1A\x12\x10\x0C\x15\x17\x16\x3B\x22\x11\x0E\x0F\x19\x14\x0C\x21\x0D\x16\x18\x1C", - /* PowerSavingMenu */ "\x5A\x0D\x16\x0D\x29\x13\x14\x15\x0D\x0E\x0E\x1D\x0C\x1A\x12\x10\x0C\x2E\x11\x2A\x1E\x18\x1D\x16\x28\x0E\x0F\x1B\x13\x18\x1C\x0C\x38\x0F\x12\x10\x1B\x0E\x0F\x0C\x59\x0F\x0C\x2E\x0C\x0E\x11\x0C\x0F\x2E\x1A\x11\x17\x13\x10\x1B\x1D\x0C\x18\x0C\x2A\x0C\x22\x0D\x1B\x0F\x19\x0C\x0E\x11\x0C\x1B\x1A\x0D\x16\x10\x13\x10\x0C\x21\x10\x13\x16\x0F\x1C", - /* UIMenu */ "\x38\x0F\x12\x10\x1B\x13\x14\x15\x0D\x16\x28\x0E\x10\x3E\x28\x17\x10\x27\x0C\x18\x0E\x13\x11\x12\x58\x11\x27\x1B\x1C", - /* AdvancedMenu */ "\x52\x0F\x2A\x29\x10\x12\x11\x0E\x18\x0C\x0E\x0D\x16\x0D\x29\x13\x14\x15\x0D\x0E\x0E\x1D\x1C\x0C\x3F\x0F\x1E\x0D\x13\x17\x0F\x15\x18\x0C\x2A\x12\x14\x22\x0E\x0F\x1B\x13\x18\x1C", -}; - -#endif diff --git a/workspace/TS100/src/gui.cpp b/workspace/TS100/src/gui.cpp index e964681b..dd513f82 100644 --- a/workspace/TS100/src/gui.cpp +++ b/workspace/TS100/src/gui.cpp @@ -621,9 +621,9 @@ static void setTipOffset() { // cycle through the filter a fair bit to ensure we're stable. OLED::clearScreen(); OLED::setCursor(0, 0); - OLED::print("."); + OLED::print(SymbolDot); for (uint8_t x = 0; x < i / 4; x++) - OLED::print("."); + OLED::print(SymbolDot); OLED::refresh(); osDelay(100); } @@ -636,7 +636,7 @@ static void setTipOffset() { setCalibrationOffset(systemSettings.CalibrationOffset); // store the error OLED::clearScreen(); OLED::setCursor(0, 0); - OLED::print("OK"); + OLED::drawCheckbox(true); OLED::refresh(); osDelay(1000); } @@ -671,18 +671,17 @@ static void calibration_enterSimpleCal(void) { // Show this to the user OLED::clearScreen(); OLED::setCursor(0, 0); - OLED::print("Your G: "); + OLED::print(YourGainMessage); OLED::printNumber(gain, 6); - OLED::print("\n~= 120-140"); OLED::refresh(); osDelay(2000); waitForButtonPress(); OLED::clearScreen(); OLED::setCursor(0, 0); - OLED::print("H: "); + OLED::print(SymbolPlus); OLED::printNumber(RawTipHot, 8); OLED::setCursor(0, 8); - OLED::print("C: "); + OLED::print(SymbolMinus); OLED::printNumber(RawTipCold, 8); OLED::refresh(); osDelay(2000); @@ -789,10 +788,10 @@ static void settings_setCalibrateVIN(void) { OLED::setCursor(0, 0); OLED::printNumber(getInputVoltageX10(systemSettings.voltageDiv, 0) / 10, 2); - OLED::print("."); + OLED::print(SymbolDot); OLED::printNumber(getInputVoltageX10(systemSettings.voltageDiv, 0) % 10, 1); - OLED::print("V"); + OLED::print(SymbolVolts); ButtonState buttons = getButtonState(); switch (buttons) { diff --git a/workspace/TS100/src/main.cpp b/workspace/TS100/src/main.cpp index 991c3907..c3f41d5c 100644 --- a/workspace/TS100/src/main.cpp +++ b/workspace/TS100/src/main.cpp @@ -119,9 +119,9 @@ void gui_drawTipTemp(bool symbol) { OLED::printNumber(Temp, 3); // Draw the tip temp out finally if (symbol) { if (systemSettings.temperatureInF) - OLED::print("F"); + OLED::print(SymbolDegF); else - OLED::print("C"); + OLED::print(SymbolDegC); } } ButtonState getButtonState() { @@ -484,10 +484,10 @@ static void display_countdown(int sleepThres) { int downCount = sleepThres - xTaskGetTickCount() + lastEventTime; if (downCount > 9900) { OLED::printNumber(downCount / 6000 + 1, 2); - OLED::print("M"); + OLED::print(SymbolMinutes); } else { OLED::printNumber(downCount / 100 + 1, 2); - OLED::print("S"); + OLED::print(SymbolSeconds); } } @@ -693,9 +693,9 @@ void showVersion(void) { OLED::setCursor(0, 0); // Position the cursor at the 0,0 (top left) OLED::setFont(1); // small font #ifdef MODEL_TS100 - OLED::print((char *) "V2.06 TS100"); // Print version number + OLED::print(SymbolVersionNumber); // Print version number #else - OLED::print((char *) "V2.06 TS80"); // Print version number + OLED::print(SymbolVersionNumber); // Print version number #endif OLED::setCursor(0, 8); // second line OLED::print(HEADERS[screen]);