Browse Source

Merge pull request #3719 from jbrazio/feature/update-configs

Harmonize LCD comment section
Scott Lahteine 9 years ago
parent
commit
03bda5c141

+ 22
- 22
Marlin/Configuration.h View File

@@ -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
 //

+ 22
- 22
Marlin/example_configurations/Felix/Configuration.h View File

@@ -769,28 +769,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
769 769
 //
770 770
 //#define LCD_LANGUAGE en
771 771
 
772
-/**
773
- * LCD Character Set
774
- *
775
- * Note: This option is NOT applicable to Graphical Displays.
776
- *
777
- * All character-based LCD's provide ASCII plus one of these
778
- * language extensions:
779
- *
780
- *  - JAPANESE ... the most common
781
- *  - WESTERN  ... with more accented characters
782
- *  - CYRILLIC ... for the Russian language
783
- *
784
- * To determine the language extension installed on your controller:
785
- *
786
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
787
- *  - Click the controller to view the LCD menu
788
- *  - The LCD will display Japanese, Western, or Cyrillic text
789
- *
790
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
791
- *
792
- * :['JAPANESE','WESTERN','CYRILLIC']
793
- */
772
+//
773
+// LCD Character Set
774
+//
775
+// Note: This option is NOT applicable to Graphical Displays.
776
+//
777
+// All character-based LCD's provide ASCII plus one of these
778
+// language extensions:
779
+//
780
+//  - JAPANESE ... the most common
781
+//  - WESTERN  ... with more accented characters
782
+//  - CYRILLIC ... for the Russian language
783
+//
784
+// To determine the language extension installed on your controller:
785
+//
786
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
787
+//  - Click the controller to view the LCD menu
788
+//  - The LCD will display Japanese, Western, or Cyrillic text
789
+//
790
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
791
+//
792
+// :['JAPANESE','WESTERN','CYRILLIC']
793
+//
794 794
 #define DISPLAY_CHARSET_HD44780 JAPANESE
795 795
 
796 796
 //

+ 22
- 22
Marlin/example_configurations/Hephestos/Configuration.h View File

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

+ 22
- 22
Marlin/example_configurations/Hephestos_2/Configuration.h View File

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

+ 22
- 22
Marlin/example_configurations/K8200/Configuration.h View File

@@ -803,28 +803,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
803 803
 //
804 804
 #define LCD_LANGUAGE en
805 805
 
806
-/**
807
- * LCD Character Set
808
- *
809
- * Note: This option is NOT applicable to Graphical Displays.
810
- *
811
- * All character-based LCD's provide ASCII plus one of these
812
- * language extensions:
813
- *
814
- *  - JAPANESE ... the most common
815
- *  - WESTERN  ... with more accented characters
816
- *  - CYRILLIC ... for the Russian language
817
- *
818
- * To determine the language extension installed on your controller:
819
- *
820
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
821
- *  - Click the controller to view the LCD menu
822
- *  - The LCD will display Japanese, Western, or Cyrillic text
823
- *
824
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
825
- *
826
- * :['JAPANESE','WESTERN','CYRILLIC']
827
- */
806
+//
807
+// LCD Character Set
808
+//
809
+// Note: This option is NOT applicable to Graphical Displays.
810
+//
811
+// All character-based LCD's provide ASCII plus one of these
812
+// language extensions:
813
+//
814
+//  - JAPANESE ... the most common
815
+//  - WESTERN  ... with more accented characters
816
+//  - CYRILLIC ... for the Russian language
817
+//
818
+// To determine the language extension installed on your controller:
819
+//
820
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
821
+//  - Click the controller to view the LCD menu
822
+//  - The LCD will display Japanese, Western, or Cyrillic text
823
+//
824
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
825
+//
826
+// :['JAPANESE','WESTERN','CYRILLIC']
827
+//
828 828
 #define DISPLAY_CHARSET_HD44780 JAPANESE     // K8200: for Display VM8201
829 829
 
830 830
 //

+ 22
- 22
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -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
 //

+ 22
- 22
Marlin/example_configurations/RigidBot/Configuration.h View File

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

+ 22
- 22
Marlin/example_configurations/SCARA/Configuration.h View File

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

+ 22
- 22
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -807,28 +807,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
807 807
 //
808 808
 #define LCD_LANGUAGE en
809 809
 
810
-/**
811
- * LCD Character Set
812
- *
813
- * Note: This option is NOT applicable to Graphical Displays.
814
- *
815
- * All character-based LCD's provide ASCII plus one of these
816
- * language extensions:
817
- *
818
- *  - JAPANESE ... the most common
819
- *  - WESTERN  ... with more accented characters
820
- *  - CYRILLIC ... for the Russian language
821
- *
822
- * To determine the language extension installed on your controller:
823
- *
824
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
825
- *  - Click the controller to view the LCD menu
826
- *  - The LCD will display Japanese, Western, or Cyrillic text
827
- *
828
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
829
- *
830
- * :['JAPANESE','WESTERN','CYRILLIC']
831
- */
810
+//
811
+// LCD Character Set
812
+//
813
+// Note: This option is NOT applicable to Graphical Displays.
814
+//
815
+// All character-based LCD's provide ASCII plus one of these
816
+// language extensions:
817
+//
818
+//  - JAPANESE ... the most common
819
+//  - WESTERN  ... with more accented characters
820
+//  - CYRILLIC ... for the Russian language
821
+//
822
+// To determine the language extension installed on your controller:
823
+//
824
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
825
+//  - Click the controller to view the LCD menu
826
+//  - The LCD will display Japanese, Western, or Cyrillic text
827
+//
828
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
829
+//
830
+// :['JAPANESE','WESTERN','CYRILLIC']
831
+//
832 832
 #define DISPLAY_CHARSET_HD44780 JAPANESE
833 833
 
834 834
 //

+ 22
- 22
Marlin/example_configurations/WITBOX/Configuration.h View File

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

+ 22
- 22
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -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
 //

+ 22
- 22
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -915,28 +915,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
915 915
 //
916 916
 #define LCD_LANGUAGE en
917 917
 
918
-/**
919
- * LCD Character Set
920
- *
921
- * Note: This option is NOT applicable to Graphical Displays.
922
- *
923
- * All character-based LCD's provide ASCII plus one of these
924
- * language extensions:
925
- *
926
- *  - JAPANESE ... the most common
927
- *  - WESTERN  ... with more accented characters
928
- *  - CYRILLIC ... for the Russian language
929
- *
930
- * To determine the language extension installed on your controller:
931
- *
932
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
933
- *  - Click the controller to view the LCD menu
934
- *  - The LCD will display Japanese, Western, or Cyrillic text
935
- *
936
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
937
- *
938
- * :['JAPANESE','WESTERN','CYRILLIC']
939
- */
918
+//
919
+// LCD Character Set
920
+//
921
+// Note: This option is NOT applicable to Graphical Displays.
922
+//
923
+// All character-based LCD's provide ASCII plus one of these
924
+// language extensions:
925
+//
926
+//  - JAPANESE ... the most common
927
+//  - WESTERN  ... with more accented characters
928
+//  - CYRILLIC ... for the Russian language
929
+//
930
+// To determine the language extension installed on your controller:
931
+//
932
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
933
+//  - Click the controller to view the LCD menu
934
+//  - The LCD will display Japanese, Western, or Cyrillic text
935
+//
936
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
937
+//
938
+// :['JAPANESE','WESTERN','CYRILLIC']
939
+//
940 940
 #define DISPLAY_CHARSET_HD44780 JAPANESE
941 941
 
942 942
 //

+ 22
- 22
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -915,28 +915,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
915 915
 //
916 916
 #define LCD_LANGUAGE en
917 917
 
918
-/**
919
- * LCD Character Set
920
- *
921
- * Note: This option is NOT applicable to Graphical Displays.
922
- *
923
- * All character-based LCD's provide ASCII plus one of these
924
- * language extensions:
925
- *
926
- *  - JAPANESE ... the most common
927
- *  - WESTERN  ... with more accented characters
928
- *  - CYRILLIC ... for the Russian language
929
- *
930
- * To determine the language extension installed on your controller:
931
- *
932
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
933
- *  - Click the controller to view the LCD menu
934
- *  - The LCD will display Japanese, Western, or Cyrillic text
935
- *
936
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
937
- *
938
- * :['JAPANESE','WESTERN','CYRILLIC']
939
- */
918
+//
919
+// LCD Character Set
920
+//
921
+// Note: This option is NOT applicable to Graphical Displays.
922
+//
923
+// All character-based LCD's provide ASCII plus one of these
924
+// language extensions:
925
+//
926
+//  - JAPANESE ... the most common
927
+//  - WESTERN  ... with more accented characters
928
+//  - CYRILLIC ... for the Russian language
929
+//
930
+// To determine the language extension installed on your controller:
931
+//
932
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
933
+//  - Click the controller to view the LCD menu
934
+//  - The LCD will display Japanese, Western, or Cyrillic text
935
+//
936
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
937
+//
938
+// :['JAPANESE','WESTERN','CYRILLIC']
939
+//
940 940
 #define DISPLAY_CHARSET_HD44780 JAPANESE
941 941
 
942 942
 //

+ 22
- 22
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -919,28 +919,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
919 919
 //
920 920
 #define LCD_LANGUAGE en
921 921
 
922
-/**
923
- * LCD Character Set
924
- *
925
- * Note: This option is NOT applicable to Graphical Displays.
926
- *
927
- * All character-based LCD's provide ASCII plus one of these
928
- * language extensions:
929
- *
930
- *  - JAPANESE ... the most common
931
- *  - WESTERN  ... with more accented characters
932
- *  - CYRILLIC ... for the Russian language
933
- *
934
- * To determine the language extension installed on your controller:
935
- *
936
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
937
- *  - Click the controller to view the LCD menu
938
- *  - The LCD will display Japanese, Western, or Cyrillic text
939
- *
940
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
941
- *
942
- * :['JAPANESE','WESTERN','CYRILLIC']
943
- */
922
+//
923
+// LCD Character Set
924
+//
925
+// Note: This option is NOT applicable to Graphical Displays.
926
+//
927
+// All character-based LCD's provide ASCII plus one of these
928
+// language extensions:
929
+//
930
+//  - JAPANESE ... the most common
931
+//  - WESTERN  ... with more accented characters
932
+//  - CYRILLIC ... for the Russian language
933
+//
934
+// To determine the language extension installed on your controller:
935
+//
936
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
937
+//  - Click the controller to view the LCD menu
938
+//  - The LCD will display Japanese, Western, or Cyrillic text
939
+//
940
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
941
+//
942
+// :['JAPANESE','WESTERN','CYRILLIC']
943
+//
944 944
 #define DISPLAY_CHARSET_HD44780 JAPANESE
945 945
 
946 946
 //

+ 22
- 22
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -912,28 +912,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
912 912
 //
913 913
 #define LCD_LANGUAGE en
914 914
 
915
-/**
916
- * LCD Character Set
917
- *
918
- * Note: This option is NOT applicable to Graphical Displays.
919
- *
920
- * All character-based LCD's provide ASCII plus one of these
921
- * language extensions:
922
- *
923
- *  - JAPANESE ... the most common
924
- *  - WESTERN  ... with more accented characters
925
- *  - CYRILLIC ... for the Russian language
926
- *
927
- * To determine the language extension installed on your controller:
928
- *
929
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
930
- *  - Click the controller to view the LCD menu
931
- *  - The LCD will display Japanese, Western, or Cyrillic text
932
- *
933
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
934
- *
935
- * :['JAPANESE','WESTERN','CYRILLIC']
936
- */
915
+//
916
+// LCD Character Set
917
+//
918
+// Note: This option is NOT applicable to Graphical Displays.
919
+//
920
+// All character-based LCD's provide ASCII plus one of these
921
+// language extensions:
922
+//
923
+//  - JAPANESE ... the most common
924
+//  - WESTERN  ... with more accented characters
925
+//  - CYRILLIC ... for the Russian language
926
+//
927
+// To determine the language extension installed on your controller:
928
+//
929
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
930
+//  - Click the controller to view the LCD menu
931
+//  - The LCD will display Japanese, Western, or Cyrillic text
932
+//
933
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
934
+//
935
+// :['JAPANESE','WESTERN','CYRILLIC']
936
+//
937 937
 #define DISPLAY_CHARSET_HD44780 JAPANESE
938 938
 
939 939
 //

+ 22
- 22
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -920,28 +920,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
920 920
 //
921 921
 #define LCD_LANGUAGE en
922 922
 
923
-/**
924
- * LCD Character Set
925
- *
926
- * Note: This option is NOT applicable to Graphical Displays.
927
- *
928
- * All character-based LCD's provide ASCII plus one of these
929
- * language extensions:
930
- *
931
- *  - JAPANESE ... the most common
932
- *  - WESTERN  ... with more accented characters
933
- *  - CYRILLIC ... for the Russian language
934
- *
935
- * To determine the language extension installed on your controller:
936
- *
937
- *  - Compile and upload with LCD_LANGUAGE set to 'test'
938
- *  - Click the controller to view the LCD menu
939
- *  - The LCD will display Japanese, Western, or Cyrillic text
940
- *
941
- * See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
942
- *
943
- * :['JAPANESE','WESTERN','CYRILLIC']
944
- */
923
+//
924
+// LCD Character Set
925
+//
926
+// Note: This option is NOT applicable to Graphical Displays.
927
+//
928
+// All character-based LCD's provide ASCII plus one of these
929
+// language extensions:
930
+//
931
+//  - JAPANESE ... the most common
932
+//  - WESTERN  ... with more accented characters
933
+//  - CYRILLIC ... for the Russian language
934
+//
935
+// To determine the language extension installed on your controller:
936
+//
937
+//  - Compile and upload with LCD_LANGUAGE set to 'test'
938
+//  - Click the controller to view the LCD menu
939
+//  - The LCD will display Japanese, Western, or Cyrillic text
940
+//
941
+// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
942
+//
943
+// :['JAPANESE','WESTERN','CYRILLIC']
944
+//
945 945
 #define DISPLAY_CHARSET_HD44780 JAPANESE
946 946
 
947 947
 //

+ 22
- 22
Marlin/example_configurations/makibox/Configuration.h View File

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

+ 22
- 22
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

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

Loading…
Cancel
Save