From 5ecbe95980b2cad3571b37c5f67815917e93ae67 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 2 Oct 2024 01:10:02 +0200 Subject: [PATCH] Display blanking --- Utilities.h | 1 + 1 file changed, 1 insertion(+) 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