mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Updating translations
This commit is contained in:
@@ -47,9 +47,11 @@ enum SettingsOptions {
|
||||
PDMissingWarningCounter = 30, // Counter of how many times we have warned we cannot detect the pd interface
|
||||
UILanguage = 31, // Selected UI Language code, null-terminated *only if* the length is less than 8 chars
|
||||
PDNegTimeout = 32, // PD timeout in 100ms steps
|
||||
OLEDInversion = 33, // Invert the colours on the display
|
||||
OLEDContrast = 34, // Contrast for the OLED display
|
||||
|
||||
//
|
||||
SettingsOptionsLength = 33, //
|
||||
SettingsOptionsLength = 35, //
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -59,6 +59,8 @@ enum class SettingsItemIndex : uint8_t {
|
||||
PowerPulseWait,
|
||||
PowerPulseDuration,
|
||||
LanguageSwitch,
|
||||
Contrast,
|
||||
ColourInversion,
|
||||
NUM_ITEMS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user