소스 검색

Merge pull request #1455 from thinkyhead/fix_hd44780_inversion

Fix HD44780 misspelled as HD44870
Scott Lahteine 9 년 전
부모
커밋
6cce924cd0

+ 2
- 2
Marlin/Configuration.h 파일 보기

561
 //LCD and SD support
561
 //LCD and SD support
562
 
562
 
563
 // Character based displays can have different extended charsets.
563
 // Character based displays can have different extended charsets.
564
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
565
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
564
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
565
+//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
566
 
566
 
567
 //#define ULTRA_LCD  //general LCD support, also 16x2
567
 //#define ULTRA_LCD  //general LCD support, also 16x2
568
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
568
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h 파일 보기

567
 //LCD and SD support
567
 //LCD and SD support
568
 
568
 
569
 // Character based displays can have different extended charsets.
569
 // Character based displays can have different extended charsets.
570
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
571
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
570
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
571
+//#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
 
572
 
573
 #define ULTRA_LCD  //general LCD support, also 16x2
573
 #define ULTRA_LCD  //general LCD support, also 16x2
574
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
574
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h 파일 보기

575
 //LCD and SD support
575
 //LCD and SD support
576
 
576
 
577
 // Character based displays can have different extended charsets.
577
 // Character based displays can have different extended charsets.
578
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
579
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
578
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
579
+//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
580
 
580
 
581
 //#define ULTRA_LCD  //general LCD support, also 16x2
581
 //#define ULTRA_LCD  //general LCD support, also 16x2
582
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
582
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h 파일 보기

570
 //LCD and SD support
570
 //LCD and SD support
571
 
571
 
572
 // Character based displays can have different extended charsets.
572
 // Character based displays can have different extended charsets.
573
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
574
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
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.
575
 
575
 
576
 //#define ULTRA_LCD  //general LCD support, also 16x2
576
 //#define ULTRA_LCD  //general LCD support, also 16x2
577
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
577
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h 파일 보기

571
 //LCD and SD support
571
 //LCD and SD support
572
 
572
 
573
 // Character based displays can have different extended charsets.
573
 // Character based displays can have different extended charsets.
574
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
575
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
574
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
575
+//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
576
 
576
 
577
 #define ULTRA_LCD  //general LCD support, also 16x2
577
 #define ULTRA_LCD  //general LCD support, also 16x2
578
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
578
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/delta/Configuration.h 파일 보기

475
 //LCD and SD support
475
 //LCD and SD support
476
 
476
 
477
 // Character based displays can have different extended charsets.
477
 // Character based displays can have different extended charsets.
478
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
479
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
478
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
479
+//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
480
 
480
 
481
 //#define ULTRA_LCD  //general LCD support, also 16x2
481
 //#define ULTRA_LCD  //general LCD support, also 16x2
482
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
482
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h 파일 보기

545
 //LCD and SD support
545
 //LCD and SD support
546
 
546
 
547
 // Character based displays can have different extended charsets.
547
 // Character based displays can have different extended charsets.
548
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
549
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
548
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
549
+//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
550
 
550
 
551
 //#define ULTRA_LCD  //general LCD support, also 16x2
551
 //#define ULTRA_LCD  //general LCD support, also 16x2
552
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
552
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h 파일 보기

558
 //LCD and SD support
558
 //LCD and SD support
559
 
559
 
560
 // Character based displays can have different extended charsets.
560
 // Character based displays can have different extended charsets.
561
-#define DISPLAY_CHARSET_HD44870_JAPAN     // "ääööüüß23°"
562
-//#define DISPLAY_CHARSET_HD44870_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
561
+#define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
562
+//#define DISPLAY_CHARSET_HD44780_WESTERN // "ÄäÖöÜüß²³°" if you see a '~' instead of a 'arrow_right' at the right of submenuitems - this is the right one.
563
 
563
 
564
 //#define ULTRA_LCD  //general LCD support, also 16x2
564
 //#define ULTRA_LCD  //general LCD support, also 16x2
565
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
565
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)

+ 2
- 2
Marlin/language.h 파일 보기

176
   #define STR_Deg "\260"              // '°'
176
   #define STR_Deg "\260"              // '°'
177
   #define STR_THERMOMETER "\377"
177
   #define STR_THERMOMETER "\377"
178
 #else
178
 #else
179
-  #ifdef DISPLAY_CHARSET_HD44870_JAPAN // HD44870 ROM Code: A00 (Japan)
179
+  #ifdef DISPLAY_CHARSET_HD44780_JAPAN // HD44780 ROM Code: A00 (Japan)
180
     #define STR_ae "\xe1"
180
     #define STR_ae "\xe1"
181
     #define STR_Ae STR_ae
181
     #define STR_Ae STR_ae
182
     #define STR_oe "\357"
182
     #define STR_oe "\357"
189
     #define STR_Deg "\271"
189
     #define STR_Deg "\271"
190
     #define STR_THERMOMETER "\002"
190
     #define STR_THERMOMETER "\002"
191
   #endif
191
   #endif
192
-  #ifdef DISPLAY_CHARSET_HD44870_WESTERN // HD44870 ROM Code: A02 (Western)
192
+  #ifdef DISPLAY_CHARSET_HD44780_WESTERN // HD44780 ROM Code: A02 (Western)
193
     #define STR_Ae "\216"
193
     #define STR_Ae "\216"
194
     #define STR_ae "\204"
194
     #define STR_ae "\204"
195
     #define STR_Oe "\211"
195
     #define STR_Oe "\211"

Loading…
취소
저장