mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
part 2 of removed invert screen via commenting
This commit is contained in:
@@ -47,11 +47,11 @@ enum SettingsOptions {
|
|||||||
PDMissingWarningCounter = 30, // Counter of how many times we have warned we cannot detect the pd interface
|
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
|
UILanguage = 31, // Selected UI Language code, null-terminated *only if* the length is less than 8 chars
|
||||||
PDNegTimeout = 32, // PD timeout in 100ms steps
|
PDNegTimeout = 32, // PD timeout in 100ms steps
|
||||||
OLEDInversion = 33, // Invert the colours on the display
|
OLEDBrightness = 33, // Brightness for the OLED display
|
||||||
OLEDBrightness = 34, // Brightness for the OLED display
|
// OLEDInversion = 34, // Invert the colours on the display
|
||||||
|
|
||||||
//
|
//
|
||||||
SettingsOptionsLength = 35, //
|
SettingsOptionsLength = 34, //
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user