Skip to content

Commit 787d518

Browse files
committed
Update Display.cpp
1 parent acbfd80 commit 787d518

File tree

1 file changed

+3
-1
lines changed
  • Boards/WaveshareS3TouchLcd128/Source/devices

1 file changed

+3
-1
lines changed

Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ std::shared_ptr<tt::hal::touch::TouchDevice> _Nullable createTouch() {
1111
240,
1212
false,
1313
true,
14-
false
14+
false,
15+
GPIO_NUM_13,
16+
GPIO_NUM_5
1517
);
1618

1719
return std::make_shared<Cst816sTouch>(std::move(configuration));

0 commit comments

Comments
 (0)