move the TALL_FONT_CORRECTION to language files
This commit is contained in:
parent
77bc653524
commit
627348b46c
3 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,8 @@
|
||||||
#ifndef LANGUAGE_ZH_CN_H
|
#ifndef LANGUAGE_ZH_CN_H
|
||||||
#define LANGUAGE_ZH_CN_H
|
#define LANGUAGE_ZH_CN_H
|
||||||
|
|
||||||
|
//#define TALL_FONT_CORRECTION (1)
|
||||||
|
|
||||||
#define CHARSIZE 3
|
#define CHARSIZE 3
|
||||||
|
|
||||||
#define WELCOME_MSG MACHINE_NAME _UxGT("已就绪.") //" ready."
|
#define WELCOME_MSG MACHINE_NAME _UxGT("已就绪.") //" ready."
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
#ifndef LANGUAGE_ZH_TW_H
|
#ifndef LANGUAGE_ZH_TW_H
|
||||||
#define LANGUAGE_ZH_TW_H
|
#define LANGUAGE_ZH_TW_H
|
||||||
|
|
||||||
|
//#define TALL_FONT_CORRECTION (1)
|
||||||
|
|
||||||
#define CHARSIZE 3
|
#define CHARSIZE 3
|
||||||
|
|
||||||
#define WELCOME_MSG MACHINE_NAME _UxGT("已就緒.") //" ready."
|
#define WELCOME_MSG MACHINE_NAME _UxGT("已就緒.") //" ready."
|
||||||
|
|
|
@ -87,7 +87,6 @@
|
||||||
#define FONT_SPECIAL_NAME ISO10646_1_5x7
|
#define FONT_SPECIAL_NAME ISO10646_1_5x7
|
||||||
|
|
||||||
#include LANGUAGE_DATA_INCL(LCD_LANGUAGE)
|
#include LANGUAGE_DATA_INCL(LCD_LANGUAGE)
|
||||||
#define TALL_FONT_CORRECTION 1
|
|
||||||
|
|
||||||
#include "dogm/dogm_font_data_ISO10646_1.h"
|
#include "dogm/dogm_font_data_ISO10646_1.h"
|
||||||
#define FONT_MENU_NAME ISO10646_1_5x7
|
#define FONT_MENU_NAME ISO10646_1_5x7
|
||||||
|
|
Reference in a new issue