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

@ -74,6 +74,9 @@
#if ENABLED(DISPLAY_CHARSET_ISO10646_1)
#include "dogm_font_data_ISO10646_1.h"
#define FONT_MENU_NAME ISO10646_1_5x7
#elif ENABLED(DISPLAY_CHARSET_ISO10646_PL)
#include "dogm_font_data_ISO10646_1_PL.h"
#define FONT_MENU_NAME ISO10646_1_PL_5x7
#elif ENABLED(DISPLAY_CHARSET_ISO10646_5)
#include "dogm_font_data_ISO10646_5_Cyrillic.h"
#define FONT_MENU_NAME ISO10646_5_Cyrillic_5x7