Follow-up for #5167 Turkish Language
Add check for Turkish Font before setting better font for graphic displays
This commit is contained in:
committed by
Scott Lahteine
parent
3bc2273ac9
commit
6fb9c6fe07
@ -40,6 +40,8 @@
|
||||
#define MAPPER_ONE_TO_ONE
|
||||
#elif ENABLED(DISPLAY_CHARSET_ISO10646_GREEK)
|
||||
#define MAPPER_ONE_TO_ONE
|
||||
#elif ENABLED(DISPLAY_CHARSET_ISO10646_TR)
|
||||
#define MAPPER_ONE_TO_ONE
|
||||
#endif
|
||||
#else // SIMULATE_ROMFONT
|
||||
#if DISPLAY_CHARSET_HD44780 == JAPANESE
|
||||
|
Reference in New Issue
Block a user