Patch non-extended font option

This commit is contained in:
Scott Lahteine
2017-11-06 21:06:55 -06:00
parent 6324b09934
commit e9b1944a67
11 changed files with 17 additions and 12 deletions

View File

@@ -30,6 +30,12 @@
#ifndef LANGUAGE_EN_H
#define LANGUAGE_EN_H
#define en 1234
#if LCD_LANGUAGE == en
#define NOT_EXTENDED_ISO10646_1_5X7
#endif
#undef en
#ifndef WELCOME_MSG
#define WELCOME_MSG MACHINE_NAME _UxGT(" ready.")
#endif