Added support for OLED SSD1306 I2C based LCDs.
This commit is contained in:
parent
9c09967803
commit
93da52d011
4 changed files with 18 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
#define BTN_ENC 12
|
||||
|
||||
#define KILL_PIN 42 // A2 = 42 - teensy = 40
|
||||
#define HOME_PIN -1 // A4 = marlin 44 - teensy = 42
|
||||
#define HOME_PIN 44 // A4 = marlin 44 - teensy = 42
|
||||
|
||||
#ifdef NUM_SERVOS
|
||||
#define SERVO0_PIN 41 // In teensy's pin definition for pinMode (in servo.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue