Browse Source

Added new languages, the Cyrillic display and a test language to find out your hardware.

AnHardt 10 years ago
parent
commit
817751d4b9
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      Marlin/Configuration.h

+ 6
- 4
Marlin/Configuration.h View File

@@ -565,13 +565,15 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
565 565
 //==============================LCD and SD support=============================
566 566
 
567 567
 // Define your display language below. Replace (en) with your language code and uncomment.
568
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu
568
+// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, kanji, test
569 569
 // See also language.h
570 570
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
571 571
 
572
-// Character based displays can have different extended charsets.
573
-#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
574
-//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
572
+// Chose ONE of the next three charsets. This has to match your hardware. In case of a full graphic display chose that one best fitting to your language.
573
+// to find out what type you have - compile with language_test.h - upload - click to get the menu.
574
+  #define DISPLAY_CHARSET_HD44780_JAPAN        // this is the most common hardware
575
+  //#define DISPLAY_CHARSET_HD44780_WESTERN
576
+  //#define DISPLAY_CHARSET_HD44780_CYRILIC
575 577
 
576 578
 //#define ULTRA_LCD  //general LCD support, also 16x2
577 579
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

Loading…
Cancel
Save