Bootup logo settings (#1241)

Adds ability to adjust the time shown for the bootup logo.
This commit is contained in:
discip
2022-04-02 03:39:14 +02:00
committed by GitHub
parent 62dd2abf12
commit 0b8192b690
42 changed files with 750 additions and 1013 deletions

View File

@@ -12,10 +12,6 @@
"SleepingSimpleString": "Zzzz",
"SleepingAdvancedString": "Alvás...",
"SleepingTipAdvancedString": "Hegy:",
"IdleTipString": "Hegy:",
"IdleSetString": " Cél:",
"TipDisconnectedString": "HEGY KIVÉVE",
"SolderingAdvancedPowerPrompt": "Áram: ",
"OffString": "Ki"
},
"messagesWarn": {
@@ -46,8 +42,7 @@
"SettingSensitivityHigh": "M",
"SettingLockDisableChar": "K",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "T",
"SettingNAChar": "N/A"
"SettingLockFullChar": "T"
},
"menuGroups": {
"PowerMenu": {
@@ -203,6 +198,10 @@
"ColourInversion": {
"text2": ["Képernyő", "invertálás"],
"desc": "Képernyő színeinek invertálása"
},
"LOGOTime": {
"text2": ["Boot logo", "duration"],
"desc": "Sets the duration for the boot logo (S=seconds)"
}
}
}