Use interrupt-driven touch on T-Deck

This commit is contained in:
Ken Van Hoeylandt 2026-02-09 20:15:42 +01:00
parent 2edeb4f805
commit a0d097b53c

View File

@ -11,7 +11,9 @@ static std::shared_ptr<tt::hal::touch::TouchDevice> createTouch() {
320,
true,
true,
false
false,
GPIO_NUM_NC,
GPIO_NUM_16
);
return std::make_shared<Gt911Touch>(std::move(configuration));