Browse Source

Merge pull request #3185 from esenapaj/patch-1

follow-up the PR #3180, #3183
Scott Lahteine 9 years ago
parent
commit
7aafee3003

+ 3
- 1
Marlin/example_configurations/Felix/Configuration.h View File

657
 // @section lcd
657
 // @section lcd
658
 
658
 
659
 // Define your display language below. Replace (en) with your language code and uncomment.
659
 // Define your display language below. Replace (en) with your language code and uncomment.
660
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
660
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
661
 // See also language.h
661
 // See also language.h
662
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
662
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
663
 
663
 
737
 
737
 
738
 //#define LCD_I2C_SAINSMART_YWROBOT
738
 //#define LCD_I2C_SAINSMART_YWROBOT
739
 
739
 
740
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
741
+
740
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
742
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
741
 //
743
 //
742
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
744
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

654
 // @section lcd
654
 // @section lcd
655
 
655
 
656
 // Define your display language below. Replace (en) with your language code and uncomment.
656
 // Define your display language below. Replace (en) with your language code and uncomment.
657
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
657
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
658
 // See also language.h
658
 // See also language.h
659
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
659
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
660
 
660
 
734
 
734
 
735
 //#define LCD_I2C_SAINSMART_YWROBOT
735
 //#define LCD_I2C_SAINSMART_YWROBOT
736
 
736
 
737
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
738
+
737
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
739
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
738
 //
740
 //
739
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
741
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

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

666
 // @section lcd
666
 // @section lcd
667
 
667
 
668
 // Define your display language below. Replace (en) with your language code and uncomment.
668
 // Define your display language below. Replace (en) with your language code and uncomment.
669
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
669
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
670
 // See also language.h
670
 // See also language.h
671
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
671
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
672
 
672
 
749
 
749
 
750
 //#define LCD_I2C_SAINSMART_YWROBOT
750
 //#define LCD_I2C_SAINSMART_YWROBOT
751
 
751
 
752
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
753
+
752
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
754
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
753
 //
755
 //
754
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
756
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

669
 // @section lcd
669
 // @section lcd
670
 
670
 
671
 // Define your display language below. Replace (en) with your language code and uncomment.
671
 // Define your display language below. Replace (en) with your language code and uncomment.
672
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
672
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
673
 // See also language.h
673
 // See also language.h
674
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
674
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
675
 
675
 
752
 
752
 
753
 //#define LCD_I2C_SAINSMART_YWROBOT
753
 //#define LCD_I2C_SAINSMART_YWROBOT
754
 
754
 
755
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
756
+
755
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
757
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
756
 //
758
 //
757
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
759
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/K8200/Configuration.h View File

689
 // @section lcd
689
 // @section lcd
690
 
690
 
691
 // Define your display language below. Replace (en) with your language code and uncomment.
691
 // Define your display language below. Replace (en) with your language code and uncomment.
692
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
692
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
693
 // See also language.h
693
 // See also language.h
694
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
694
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
695
 
695
 
770
 
770
 
771
 //#define LCD_I2C_SAINSMART_YWROBOT
771
 //#define LCD_I2C_SAINSMART_YWROBOT
772
 
772
 
773
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
774
+
773
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
775
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
774
 //
776
 //
775
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
777
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

674
 // @section lcd
674
 // @section lcd
675
 
675
 
676
 // Define your display language below. Replace (en) with your language code and uncomment.
676
 // Define your display language below. Replace (en) with your language code and uncomment.
677
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
677
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
678
 // See also language.h
678
 // See also language.h
679
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
679
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
680
 
680
 
754
 
754
 
755
 //#define LCD_I2C_SAINSMART_YWROBOT
755
 //#define LCD_I2C_SAINSMART_YWROBOT
756
 
756
 
757
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
758
+
757
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
759
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
758
 //
760
 //
759
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
761
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

669
 // @section lcd
669
 // @section lcd
670
 
670
 
671
 // Define your display language below. Replace (en) with your language code and uncomment.
671
 // Define your display language below. Replace (en) with your language code and uncomment.
672
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
672
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
673
 // See also language.h
673
 // See also language.h
674
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
674
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
675
 
675
 
756
 
756
 
757
 //#define LCD_I2C_SAINSMART_YWROBOT
757
 //#define LCD_I2C_SAINSMART_YWROBOT
758
 
758
 
759
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
760
+
759
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
761
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
760
 //
762
 //
761
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
763
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

682
 // @section lcd
682
 // @section lcd
683
 
683
 
684
 // Define your display language below. Replace (en) with your language code and uncomment.
684
 // Define your display language below. Replace (en) with your language code and uncomment.
685
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
685
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
686
 // See also language.h
686
 // See also language.h
687
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
687
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
688
 
688
 
762
 
762
 
763
 //#define LCD_I2C_SAINSMART_YWROBOT
763
 //#define LCD_I2C_SAINSMART_YWROBOT
764
 
764
 
765
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
766
+
765
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
767
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
766
 //
768
 //
767
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
769
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

694
 // @section lcd
694
 // @section lcd
695
 
695
 
696
 // Define your display language below. Replace (en) with your language code and uncomment.
696
 // Define your display language below. Replace (en) with your language code and uncomment.
697
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
697
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
698
 // See also language.h
698
 // See also language.h
699
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
699
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
700
 
700
 
774
 
774
 
775
 //#define LCD_I2C_SAINSMART_YWROBOT
775
 //#define LCD_I2C_SAINSMART_YWROBOT
776
 
776
 
777
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
778
+
777
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
779
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
778
 //
780
 //
779
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
781
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

666
 // @section lcd
666
 // @section lcd
667
 
667
 
668
 // Define your display language below. Replace (en) with your language code and uncomment.
668
 // Define your display language below. Replace (en) with your language code and uncomment.
669
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
669
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
670
 // See also language.h
670
 // See also language.h
671
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
671
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
672
 
672
 
746
 
746
 
747
 //#define LCD_I2C_SAINSMART_YWROBOT
747
 //#define LCD_I2C_SAINSMART_YWROBOT
748
 
748
 
749
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
750
+
749
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
751
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
750
 //
752
 //
751
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
753
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

674
 // @section lcd
674
 // @section lcd
675
 
675
 
676
 // Define your display language below. Replace (en) with your language code and uncomment.
676
 // Define your display language below. Replace (en) with your language code and uncomment.
677
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
677
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
678
 // See also language.h
678
 // See also language.h
679
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
679
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
680
 
680
 
754
 
754
 
755
 //#define LCD_I2C_SAINSMART_YWROBOT
755
 //#define LCD_I2C_SAINSMART_YWROBOT
756
 
756
 
757
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
758
+
757
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
759
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
758
 //
760
 //
759
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
761
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

796
 // @section lcd
796
 // @section lcd
797
 
797
 
798
 // Define your display language below. Replace (en) with your language code and uncomment.
798
 // Define your display language below. Replace (en) with your language code and uncomment.
799
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
799
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
800
 // See also language.h
800
 // See also language.h
801
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
801
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
802
 
802
 
883
 
883
 
884
 //#define LCD_I2C_SAINSMART_YWROBOT
884
 //#define LCD_I2C_SAINSMART_YWROBOT
885
 
885
 
886
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
887
+
886
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
888
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
887
 //
889
 //
888
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
890
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

796
 // @section lcd
796
 // @section lcd
797
 
797
 
798
 // Define your display language below. Replace (en) with your language code and uncomment.
798
 // Define your display language below. Replace (en) with your language code and uncomment.
799
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
799
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
800
 // See also language.h
800
 // See also language.h
801
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
801
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
802
 
802
 
883
 
883
 
884
 //#define LCD_I2C_SAINSMART_YWROBOT
884
 //#define LCD_I2C_SAINSMART_YWROBOT
885
 
885
 
886
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
887
+
886
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
888
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
887
 //
889
 //
888
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
890
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

800
 // @section lcd
800
 // @section lcd
801
 
801
 
802
 // Define your display language below. Replace (en) with your language code and uncomment.
802
 // Define your display language below. Replace (en) with your language code and uncomment.
803
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
803
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
804
 // See also language.h
804
 // See also language.h
805
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
805
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
806
 
806
 
887
 
887
 
888
 //#define LCD_I2C_SAINSMART_YWROBOT
888
 //#define LCD_I2C_SAINSMART_YWROBOT
889
 
889
 
890
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
891
+
890
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
892
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
891
 //
893
 //
892
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
894
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

791
 // @section lcd
791
 // @section lcd
792
 
792
 
793
 // Define your display language below. Replace (en) with your language code and uncomment.
793
 // Define your display language below. Replace (en) with your language code and uncomment.
794
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
794
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
795
 // See also language.h
795
 // See also language.h
796
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
796
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
797
 
797
 
878
 
878
 
879
 //#define LCD_I2C_SAINSMART_YWROBOT
879
 //#define LCD_I2C_SAINSMART_YWROBOT
880
 
880
 
881
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
882
+
881
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
883
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
882
 //
884
 //
883
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
885
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

710
 // @section lcd
710
 // @section lcd
711
 
711
 
712
 // Define your display language below. Replace (en) with your language code and uncomment.
712
 // Define your display language below. Replace (en) with your language code and uncomment.
713
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
713
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
714
 // See also language.h
714
 // See also language.h
715
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
715
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
716
 
716
 
790
 
790
 
791
 //#define LCD_I2C_SAINSMART_YWROBOT
791
 //#define LCD_I2C_SAINSMART_YWROBOT
792
 
792
 
793
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
794
+
793
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
795
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
794
 //
796
 //
795
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
797
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/makibox/Configuration.h View File

677
 // @section lcd
677
 // @section lcd
678
 
678
 
679
 // Define your display language below. Replace (en) with your language code and uncomment.
679
 // Define your display language below. Replace (en) with your language code and uncomment.
680
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
680
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
681
 // See also language.h
681
 // See also language.h
682
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
682
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
683
 
683
 
757
 
757
 
758
 //#define LCD_I2C_SAINSMART_YWROBOT
758
 //#define LCD_I2C_SAINSMART_YWROBOT
759
 
759
 
760
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
761
+
760
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
762
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
761
 //
763
 //
762
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
764
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

+ 3
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

668
 // @section lcd
668
 // @section lcd
669
 
669
 
670
 // Define your display language below. Replace (en) with your language code and uncomment.
670
 // Define your display language below. Replace (en) with your language code and uncomment.
671
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
671
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
672
 // See also language.h
672
 // See also language.h
673
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
673
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
674
 
674
 
748
 
748
 
749
 //#define LCD_I2C_SAINSMART_YWROBOT
749
 //#define LCD_I2C_SAINSMART_YWROBOT
750
 
750
 
751
+//#define LCM1602 // LCM1602 Adapter for 16x2 LCD
752
+
751
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
753
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
752
 //
754
 //
753
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
755
 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )

Loading…
Cancel
Save