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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue