Browse Source

Follow-up the PR #3719(Harmonize LCD comment section)

It update forgotten Configuration_DUAL.h.
esenapaj 9 years ago
parent
commit
69511b5e5e
1 changed files with 22 additions and 22 deletions
  1. 22
    22
      Marlin/example_configurations/Felix/Configuration_DUAL.h

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

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

Loading…
Cancel
Save