Polish font

Add polish font for GLCD displays only.
HD44780 work properly without polish character.
Update language_pl.h.
This commit is contained in:
android444
2017-04-21 16:05:29 +02:00
committed by Scott Lahteine
parent 3ed737425d
commit 77aa16005d
5 changed files with 482 additions and 14 deletions

View File

@ -298,7 +298,8 @@
&& DISABLED(DISPLAY_CHARSET_ISO10646_KANA) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_CN) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_TR)
&& DISABLED(DISPLAY_CHARSET_ISO10646_TR) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_PL)
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
#endif