color rotation using modulo, ran clang-format for InfiniPaint

This commit is contained in:
Clemens von Molo
2021-11-01 11:46:27 +01:00
parent 5e1f4839da
commit 2d98530976
3 changed files with 12 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,motorController);
currentScreen = std::make_unique<Screens::InfiniPaint>(this, lvgl, motorController);
break;
case Apps::Paddle:
currentScreen = std::make_unique<Screens::Paddle>(this, lvgl);