Size lcd_status_message based on language (#9545)
This commit is contained in:
@ -36,6 +36,10 @@
|
||||
#endif
|
||||
#undef en
|
||||
|
||||
#ifndef CHARSIZE
|
||||
#define CHARSIZE 1
|
||||
#endif
|
||||
|
||||
#ifndef WELCOME_MSG
|
||||
#define WELCOME_MSG MACHINE_NAME _UxGT(" Ready.")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user