Skip to content

Commit

Permalink
Update button pins
Browse files Browse the repository at this point in the history
  • Loading branch information
andreock committed Jun 4, 2024
1 parent 4999e90 commit b31d975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@

// Define buttons pins
#define OK_BTN_PIN A3
#define UP_BTN_PIN A1
#define DOWN_BTN_PIN A6
#define LEFT_BTN_PIN A2
#define RIGHT_BTN_PIN A7
#define UP_BTN_PIN A5
#define DOWN_BTN_PIN A2
#define LEFT_BTN_PIN A4
#define RIGHT_BTN_PIN A1

// Display pins
#define TFT_CS D5
Expand Down

0 comments on commit b31d975

Please sign in to comment.