Merge branch 'master' into dismiss_frames

This commit is contained in:
Jason P
2025-07-21 14:31:43 -05:00
committed by GitHub
174 changed files with 1739 additions and 848 deletions

View File

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