瀏覽代碼

Change link to U8glib source

Richard Wackerbarth 9 年之前
父節點
當前提交
e7b40bbe98

+ 5
- 5
Marlin/Configuration.h 查看文件

@@ -688,13 +688,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
688 688
 
689 689
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
690 690
 // http://panucatt.com
691
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
691
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
692 692
 //#define VIKI2
693 693
 //#define miniVIKI
694 694
 
695 695
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
696 696
 //
697
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
697
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
698 698
 //#define ELB_FULL_GRAPHIC_CONTROLLER
699 699
 //#define SD_DETECT_INVERTED
700 700
 
@@ -709,7 +709,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
709 709
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
710 710
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
711 711
 //
712
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
712
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
713 713
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
714 714
 
715 715
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -743,9 +743,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
743 743
 
744 744
 // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
745 745
 //#define LCD_I2C_VIKI
746
-  
746
+
747 747
 // SSD1306 OLED generic display support
748
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
748
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
749 749
 //#define U8GLIB_SSD1306
750 750
 
751 751
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/Felix/Configuration.h 查看文件

@@ -670,13 +670,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
670 670
 
671 671
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
672 672
 // http://panucatt.com
673
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
673
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
674 674
 //#define VIKI2
675 675
 //#define miniVIKI
676 676
 
677 677
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
678 678
 //
679
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
679
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
680 680
 //#define ELB_FULL_GRAPHIC_CONTROLLER
681 681
 //#define SD_DETECT_INVERTED
682 682
 
@@ -691,7 +691,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
691 691
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
692 692
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
693 693
 //
694
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
694
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
695 695
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
696 696
 
697 697
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -727,7 +727,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
727 727
 //#define LCD_I2C_VIKI
728 728
 
729 729
 // SSD1306 OLED generic display support
730
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
730
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
731 731
 //#define U8GLIB_SSD1306
732 732
 
733 733
 // Shift register panels

+ 3
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h 查看文件

@@ -640,13 +640,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
640 640
 
641 641
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
642 642
 // http://panucatt.com
643
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
643
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
644 644
 //#define VIKI2
645 645
 //#define miniVIKI
646 646
 
647 647
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
648 648
 //
649
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
649
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
650 650
 //#define ELB_FULL_GRAPHIC_CONTROLLER
651 651
 //#define SD_DETECT_INVERTED
652 652
 
@@ -661,7 +661,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
661 661
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
662 662
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
663 663
 //
664
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
664
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
665 665
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
666 666
 
667 667
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1

+ 4
- 4
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

@@ -679,13 +679,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
679 679
 
680 680
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
681 681
 // http://panucatt.com
682
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
682
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
683 683
 //#define VIKI2
684 684
 //#define miniVIKI
685 685
 
686 686
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
687 687
 //
688
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
688
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
689 689
 //#define ELB_FULL_GRAPHIC_CONTROLLER
690 690
 //#define SD_DETECT_INVERTED
691 691
 
@@ -700,7 +700,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
700 700
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
701 701
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
702 702
 //
703
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
703
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
704 704
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
705 705
 
706 706
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -736,7 +736,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
736 736
 //#define LCD_I2C_VIKI
737 737
 
738 738
 // SSD1306 OLED generic display support
739
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
739
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
740 740
 //#define U8GLIB_SSD1306
741 741
 
742 742
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/K8200/Configuration.h 查看文件

@@ -675,13 +675,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
675 675
 
676 676
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
677 677
 // http://panucatt.com
678
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
678
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
679 679
 //#define VIKI2
680 680
 //#define miniVIKI
681 681
 
682 682
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
683 683
 //
684
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
684
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
685 685
 //#define ELB_FULL_GRAPHIC_CONTROLLER
686 686
 //#define SD_DETECT_INVERTED
687 687
 
@@ -696,7 +696,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
696 696
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
697 697
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
698 698
 //
699
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
699
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
700 700
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
701 701
 
702 702
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -732,7 +732,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
732 732
 //#define LCD_I2C_VIKI
733 733
 
734 734
 // SSD1306 OLED generic display support
735
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
735
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
736 736
 //#define U8GLIB_SSD1306
737 737
 
738 738
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

@@ -687,13 +687,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
687 687
 
688 688
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
689 689
 // http://panucatt.com
690
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
690
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
691 691
 //#define VIKI2
692 692
 //#define miniVIKI
693 693
 
694 694
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
695 695
 //
696
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
696
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
697 697
 //#define ELB_FULL_GRAPHIC_CONTROLLER
698 698
 //#define SD_DETECT_INVERTED
699 699
 
@@ -708,7 +708,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
708 708
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
709 709
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
710 710
 //
711
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
711
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
712 712
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
713 713
 
714 714
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -744,7 +744,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
744 744
 //#define LCD_I2C_VIKI
745 745
 
746 746
 // SSD1306 OLED generic display support
747
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
747
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
748 748
 //#define U8GLIB_SSD1306
749 749
 
750 750
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

@@ -674,13 +674,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
674 674
 
675 675
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
676 676
 // http://panucatt.com
677
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
677
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
678 678
 //#define VIKI2
679 679
 //#define miniVIKI
680 680
 
681 681
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
682 682
 //
683
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
683
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
684 684
 //#define ELB_FULL_GRAPHIC_CONTROLLER
685 685
 //#define SD_DETECT_INVERTED
686 686
 
@@ -695,7 +695,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
695 695
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
696 696
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
697 697
 //
698
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
698
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
699 699
 //
700 700
 // RigidBoard: To rewire this for a RigidBot see http://rigidtalk.com/wiki/index.php?title=LCD_Smart_Controller
701 701
 //
@@ -734,7 +734,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
734 734
 //#define LCD_I2C_VIKI
735 735
 
736 736
 // SSD1306 OLED generic display support
737
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
737
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
738 738
 //#define U8GLIB_SSD1306
739 739
 
740 740
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/SCARA/Configuration.h 查看文件

@@ -695,13 +695,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
695 695
 
696 696
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
697 697
 // http://panucatt.com
698
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
698
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
699 699
 //#define VIKI2
700 700
 //#define miniVIKI
701 701
 
702 702
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
703 703
 //
704
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
704
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
705 705
 //#define ELB_FULL_GRAPHIC_CONTROLLER
706 706
 //#define SD_DETECT_INVERTED
707 707
 
@@ -716,7 +716,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
716 716
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
717 717
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
718 718
 //
719
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
719
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
720 720
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
721 721
 
722 722
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -752,7 +752,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
752 752
 //#define LCD_I2C_VIKI
753 753
 
754 754
 // SSD1306 OLED generic display support
755
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
755
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
756 756
 //#define U8GLIB_SSD1306
757 757
 
758 758
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

@@ -706,13 +706,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
706 706
 
707 707
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
708 708
 // http://panucatt.com
709
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
709
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
710 710
 //#define VIKI2
711 711
 //#define miniVIKI
712 712
 
713 713
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
714 714
 //
715
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
715
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
716 716
 //#define ELB_FULL_GRAPHIC_CONTROLLER
717 717
 //#define SD_DETECT_INVERTED
718 718
 
@@ -727,7 +727,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
727 727
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
728 728
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
729 729
 //
730
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
730
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
731 731
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
732 732
 
733 733
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -763,7 +763,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
763 763
 //#define LCD_I2C_VIKI
764 764
 
765 765
 // SSD1306 OLED generic display support
766
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
766
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
767 767
 //#define U8GLIB_SSD1306
768 768
 
769 769
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

@@ -678,13 +678,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
678 678
 
679 679
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
680 680
 // http://panucatt.com
681
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
681
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
682 682
 //#define VIKI2
683 683
 //#define miniVIKI
684 684
 
685 685
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
686 686
 //
687
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
687
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
688 688
 //#define ELB_FULL_GRAPHIC_CONTROLLER
689 689
 //#define SD_DETECT_INVERTED
690 690
 
@@ -699,7 +699,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
699 699
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
700 700
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
701 701
 //
702
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
702
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
703 703
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
704 704
 
705 705
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -735,7 +735,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
735 735
 //#define LCD_I2C_VIKI
736 736
 
737 737
 // SSD1306 OLED generic display support
738
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
738
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
739 739
 //#define U8GLIB_SSD1306
740 740
 
741 741
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

@@ -687,13 +687,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
687 687
 
688 688
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
689 689
 // http://panucatt.com
690
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
690
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
691 691
 //#define VIKI2
692 692
 //#define miniVIKI
693 693
 
694 694
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
695 695
 //
696
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
696
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
697 697
 #define ELB_FULL_GRAPHIC_CONTROLLER
698 698
 //#define SD_DETECT_INVERTED
699 699
 
@@ -708,7 +708,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
708 708
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
709 709
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
710 710
 //
711
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
711
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
712 712
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
713 713
 
714 714
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -744,7 +744,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
744 744
 //#define LCD_I2C_VIKI
745 745
 
746 746
 // SSD1306 OLED generic display support
747
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
747
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
748 748
 //#define U8GLIB_SSD1306
749 749
 
750 750
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

@@ -809,13 +809,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
809 809
 
810 810
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
811 811
 // http://panucatt.com
812
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
812
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
813 813
 //#define VIKI2
814 814
 //#define miniVIKI
815 815
 
816 816
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
817 817
 //
818
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
818
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
819 819
 //#define ELB_FULL_GRAPHIC_CONTROLLER
820 820
 //#define SD_DETECT_INVERTED
821 821
 
@@ -830,7 +830,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
830 830
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
831 831
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
832 832
 //
833
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
833
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
834 834
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
835 835
 
836 836
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -869,7 +869,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
869 869
 //#define LCD_I2C_VIKI
870 870
 
871 871
 // SSD1306 OLED generic display support
872
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
872
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
873 873
 //#define U8GLIB_SSD1306
874 874
 
875 875
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

@@ -810,13 +810,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
810 810
 
811 811
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
812 812
 // http://panucatt.com
813
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
813
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
814 814
 //#define VIKI2
815 815
 //#define miniVIKI
816 816
 
817 817
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
818 818
 //
819
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
819
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
820 820
 //#define ELB_FULL_GRAPHIC_CONTROLLER
821 821
 //#define SD_DETECT_INVERTED
822 822
 
@@ -831,7 +831,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
831 831
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
832 832
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
833 833
 //
834
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
834
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
835 835
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
836 836
 
837 837
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -874,7 +874,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
874 874
 //#define LCD_I2C_VIKI
875 875
 
876 876
 // SSD1306 OLED generic display support
877
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
877
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
878 878
 //#define U8GLIB_SSD1306
879 879
 
880 880
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

@@ -814,13 +814,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
814 814
 
815 815
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
816 816
 // http://panucatt.com
817
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
817
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
818 818
 //#define VIKI2
819 819
 //#define miniVIKI
820 820
 
821 821
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
822 822
 //
823
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
823
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
824 824
 //#define ELB_FULL_GRAPHIC_CONTROLLER
825 825
 //#define SD_DETECT_INVERTED
826 826
 
@@ -835,7 +835,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
835 835
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
836 836
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
837 837
 //
838
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
838
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
839 839
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
840 840
 
841 841
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -874,7 +874,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
874 874
 //#define LCD_I2C_VIKI
875 875
 
876 876
 // SSD1306 OLED generic display support
877
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
877
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
878 878
 //#define U8GLIB_SSD1306
879 879
 
880 880
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

@@ -804,13 +804,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
804 804
 
805 805
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
806 806
 // http://panucatt.com
807
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
807
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
808 808
 //#define VIKI2
809 809
 //#define miniVIKI
810 810
 
811 811
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
812 812
 //
813
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
813
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
814 814
 //#define ELB_FULL_GRAPHIC_CONTROLLER
815 815
 //#define SD_DETECT_INVERTED
816 816
 
@@ -825,7 +825,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
825 825
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
826 826
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
827 827
 //
828
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
828
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
829 829
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
830 830
 
831 831
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -864,7 +864,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
864 864
 //#define LCD_I2C_VIKI
865 865
 
866 866
 // SSD1306 OLED generic display support
867
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
867
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
868 868
 //#define U8GLIB_SSD1306
869 869
 
870 870
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/makibox/Configuration.h 查看文件

@@ -689,13 +689,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
689 689
 
690 690
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
691 691
 // http://panucatt.com
692
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
692
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
693 693
 //#define VIKI2
694 694
 //#define miniVIKI
695 695
 
696 696
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
697 697
 //
698
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
698
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
699 699
 //#define ELB_FULL_GRAPHIC_CONTROLLER
700 700
 //#define SD_DETECT_INVERTED
701 701
 
@@ -710,7 +710,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
710 710
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
711 711
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
712 712
 //
713
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
713
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
714 714
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
715 715
 
716 716
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -746,7 +746,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
746 746
 //#define LCD_I2C_VIKI
747 747
 
748 748
 // SSD1306 OLED generic display support
749
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
749
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
750 750
 //#define U8GLIB_SSD1306
751 751
 
752 752
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

@@ -682,13 +682,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
682 682
 
683 683
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
684 684
 // http://panucatt.com
685
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
685
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
686 686
 //#define VIKI2
687 687
 //#define miniVIKI
688 688
 
689 689
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
690 690
 //
691
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
691
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
692 692
 //#define ELB_FULL_GRAPHIC_CONTROLLER
693 693
 //#define SD_DETECT_INVERTED
694 694
 
@@ -703,7 +703,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
703 703
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
704 704
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
705 705
 //
706
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
706
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
707 707
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
708 708
 
709 709
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
@@ -739,7 +739,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
739 739
 //#define LCD_I2C_VIKI
740 740
 
741 741
 // SSD1306 OLED generic display support
742
-// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
742
+// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
743 743
 //#define U8GLIB_SSD1306
744 744
 
745 745
 // Shift register panels

Loading…
取消
儲存