From: Mark Qvist Date: Tue, 1 Oct 2024 23:10:02 +0000 (+0200) Subject: Display blanking X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=5ecbe95980b2cad3571b37c5f67815917e93ae67;p=lora-radio.git Display blanking --- diff --git a/Utilities.h b/Utilities.h index 4720d1e..efd1855 100644 --- a/Utilities.h +++ b/Utilities.h @@ -51,6 +51,7 @@ uint8_t eeprom_read(uint32_t mapped_addr); #include "Display.h" #else void display_unblank() {} + bool display_blanked = false; #endif #if HAS_BLUETOOTH == true || HAS_BLE == true