We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcfb2e commit 0c87bc2Copy full SHA for 0c87bc2
1 file changed
src/displayapp/DisplayApp.cpp
@@ -125,6 +125,7 @@ void DisplayApp::Start(System::BootErrors error) {
125
bootError = error;
126
127
lvgl.Init();
128
+ motorController.Init();
129
130
if (error == System::BootErrors::TouchController) {
131
LoadNewScreen(Apps::Error, DisplayApp::FullRefreshDirections::None);
@@ -150,7 +151,6 @@ void DisplayApp::Process(void* instance) {
150
151
void DisplayApp::InitHw() {
152
brightnessController.Init();
153
ApplyBrightness();
- motorController.Init();
154
lcd.Init();
155
}
156
0 commit comments