RudolphRiedel
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extended/command_processor.h
|
@ -315,7 +315,7 @@ class CommandProcessor : public CLCD::CommandFifo { |
|
|
#ifdef TOUCH_UI_USE_UTF8 |
|
|
#ifdef TOUCH_UI_USE_UTF8 |
|
|
const bool is_utf8 = has_utf8_chars(text); |
|
|
const bool is_utf8 = has_utf8_chars(text); |
|
|
#endif |
|
|
#endif |
|
|
for (;font >= 26;) { |
|
|
for (;font > 26;) { |
|
|
int16_t width, height; |
|
|
int16_t width, height; |
|
|
#ifdef TOUCH_UI_USE_UTF8 |
|
|
#ifdef TOUCH_UI_USE_UTF8 |
|
|
if (is_utf8) { |
|
|
if (is_utf8) { |
|
|