Polish font
Add polish font for GLCD displays only. HD44780 work properly without polish character. Update language_pl.h.
This commit is contained in:
parent
3ed737425d
commit
77aa16005d
5 changed files with 482 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue