Преглед на файлове

Update example configurations.

AnHardt преди 10 години
родител
ревизия
26e55471f8

+ 1
- 1
Marlin/Configuration.h Целия файл

@@ -535,7 +535,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
535 535
 //LCD and SD support
536 536
 
537 537
 // Character based displays can have different extended charsets.
538
-#define DISPLAY_CHARSET_HD44870_JAPAN  //  "ääööüüß23°"
538
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
539 539
 //#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
540 540
 
541 541
 //#define ULTRA_LCD  //general LCD support, also 16x2

+ 3
- 4
Marlin/example_configurations/Hephestos/Configuration.h Целия файл

@@ -540,10 +540,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
540 540
 
541 541
 //LCD and SD support
542 542
 
543
-// Character based displays can have different extended charsets. If you see strange or missing characters on yours - try an other definition below.
544
-#define DISPLAY_CHARSET_HD44870_JAPAN  //  "ääööüüß°"
545
-//#define DISPLAY_CHARSET_HD44870_WESTERN // with better support for European languages. "ÄäÖöÜüß°"
546
-//#define DISPLAY_CHARSET_DOGM // for full graphics display "ÄäÖÖÜÜß°"
543
+// Character based displays can have different extended charsets.
544
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
545
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
547 546
 
548 547
 #define ULTRA_LCD  //general LCD support, also 16x2
549 548
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 5
- 0
Marlin/example_configurations/K8200/Configuration.h Целия файл

@@ -544,6 +544,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
544 544
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
545 545
 
546 546
 //LCD and SD support
547
+
548
+// Character based displays can have different extended charsets.
549
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
550
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
551
+
547 552
 //#define ULTRA_LCD  //general LCD support, also 16x2
548 553
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
549 554
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/SCARA/Configuration.h Целия файл

@@ -537,6 +537,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
537 537
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
538 538
 
539 539
 //LCD and SD support
540
+
541
+// Character based displays can have different extended charsets.
542
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
543
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
544
+
540 545
 //#define ULTRA_LCD  //general LCD support, also 16x2
541 546
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
542 547
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/WITBOX/Configuration.h Целия файл

@@ -538,6 +538,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
538 538
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
539 539
 
540 540
 //LCD and SD support
541
+
542
+// Character based displays can have different extended charsets.
543
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
544
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
545
+
541 546
 #define ULTRA_LCD  //general LCD support, also 16x2
542 547
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
543 548
 #define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/delta/Configuration.h Целия файл

@@ -441,6 +441,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
441 441
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
442 442
 
443 443
 //LCD and SD support
444
+
445
+// Character based displays can have different extended charsets.
446
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
447
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
448
+
444 449
 //#define ULTRA_LCD  //general LCD support, also 16x2
445 450
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
446 451
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/makibox/Configuration.h Целия файл

@@ -509,6 +509,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
509 509
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
510 510
 
511 511
 //LCD and SD support
512
+
513
+// Character based displays can have different extended charsets.
514
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
515
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
516
+
512 517
 //#define ULTRA_LCD  //general LCD support, also 16x2
513 518
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
514 519
 #define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Целия файл

@@ -523,6 +523,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
523 523
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
524 524
 
525 525
 //LCD and SD support
526
+
527
+// Character based displays can have different extended charsets.
528
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
529
+//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
530
+
526 531
 //#define ULTRA_LCD  //general LCD support, also 16x2
527 532
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
528 533
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

Loading…
Отказ
Запис