Browse Source

Multi-language pertains to Color UI (#20972)

vanilla_fb_2.0.x
Tanguy Pruvot 3 years ago
committed by GitHub
parent
commit
0ce3f6efe0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/Configuration_adv.h
  2. 1
      Marlin/src/lcd/tft/tft_string.cpp

2
Marlin/Configuration_adv.h

@ -1529,7 +1529,7 @@
//
// 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_3 de
//#define LCD_LANGUAGE_4 es

1
Marlin/src/lcd/tft/tft_string.cpp

@ -26,6 +26,7 @@
#include "tft_string.h"
#include "../fontutils.h"
#include "../marlinui.h"
//#define DEBUG_TFT_FONT
#define DEBUG_OUT ENABLED(DEBUG_TFT_FONT)

Loading…
Cancel
Save