Skip to content

Commit

Permalink
Merge pull request #5181 from AndersHoglund/spektrum_ix12_cms_adaption
Browse files Browse the repository at this point in the history
Spektrum iX12 adaption of CMS start screen.
  • Loading branch information
mikeller committed Feb 13, 2018
2 parents a301a00 + f9998a8 commit 5593b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/io/displayport_srxl.c
Expand Up @@ -67,9 +67,9 @@ static int srxlClearScreen(displayPort_t *displayPort)
srxlWriteString(displayPort, 1, 0, "BETAFLIGHT");

if ( displayPort->grabCount == 0 ) {
srxlWriteString(displayPort, 0, 3, CMS_STARTUP_HELP_TEXT1);
srxlWriteString(displayPort, 2, 4, CMS_STARTUP_HELP_TEXT2);
srxlWriteString(displayPort, 2, 5, CMS_STARTUP_HELP_TEXT3);
srxlWriteString(displayPort, 0, 2, CMS_STARTUP_HELP_TEXT1);
srxlWriteString(displayPort, 2, 3, CMS_STARTUP_HELP_TEXT2);
srxlWriteString(displayPort, 2, 4, CMS_STARTUP_HELP_TEXT3);
}
return 0;
}
Expand Down

0 comments on commit 5593b43

Please sign in to comment.