InfiniPaint vibrate on colorchange, fix color rotation

This commit is contained in:
Clemens von Molo
2021-10-31 21:23:43 +01:00
parent 0aa73c2279
commit 5e1f4839da
3 changed files with 8 additions and 7 deletions

View File

@@ -410,7 +410,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction)
currentScreen = std::make_unique<Screens::Twos>(this);
break;
case Apps::Paint:
currentScreen = std::make_unique<Screens::InfiniPaint>(this, lvgl);
currentScreen = std::make_unique<Screens::InfiniPaint>(this, lvgl,motorController);
break;
case Apps::Paddle:
currentScreen = std::make_unique<Screens::Paddle>(this, lvgl);