Update display blanking
This commit is contained in:
parent
423098ff30
commit
2804a05afd
|
@ -981,7 +981,7 @@ void serialCallback(uint8_t sbyte) {
|
|||
|
||||
#endif
|
||||
} else if (command == CMD_DISP_BLNK) {
|
||||
#if HAS_NP
|
||||
#if HAS_DISPLAY
|
||||
if (sbyte == FESC) {
|
||||
ESCAPE = true;
|
||||
} else {
|
||||
|
|
2
ROM.h
2
ROM.h
|
@ -74,10 +74,10 @@
|
|||
#define ADDR_CONF_DSET 0xB1
|
||||
#define ADDR_CONF_DINT 0xB2
|
||||
#define ADDR_CONF_DADR 0xB3
|
||||
#define ADDR_CONF_BSET 0xB7
|
||||
#define ADDR_CONF_DBLK 0xB4
|
||||
#define ADDR_CONF_PSET 0xB5
|
||||
#define ADDR_CONF_PINT 0xB6
|
||||
#define ADDR_CONF_BSET 0xB7
|
||||
|
||||
#define INFO_LOCK_BYTE 0x73
|
||||
#define CONF_OK_BYTE 0x73
|
||||
|
|
Loading…
Reference in New Issue