Browse Source

Change Scope channel labels to "1" and "2".

tags/v2.0.1
Andrew Belt 3 years ago
parent
commit
814c832d5e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Scope.cpp

+ 2
- 2
src/Scope.cpp View File

@@ -456,8 +456,8 @@ struct ScopeDisplay : LedDisplay {
calculateStats(statsX, 0, module->channelsX); calculateStats(statsX, 0, module->channelsX);
calculateStats(statsY, 1, module->channelsY); calculateStats(statsY, 1, module->channelsY);
} }
drawStats(args, Vec(0, 0 + 1), "X", statsX);
drawStats(args, Vec(0, box.size.y - 15 - 1), "Y", statsY);
drawStats(args, Vec(0, 0 + 1), "1", statsX);
drawStats(args, Vec(0, box.size.y - 15 - 1), "2", statsY);
} }
}; };




Loading…
Cancel
Save