Skip to content

Commit addbc74

Browse files
committed
update pins in display board code
1 parent 542f477 commit addbc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Display/src/depth_no_display.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <math.h>
1414

1515
// Define pin configurations
16-
#define TFT_DC 9
17-
#define TFT_CS 10
16+
#define TFT_DC 18
17+
#define TFT_CS 19
1818

1919
// Define rotation constants
2020
#define ILI9341_ROTATION_0 0

0 commit comments

Comments
 (0)