Fix for touch configuration of Waveshare Touch LCD 1.28"

This commit is contained in:
Ken Van Hoeylandt 2025-09-23 17:49:59 +02:00 committed by GitHub
parent 7ad0a3cb04
commit 1216862aec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ std::shared_ptr<tt::hal::touch::TouchDevice> _Nullable createTouch() {
240, 240,
false, false,
true, true,
false, true,
GPIO_NUM_13, GPIO_NUM_13,
GPIO_NUM_5 GPIO_NUM_5
); );