summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
diff options
context:
space:
mode:
authorClemens von Molo <clemensvonmolo@paderborn.com>2021-11-01 10:46:27 (GMT)
committerClemens von Molo <clemensvonmolo@paderborn.com>2021-11-01 10:46:27 (GMT)
commit2d985309760172db00b0b9cb7bd523579413d634 (patch)
tree258036c61186bd8649b904602f1fd57924ccb582 /src/displayapp/DisplayApp.cpp
parent5e1f4839daff075d6411f41148eb6d5d0543bcee (diff)
color rotation using modulo, ran clang-format for InfiniPaint
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 04aec4c..a90a1e5 100644
--- a/src/displayapp/DisplayApp.cpp
+++ b/src/displayapp/DisplayApp.cpp
@@ -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,motorController);
+ currentScreen = std::make_unique<Screens::InfiniPaint>(this, lvgl, motorController);
break;
case Apps::Paddle:
currentScreen = std::make_unique<Screens::Paddle>(this, lvgl);