Add Korean language (#15918)
This commit is contained in:
parent
289b65ab75
commit
aec18898ee
67 changed files with 794 additions and 190 deletions
|
|
@ -93,6 +93,10 @@
|
|||
#elif ENABLED(DISPLAY_CHARSET_ISO10646_KANA)
|
||||
#include "dogm_font_data_ISO10646_Kana.h"
|
||||
#define FONT_MENU_NAME ISO10646_Kana_5x7
|
||||
#elif ENABLED(DISPLAY_CHARSET_ISO10646_KO_KR)
|
||||
#include "dogm_font_data_ISO10646_ko_KR.h"
|
||||
#define FONT_MENU_NAME ISO10646_ko_KR
|
||||
#define TALL_FONT_CORRECTION 1
|
||||
#elif ENABLED(DISPLAY_CHARSET_ISO10646_GREEK)
|
||||
#include "dogm_font_data_ISO10646_Greek.h"
|
||||
#define FONT_MENU_NAME ISO10646_Greek_5x7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue