瀏覽代碼

Bring Migbot config up to date (#12916)

Alain Martel 6 年之前
父節點
當前提交
cdb562d558
共有 1 個檔案被更改,包括 12 行新增1 行删除
  1. 12
    1
      Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h

+ 12
- 1
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h 查看文件

@@ -1754,11 +1754,18 @@
1754 1754
 //
1755 1755
 
1756 1756
 //
1757
-// 2 wire Non-latching LCD SR from https://goo.gl/aJJ4sH
1757
+// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
1758 1758
 // LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
1759 1759
 //
1760 1760
 //#define SAV_3DLCD
1761 1761
 
1762
+//
1763
+// 3-wire SR LCD with strobe using 74HC4094
1764
+// https://github.com/mikeshub/SailfishLCD
1765
+// Uses the code directly from Sailfish
1766
+//
1767
+//#define FF_INTERFACEBOARD
1768
+
1762 1769
 //=============================================================================
1763 1770
 //=======================   LCD / Controller Selection  =======================
1764 1771
 //=========================      (Graphical LCDs)      ========================
@@ -1988,6 +1995,10 @@
1988 1995
 // Support for PCA9632 PWM LED driver
1989 1996
 //#define PCA9632
1990 1997
 
1998
+// Support for PCA9533 PWM LED driver
1999
+// https://github.com/mikeshub/SailfishRGB_LED
2000
+//#define PCA9533
2001
+
1991 2002
 /**
1992 2003
  * RGB LED / LED Strip Control
1993 2004
  *

Loading…
取消
儲存