Fix non-extended font option
This commit is contained in:
parent
298863c2d0
commit
ddf5d68815
11 changed files with 17 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue