Update display blanking

This commit is contained in:
Mark Qvist 2024-10-01 17:51:14 +02:00
parent 423098ff30
commit 2804a05afd
2 changed files with 2 additions and 2 deletions

View File

@ -981,7 +981,7 @@ void serialCallback(uint8_t sbyte) {
#endif #endif
} else if (command == CMD_DISP_BLNK) { } else if (command == CMD_DISP_BLNK) {
#if HAS_NP #if HAS_DISPLAY
if (sbyte == FESC) { if (sbyte == FESC) {
ESCAPE = true; ESCAPE = true;
} else { } else {

2
ROM.h
View File

@ -74,10 +74,10 @@
#define ADDR_CONF_DSET 0xB1 #define ADDR_CONF_DSET 0xB1
#define ADDR_CONF_DINT 0xB2 #define ADDR_CONF_DINT 0xB2
#define ADDR_CONF_DADR 0xB3 #define ADDR_CONF_DADR 0xB3
#define ADDR_CONF_BSET 0xB7
#define ADDR_CONF_DBLK 0xB4 #define ADDR_CONF_DBLK 0xB4
#define ADDR_CONF_PSET 0xB5 #define ADDR_CONF_PSET 0xB5
#define ADDR_CONF_PINT 0xB6 #define ADDR_CONF_PINT 0xB6
#define ADDR_CONF_BSET 0xB7
#define INFO_LOCK_BYTE 0x73 #define INFO_LOCK_BYTE 0x73
#define CONF_OK_BYTE 0x73 #define CONF_OK_BYTE 0x73