[1.1.x] Fix support for Malyan M150 (#9146)
Implements changes to LCD and encoder pins from forums.reprap.org/read.php?110,716538,728278 and also sets ST7920_DELAY_[1-3] to DELAY_2_NOP to be compatible with the slower LCD
This commit is contained in:
committed by
Scott Lahteine
parent
c1d6d24b9d
commit
a0bd811093
@@ -124,7 +124,7 @@
|
||||
// The following define selects which electronics board you have.
|
||||
// Please choose the name from boards.h that matches your setup
|
||||
#ifndef MOTHERBOARD
|
||||
#define MOTHERBOARD BOARD_MELZI
|
||||
#define MOTHERBOARD BOARD_MELZI_MALYAN
|
||||
#endif
|
||||
|
||||
// Optional custom name for your RepStrap or other custom machine
|
||||
|
||||
Reference in New Issue
Block a user