Skip to content

Commit 0cf2443

Browse files
committed
🐛 Fix Melzi encoder
1 parent 5200b36 commit 0cf2443

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
#define LCD_PINS_ENABLE 17 // ST9720 DAT
5252
#define LCD_PINS_D4 30 // ST9720 CLK
5353

54+
#define BTN_ENC 16
55+
#define BTN_EN1 11
56+
#define BTN_EN2 10
57+
#define BEEPER_PIN 27
58+
5459
#define LCD_PINS_DEFINED
5560
#endif
5661

0 commit comments

Comments
 (0)