From 250199d996313bc18355d988075cd4e3b565dd8f Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Fri, 7 Jan 2022 03:00:33 +0100 Subject: [PATCH] part 2 of removed invert screen via commenting --- source/Core/Inc/Settings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Core/Inc/Settings.h b/source/Core/Inc/Settings.h index cf30ced4..ec0fba42 100644 --- a/source/Core/Inc/Settings.h +++ b/source/Core/Inc/Settings.h @@ -47,11 +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 - OLEDBrightness = 34, // Brightness for the OLED display + OLEDBrightness = 33, // Brightness for the OLED display + // OLEDInversion = 34, // Invert the colours on the display // - SettingsOptionsLength = 35, // + SettingsOptionsLength = 34, // }; typedef enum {