Przeglądaj źródła

Change link to U8glib source

Richard Wackerbarth 9 lat temu
rodzic
commit
e7b40bbe98

+ 5
- 5
Marlin/Configuration.h Wyświetl plik

688
 
688
 
689
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
689
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
690
 // http://panucatt.com
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
 //#define VIKI2
692
 //#define VIKI2
693
 //#define miniVIKI
693
 //#define miniVIKI
694
 
694
 
695
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
698
 //#define ELB_FULL_GRAPHIC_CONTROLLER
699
 //#define SD_DETECT_INVERTED
699
 //#define SD_DETECT_INVERTED
700
 
700
 
709
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
709
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
710
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
713
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
714
 
714
 
715
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
715
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
743
 
743
 
744
 // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
744
 // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
745
 //#define LCD_I2C_VIKI
745
 //#define LCD_I2C_VIKI
746
-  
746
+
747
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
749
 //#define U8GLIB_SSD1306
750
 
750
 
751
 // Shift register panels
751
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/Felix/Configuration.h Wyświetl plik

670
 
670
 
671
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
671
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
672
 // http://panucatt.com
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
 //#define VIKI2
674
 //#define VIKI2
675
 //#define miniVIKI
675
 //#define miniVIKI
676
 
676
 
677
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
680
 //#define ELB_FULL_GRAPHIC_CONTROLLER
681
 //#define SD_DETECT_INVERTED
681
 //#define SD_DETECT_INVERTED
682
 
682
 
691
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
691
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
692
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
695
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
696
 
696
 
697
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
697
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
727
 //#define LCD_I2C_VIKI
727
 //#define LCD_I2C_VIKI
728
 
728
 
729
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
731
 //#define U8GLIB_SSD1306
732
 
732
 
733
 // Shift register panels
733
 // Shift register panels

+ 3
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h Wyświetl plik

640
 
640
 
641
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
641
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
642
 // http://panucatt.com
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
 //#define VIKI2
644
 //#define VIKI2
645
 //#define miniVIKI
645
 //#define miniVIKI
646
 
646
 
647
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
650
 //#define ELB_FULL_GRAPHIC_CONTROLLER
651
 //#define SD_DETECT_INVERTED
651
 //#define SD_DETECT_INVERTED
652
 
652
 
661
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
661
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
662
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
665
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
666
 
666
 
667
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
667
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1

+ 4
- 4
Marlin/example_configurations/Hephestos/Configuration.h Wyświetl plik

679
 
679
 
680
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
680
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
681
 // http://panucatt.com
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
 //#define VIKI2
683
 //#define VIKI2
684
 //#define miniVIKI
684
 //#define miniVIKI
685
 
685
 
686
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
689
 //#define ELB_FULL_GRAPHIC_CONTROLLER
690
 //#define SD_DETECT_INVERTED
690
 //#define SD_DETECT_INVERTED
691
 
691
 
700
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
700
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
701
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
704
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
705
 
705
 
706
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
706
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
736
 //#define LCD_I2C_VIKI
736
 //#define LCD_I2C_VIKI
737
 
737
 
738
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
740
 //#define U8GLIB_SSD1306
741
 
741
 
742
 // Shift register panels
742
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/K8200/Configuration.h Wyświetl plik

675
 
675
 
676
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
676
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
677
 // http://panucatt.com
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
 //#define VIKI2
679
 //#define VIKI2
680
 //#define miniVIKI
680
 //#define miniVIKI
681
 
681
 
682
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
685
 //#define ELB_FULL_GRAPHIC_CONTROLLER
686
 //#define SD_DETECT_INVERTED
686
 //#define SD_DETECT_INVERTED
687
 
687
 
696
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
696
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
697
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
700
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
701
 
701
 
702
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
702
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
732
 //#define LCD_I2C_VIKI
732
 //#define LCD_I2C_VIKI
733
 
733
 
734
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
736
 //#define U8GLIB_SSD1306
737
 
737
 
738
 // Shift register panels
738
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Wyświetl plik

687
 
687
 
688
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
688
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
689
 // http://panucatt.com
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
 //#define VIKI2
691
 //#define VIKI2
692
 //#define miniVIKI
692
 //#define miniVIKI
693
 
693
 
694
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
697
 //#define ELB_FULL_GRAPHIC_CONTROLLER
698
 //#define SD_DETECT_INVERTED
698
 //#define SD_DETECT_INVERTED
699
 
699
 
708
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
708
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
709
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
712
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
713
 
713
 
714
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
714
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
744
 //#define LCD_I2C_VIKI
744
 //#define LCD_I2C_VIKI
745
 
745
 
746
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
748
 //#define U8GLIB_SSD1306
749
 
749
 
750
 // Shift register panels
750
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/RigidBot/Configuration.h Wyświetl plik

674
 
674
 
675
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
675
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
676
 // http://panucatt.com
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
 //#define VIKI2
678
 //#define VIKI2
679
 //#define miniVIKI
679
 //#define miniVIKI
680
 
680
 
681
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
684
 //#define ELB_FULL_GRAPHIC_CONTROLLER
685
 //#define SD_DETECT_INVERTED
685
 //#define SD_DETECT_INVERTED
686
 
686
 
695
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
695
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
696
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 // RigidBoard: To rewire this for a RigidBot see http://rigidtalk.com/wiki/index.php?title=LCD_Smart_Controller
700
 // RigidBoard: To rewire this for a RigidBot see http://rigidtalk.com/wiki/index.php?title=LCD_Smart_Controller
701
 //
701
 //
734
 //#define LCD_I2C_VIKI
734
 //#define LCD_I2C_VIKI
735
 
735
 
736
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
738
 //#define U8GLIB_SSD1306
739
 
739
 
740
 // Shift register panels
740
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/SCARA/Configuration.h Wyświetl plik

695
 
695
 
696
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
696
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
697
 // http://panucatt.com
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
 //#define VIKI2
699
 //#define VIKI2
700
 //#define miniVIKI
700
 //#define miniVIKI
701
 
701
 
702
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
705
 //#define ELB_FULL_GRAPHIC_CONTROLLER
706
 //#define SD_DETECT_INVERTED
706
 //#define SD_DETECT_INVERTED
707
 
707
 
716
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
716
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
717
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
720
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
721
 
721
 
722
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
722
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
752
 //#define LCD_I2C_VIKI
752
 //#define LCD_I2C_VIKI
753
 
753
 
754
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
756
 //#define U8GLIB_SSD1306
757
 
757
 
758
 // Shift register panels
758
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/TAZ4/Configuration.h Wyświetl plik

706
 
706
 
707
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
707
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
708
 // http://panucatt.com
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
 //#define VIKI2
710
 //#define VIKI2
711
 //#define miniVIKI
711
 //#define miniVIKI
712
 
712
 
713
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
716
 //#define ELB_FULL_GRAPHIC_CONTROLLER
717
 //#define SD_DETECT_INVERTED
717
 //#define SD_DETECT_INVERTED
718
 
718
 
727
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
727
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
728
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
731
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
732
 
732
 
733
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
733
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
763
 //#define LCD_I2C_VIKI
763
 //#define LCD_I2C_VIKI
764
 
764
 
765
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
767
 //#define U8GLIB_SSD1306
768
 
768
 
769
 // Shift register panels
769
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/WITBOX/Configuration.h Wyświetl plik

678
 
678
 
679
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
679
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
680
 // http://panucatt.com
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
 //#define VIKI2
682
 //#define VIKI2
683
 //#define miniVIKI
683
 //#define miniVIKI
684
 
684
 
685
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
688
 //#define ELB_FULL_GRAPHIC_CONTROLLER
689
 //#define SD_DETECT_INVERTED
689
 //#define SD_DETECT_INVERTED
690
 
690
 
699
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
699
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
700
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
703
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
704
 
704
 
705
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
705
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
735
 //#define LCD_I2C_VIKI
735
 //#define LCD_I2C_VIKI
736
 
736
 
737
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
739
 //#define U8GLIB_SSD1306
740
 
740
 
741
 // Shift register panels
741
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/adafruit/ST7565/Configuration.h Wyświetl plik

687
 
687
 
688
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
688
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
689
 // http://panucatt.com
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
 //#define VIKI2
691
 //#define VIKI2
692
 //#define miniVIKI
692
 //#define miniVIKI
693
 
693
 
694
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 #define ELB_FULL_GRAPHIC_CONTROLLER
697
 #define ELB_FULL_GRAPHIC_CONTROLLER
698
 //#define SD_DETECT_INVERTED
698
 //#define SD_DETECT_INVERTED
699
 
699
 
708
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
708
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
709
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
712
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
713
 
713
 
714
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
714
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
744
 //#define LCD_I2C_VIKI
744
 //#define LCD_I2C_VIKI
745
 
745
 
746
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
748
 //#define U8GLIB_SSD1306
749
 
749
 
750
 // Shift register panels
750
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/biv2.5/Configuration.h Wyświetl plik

809
 
809
 
810
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
810
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
811
 // http://panucatt.com
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
 //#define VIKI2
813
 //#define VIKI2
814
 //#define miniVIKI
814
 //#define miniVIKI
815
 
815
 
816
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
819
 //#define ELB_FULL_GRAPHIC_CONTROLLER
820
 //#define SD_DETECT_INVERTED
820
 //#define SD_DETECT_INVERTED
821
 
821
 
830
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
830
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
831
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
834
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
835
 
835
 
836
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
836
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
869
 //#define LCD_I2C_VIKI
869
 //#define LCD_I2C_VIKI
870
 
870
 
871
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
873
 //#define U8GLIB_SSD1306
874
 
874
 
875
 // Shift register panels
875
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/generic/Configuration.h Wyświetl plik

810
 
810
 
811
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
811
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
812
 // http://panucatt.com
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
 //#define VIKI2
814
 //#define VIKI2
815
 //#define miniVIKI
815
 //#define miniVIKI
816
 
816
 
817
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
820
 //#define ELB_FULL_GRAPHIC_CONTROLLER
821
 //#define SD_DETECT_INVERTED
821
 //#define SD_DETECT_INVERTED
822
 
822
 
831
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
831
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
832
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
835
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
836
 
836
 
837
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
837
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
874
 //#define LCD_I2C_VIKI
874
 //#define LCD_I2C_VIKI
875
 
875
 
876
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
878
 //#define U8GLIB_SSD1306
879
 
879
 
880
 // Shift register panels
880
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/kossel_mini/Configuration.h Wyświetl plik

814
 
814
 
815
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
815
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
816
 // http://panucatt.com
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
 //#define VIKI2
818
 //#define VIKI2
819
 //#define miniVIKI
819
 //#define miniVIKI
820
 
820
 
821
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
824
 //#define ELB_FULL_GRAPHIC_CONTROLLER
825
 //#define SD_DETECT_INVERTED
825
 //#define SD_DETECT_INVERTED
826
 
826
 
835
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
835
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
836
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
839
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
840
 
840
 
841
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
841
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
874
 //#define LCD_I2C_VIKI
874
 //#define LCD_I2C_VIKI
875
 
875
 
876
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
878
 //#define U8GLIB_SSD1306
879
 
879
 
880
 // Shift register panels
880
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/delta/kossel_pro/Configuration.h Wyświetl plik

804
 
804
 
805
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
805
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
806
 // http://panucatt.com
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
 //#define VIKI2
808
 //#define VIKI2
809
 //#define miniVIKI
809
 //#define miniVIKI
810
 
810
 
811
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
814
 //#define ELB_FULL_GRAPHIC_CONTROLLER
815
 //#define SD_DETECT_INVERTED
815
 //#define SD_DETECT_INVERTED
816
 
816
 
825
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
825
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
826
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
829
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
830
 
830
 
831
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
831
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
864
 //#define LCD_I2C_VIKI
864
 //#define LCD_I2C_VIKI
865
 
865
 
866
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
868
 //#define U8GLIB_SSD1306
869
 
869
 
870
 // Shift register panels
870
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/makibox/Configuration.h Wyświetl plik

689
 
689
 
690
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
690
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
691
 // http://panucatt.com
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
 //#define VIKI2
693
 //#define VIKI2
694
 //#define miniVIKI
694
 //#define miniVIKI
695
 
695
 
696
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
699
 //#define ELB_FULL_GRAPHIC_CONTROLLER
700
 //#define SD_DETECT_INVERTED
700
 //#define SD_DETECT_INVERTED
701
 
701
 
710
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
710
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
711
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
714
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
715
 
715
 
716
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
716
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
746
 //#define LCD_I2C_VIKI
746
 //#define LCD_I2C_VIKI
747
 
747
 
748
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
750
 //#define U8GLIB_SSD1306
751
 
751
 
752
 // Shift register panels
752
 // Shift register panels

+ 4
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration.h Wyświetl plik

682
 
682
 
683
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
683
 // The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
684
 // http://panucatt.com
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
 //#define VIKI2
686
 //#define VIKI2
687
 //#define miniVIKI
687
 //#define miniVIKI
688
 
688
 
689
 // This is a new controller currently under development.  https://github.com/eboston/Adafruit-ST7565-Full-Graphic-Controller/
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
 //#define ELB_FULL_GRAPHIC_CONTROLLER
692
 //#define ELB_FULL_GRAPHIC_CONTROLLER
693
 //#define SD_DETECT_INVERTED
693
 //#define SD_DETECT_INVERTED
694
 
694
 
703
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
703
 // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
704
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
707
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
708
 
708
 
709
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
709
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
739
 //#define LCD_I2C_VIKI
739
 //#define LCD_I2C_VIKI
740
 
740
 
741
 // SSD1306 OLED generic display support
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
 //#define U8GLIB_SSD1306
743
 //#define U8GLIB_SSD1306
744
 
744
 
745
 // Shift register panels
745
 // Shift register panels

Ładowanie…
Anuluj
Zapisz