|
@@ -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
|
*
|