rewired to avoid conflicts with LCD

This commit is contained in:
Ronald Schaten 2022-02-07 15:35:16 +01:00
parent b9d2643390
commit a49c234a8c
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
#include <menuIO/serialIO.h>
// analog keypad
#define PIN_BUTTON 0
#define PIN_BUTTON A0
#define KEY_RIGHT 0
#define KEY_UP 1
#define KEY_DOWN 2
@ -34,8 +34,8 @@
#define PIN_LCD_EN 9
#define PIN_LCD_BL 10
// stepper motor
#define PIN_STEPPER_DIR 2
#define PIN_STEPPER_STEP 3
#define PIN_STEPPER_DIR A1
#define PIN_STEPPER_STEP A2
// on-board led
#define PIN_LED 13

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 KiB

After

Width:  |  Height:  |  Size: 468 KiB