Display blanking
This commit is contained in:
parent
4a05f51d99
commit
5ecbe95980
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue