[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:
GrantM11235
2018-01-12 01:14:07 -06:00
committed by Scott Lahteine
parent c1d6d24b9d
commit a0bd811093
5 changed files with 109 additions and 4 deletions

View File

@@ -194,6 +194,8 @@
#include "pins_MELZI_MAKR3D.h" // ATmega644P, ATmega1284P
#elif MB(MELZI_CREALITY)
#include "pins_MELZI_CREALITY.h" // ATmega644P, ATmega1284P
#elif MB(MELZI_MALYAN)
#include "pins_MELZI_MALYAN.h" // ATmega644P, ATmega1284P
#elif MB(STB_11)
#include "pins_STB_11.h" // ATmega644P, ATmega1284P
#elif MB(AZTEEG_X1)