🐛 Change font for selected language (#22381)

This commit is contained in:
Scott Lahteine
2021-07-18 19:56:28 -05:00
committed by Scott Lahteine
parent e190684fe6
commit 0074ea5e0b
39 changed files with 1095 additions and 1000 deletions

View File

@ -42,15 +42,12 @@ typedef const char Language_Str[];
#ifndef LCD_LANGUAGE_2
#define LCD_LANGUAGE_2 LCD_LANGUAGE
#endif
#ifndef LCD_LANGUAGE_3
#define LCD_LANGUAGE_3 LCD_LANGUAGE_2
#endif
#ifndef LCD_LANGUAGE_4
#define LCD_LANGUAGE_4 LCD_LANGUAGE_3
#endif
#ifndef LCD_LANGUAGE_5
#define LCD_LANGUAGE_5 LCD_LANGUAGE_4
#endif