Browse Source

Bring Migbot config up to date (#12916)

pull/1/head
Alain Martel 6 years ago
committed by Scott Lahteine
parent
commit
cdb562d558
  1. 13
      Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h

13
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h

@ -1754,11 +1754,18 @@
// //
// //
// 2 wire Non-latching LCD SR from https://goo.gl/aJJ4sH // 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD // LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
// //
//#define SAV_3DLCD //#define SAV_3DLCD
//
// 3-wire SR LCD with strobe using 74HC4094
// https://github.com/mikeshub/SailfishLCD
// Uses the code directly from Sailfish
//
//#define FF_INTERFACEBOARD
//============================================================================= //=============================================================================
//======================= LCD / Controller Selection ======================= //======================= LCD / Controller Selection =======================
//========================= (Graphical LCDs) ======================== //========================= (Graphical LCDs) ========================
@ -1988,6 +1995,10 @@
// Support for PCA9632 PWM LED driver // Support for PCA9632 PWM LED driver
//#define PCA9632 //#define PCA9632
// Support for PCA9533 PWM LED driver
// https://github.com/mikeshub/SailfishRGB_LED
//#define PCA9533
/** /**
* RGB LED / LED Strip Control * RGB LED / LED Strip Control
* *

Loading…
Cancel
Save