1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Rename LCDDisplay class to Display; renameEXRAIL LCD2 macro to SCREEN

This commit is contained in:
Neil McKechnie
2023-02-11 23:37:09 +00:00
parent 65f7a4917f
commit 35f3cca9b3
13 changed files with 40 additions and 40 deletions

View File

@@ -80,7 +80,7 @@
#undef KILLALL
#undef LATCH
#undef LCD
#undef LCD2
#undef SCREEN
#undef LCN
#undef MOVETT
#undef ONACTIVATE
@@ -200,7 +200,7 @@
#define KILLALL
#define LATCH(sensor_id)
#define LCD(row,msg)
#define LCD2(display,row,msg)
#define SCREEN(display,row,msg)
#define LCN(msg)
#define MOVETT(id,steps,activity)
#define ONACTIVATE(addr,subaddr)