save FLASH by using reduced font for some languages
This commit is contained in:
@ -27,8 +27,8 @@
|
||||
* See also http://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
#ifndef LANGUAGE_FR_H
|
||||
#define LANGUAGE_FR_H
|
||||
#ifndef LANGUAGE_FR_UTF_H
|
||||
#define LANGUAGE_FR_UTF_H
|
||||
|
||||
#define MAPPER_C2C3
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
@ -341,4 +341,4 @@
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Reprise...")
|
||||
#endif // LCD_HEIGHT < 4
|
||||
|
||||
#endif // LANGUAGE_FR_H
|
||||
#endif // LANGUAGE_FR_UTF_H
|
||||
|
@ -24,6 +24,9 @@
|
||||
* Polish for DOGM display - includes accented characters
|
||||
*/
|
||||
|
||||
#ifndef LANGUAGE_PL_DOGM_H
|
||||
#define LANGUAGE_PL_DOGM_H
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME _UxGT(" gotowy.")
|
||||
#define MSG_SD_INSERTED _UxGT("Karta włożona")
|
||||
#define MSG_SD_REMOVED _UxGT("Karta usunięta")
|
||||
@ -238,3 +241,5 @@
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Ekstruzja...")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wznowienie...")
|
||||
#endif // LCD_HEIGHT < 4
|
||||
|
||||
#endif // LANGUAGE_PL_DOGM_H
|
||||
|
@ -24,6 +24,9 @@
|
||||
* Polish for HD44780 display - no accented characters
|
||||
*/
|
||||
|
||||
#ifndef LANGUAGE_PL_HD44780_H
|
||||
#define LANGUAGE_PL_HD44780_H
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME _UxGT(" gotowy.")
|
||||
#define MSG_SD_INSERTED _UxGT("Karta wlozona")
|
||||
#define MSG_SD_REMOVED _UxGT("Karta usunieta")
|
||||
@ -263,3 +266,5 @@
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Ekstruzja...")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wznowienie...")
|
||||
#endif // LCD_HEIGHT < 4
|
||||
|
||||
#endif // LANGUAGE_PL_HD44780_H
|
||||
|
Reference in New Issue
Block a user