|
@@ -786,28 +786,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
786
|
786
|
//
|
787
|
787
|
#define LCD_LANGUAGE en
|
788
|
788
|
|
789
|
|
-/**
|
790
|
|
- * LCD Character Set
|
791
|
|
- *
|
792
|
|
- * Note: This option is NOT applicable to Graphical Displays.
|
793
|
|
- *
|
794
|
|
- * All character-based LCD's provide ASCII plus one of these
|
795
|
|
- * language extensions:
|
796
|
|
- *
|
797
|
|
- * - JAPANESE ... the most common
|
798
|
|
- * - WESTERN ... with more accented characters
|
799
|
|
- * - CYRILLIC ... for the Russian language
|
800
|
|
- *
|
801
|
|
- * To determine the language extension installed on your controller:
|
802
|
|
- *
|
803
|
|
- * - Compile and upload with LCD_LANGUAGE set to 'test'
|
804
|
|
- * - Click the controller to view the LCD menu
|
805
|
|
- * - The LCD will display Japanese, Western, or Cyrillic text
|
806
|
|
- *
|
807
|
|
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
808
|
|
- *
|
809
|
|
- * :['JAPANESE','WESTERN','CYRILLIC']
|
810
|
|
- */
|
|
789
|
+//
|
|
790
|
+// LCD Character Set
|
|
791
|
+//
|
|
792
|
+// Note: This option is NOT applicable to Graphical Displays.
|
|
793
|
+//
|
|
794
|
+// All character-based LCD's provide ASCII plus one of these
|
|
795
|
+// language extensions:
|
|
796
|
+//
|
|
797
|
+// - JAPANESE ... the most common
|
|
798
|
+// - WESTERN ... with more accented characters
|
|
799
|
+// - CYRILLIC ... for the Russian language
|
|
800
|
+//
|
|
801
|
+// To determine the language extension installed on your controller:
|
|
802
|
+//
|
|
803
|
+// - Compile and upload with LCD_LANGUAGE set to 'test'
|
|
804
|
+// - Click the controller to view the LCD menu
|
|
805
|
+// - The LCD will display Japanese, Western, or Cyrillic text
|
|
806
|
+//
|
|
807
|
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
|
808
|
+//
|
|
809
|
+// :['JAPANESE','WESTERN','CYRILLIC']
|
|
810
|
+//
|
811
|
811
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
812
|
812
|
|
813
|
813
|
//
|