mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
Use interrupt-driven touch on T-Deck
This commit is contained in:
parent
2edeb4f805
commit
a0d097b53c
@ -11,7 +11,9 @@ static std::shared_ptr<tt::hal::touch::TouchDevice> createTouch() {
|
|||||||
320,
|
320,
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
false
|
false,
|
||||||
|
GPIO_NUM_NC,
|
||||||
|
GPIO_NUM_16
|
||||||
);
|
);
|
||||||
|
|
||||||
return std::make_shared<Gt911Touch>(std::move(configuration));
|
return std::make_shared<Gt911Touch>(std::move(configuration));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user