Skip to content

Commit acbfd80

Browse files
committed
how about now?
1 parent 1015e4f commit acbfd80

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Boards/WaveshareS3TouchLcd128/Source/WaveshareS3TouchLcd128.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ extern const Configuration waveshare_s3_touch_lcd_128 = {
3333
.mode = I2C_MODE_MASTER,
3434
.sda_io_num = GPIO_NUM_6,
3535
.scl_io_num = GPIO_NUM_7,
36-
.sda_pullup_en = true,
37-
.scl_pullup_en = true,
36+
.sda_pullup_en = false,
37+
.scl_pullup_en = false,
3838
.master = {
3939
.clk_speed = 400000
4040
},

Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp

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

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

0 commit comments

Comments
 (0)