fix lora, add v1/v2 variant targets

This commit is contained in:
Manuel
2025-10-19 20:40:29 +02:00
parent 92988e32b9
commit 1cc096fe2b
5 changed files with 124 additions and 28 deletions

View File

@@ -637,7 +637,7 @@ void Screen::setup()
touchScreenImpl1->init();
}
}
#elif HAS_TOUCHSCREEN && !defined(USE_EINK)
#elif HAS_TOUCHSCREEN && !defined(USE_EINK) && !defined(USE_EPD)
touchScreenImpl1 =
new TouchScreenImpl1(dispdev->getWidth(), dispdev->getHeight(), static_cast<TFTDisplay *>(dispdev)->getTouch);
touchScreenImpl1->init();