summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-12-02 20:43:17 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-12-02 20:43:17 (GMT)
commitada96ccdc8b725825f571a57bf7b23752c88bc92 (patch)
tree315cd89d4183180aa3d1ec66ab73dc454c68c933 /src/displayapp/DisplayApp.cpp
parenta17d8bd566ae7686b9373dc3f2ab218d3a191630 (diff)
parent1404d0186c83d2d805bb5daa1f2de84c52e59b42 (diff)
Merge branch 'clemensvonmolo-paint-colorchange-vibration' into develop
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
-rw-r--r--src/displayapp/DisplayApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp
index 38ce930..8015518 100644
--- a/src/displayapp/DisplayApp.cpp
+++ b/src/displayapp/DisplayApp.cpp
@@ -430,7 +430,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);