mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
🐛 Fix Melzi encoder
This commit is contained in:
parent
5200b36ae4
commit
0cf2443aa0
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@
|
|||
#define LCD_PINS_ENABLE 17 // ST9720 DAT
|
||||
#define LCD_PINS_D4 30 // ST9720 CLK
|
||||
|
||||
#define BTN_ENC 16
|
||||
#define BTN_EN1 11
|
||||
#define BTN_EN2 10
|
||||
#define BEEPER_PIN 27
|
||||
|
||||
#define LCD_PINS_DEFINED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue