Skip to content

Commit c40407b

Browse files
committed
fw/boards/getafix: fix CST816 RST logic level
Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 3ac1187 commit c40407b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fw/board/boards/board_getafix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ static const TouchSensor s_touch_cst816 = {
348348
.reset = {
349349
.gpio = hwp_gpio1,
350350
.gpio_pin = 28,
351+
.active_high = false,
351352
},
352353
.max_x = 260,
353354
.max_y = 260,

0 commit comments

Comments
 (0)