diff --git a/src/Scope.cpp b/src/Scope.cpp index 6b092dd..3d69390 100644 --- a/src/Scope.cpp +++ b/src/Scope.cpp @@ -456,8 +456,8 @@ struct ScopeDisplay : LedDisplay { calculateStats(statsX, 0, module->channelsX); 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); } };