Code cleanup

This commit is contained in:
fvanroie 2021-02-17 05:41:25 +01:00
parent 28bf02642d
commit a43787c3f9

View File

@ -57,8 +57,8 @@ gui_conf_t gui_settings = {.show_pointer = false,
.invert_display = INVERT_COLORS,
.cal_data = {0, 65535, 0, 65535, 0}};
static int8_t guiDimLevel = 100;
bool guiBacklightIsOn;
// static int8_t guiDimLevel = 100;
// bool guiBacklightIsOn;
// #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266)
// static Ticker tick; /* timer for interrupt handler */