Browse Source

Update example configurations.

AnHardt 10 years ago
parent
commit
26e55471f8

+ 1
- 1
Marlin/Configuration.h View File

535
 //LCD and SD support
535
 //LCD and SD support
536
 
536
 
537
 // Character based displays can have different extended charsets.
537
 // Character based displays can have different extended charsets.
538
-#define DISPLAY_CHARSET_HD44870_JAPAN  //  "ääööüüß23°"
538
+#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
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.
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
 //#define ULTRA_LCD  //general LCD support, also 16x2
541
 //#define ULTRA_LCD  //general LCD support, also 16x2

+ 3
- 4
Marlin/example_configurations/Hephestos/Configuration.h View File

540
 
540
 
541
 //LCD and SD support
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
 #define ULTRA_LCD  //general LCD support, also 16x2
547
 #define ULTRA_LCD  //general LCD support, also 16x2
549
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
548
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 5
- 0
Marlin/example_configurations/K8200/Configuration.h View File

544
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
544
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
545
 
545
 
546
 //LCD and SD support
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
 //#define ULTRA_LCD  //general LCD support, also 16x2
552
 //#define ULTRA_LCD  //general LCD support, also 16x2
548
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
553
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
549
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
554
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

537
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
537
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
538
 
538
 
539
 //LCD and SD support
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
 //#define ULTRA_LCD  //general LCD support, also 16x2
545
 //#define ULTRA_LCD  //general LCD support, also 16x2
541
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
546
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
542
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
547
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

538
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
538
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
539
 
539
 
540
 //LCD and SD support
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
 #define ULTRA_LCD  //general LCD support, also 16x2
546
 #define ULTRA_LCD  //general LCD support, also 16x2
542
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
547
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
543
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
548
 #define SDSUPPORT // Enable SD Card Support in Hardware Console

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

441
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
441
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
442
 
442
 
443
 //LCD and SD support
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
 //#define ULTRA_LCD  //general LCD support, also 16x2
449
 //#define ULTRA_LCD  //general LCD support, also 16x2
445
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
450
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
446
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
451
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

+ 5
- 0
Marlin/example_configurations/makibox/Configuration.h View File

509
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
509
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
510
 
510
 
511
 //LCD and SD support
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
 //#define ULTRA_LCD  //general LCD support, also 16x2
517
 //#define ULTRA_LCD  //general LCD support, also 16x2
513
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
518
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
514
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
519
 #define SDSUPPORT // Enable SD Card Support in Hardware Console

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

523
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
523
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
524
 
524
 
525
 //LCD and SD support
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
 //#define ULTRA_LCD  //general LCD support, also 16x2
531
 //#define ULTRA_LCD  //general LCD support, also 16x2
527
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
532
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
528
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
533
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console

Loading…
Cancel
Save