Display blanking

This commit is contained in:
Mark Qvist 2024-10-02 01:10:02 +02:00
parent 4a05f51d99
commit 5ecbe95980
1 changed files with 1 additions and 0 deletions

View File

@ -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