Multi-language pertains to Color UI (#20972)
This commit is contained in:
parent
0badef42d5
commit
460cdf4c09
@ -1529,7 +1529,7 @@
|
|||||||
//
|
//
|
||||||
// Specify additional languages for the UI. Default specified by LCD_LANGUAGE.
|
// Specify additional languages for the UI. Default specified by LCD_LANGUAGE.
|
||||||
//
|
//
|
||||||
#if EITHER(DOGLCD, TOUCH_UI_FTDI_EVE)
|
#if ANY(DOGLCD, TFT_COLOR_UI, TOUCH_UI_FTDI_EVE)
|
||||||
//#define LCD_LANGUAGE_2 fr
|
//#define LCD_LANGUAGE_2 fr
|
||||||
//#define LCD_LANGUAGE_3 de
|
//#define LCD_LANGUAGE_3 de
|
||||||
//#define LCD_LANGUAGE_4 es
|
//#define LCD_LANGUAGE_4 es
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include "tft_string.h"
|
#include "tft_string.h"
|
||||||
#include "../fontutils.h"
|
#include "../fontutils.h"
|
||||||
|
#include "../marlinui.h"
|
||||||
|
|
||||||
//#define DEBUG_TFT_FONT
|
//#define DEBUG_TFT_FONT
|
||||||
#define DEBUG_OUT ENABLED(DEBUG_TFT_FONT)
|
#define DEBUG_OUT ENABLED(DEBUG_TFT_FONT)
|
||||||
|
Loading…
Reference in New Issue
Block a user