Integrated version

Revision:
2:238127b00dd3
Parent:
1:ecae97c65943
Child:
3:f790643458d9
--- a/BaseMachineUIController.h	Sun Nov 06 23:03:01 2016 +0000
+++ b/BaseMachineUIController.h	Sun Nov 06 23:25:16 2016 +0000
@@ -486,7 +486,7 @@
         sprintf(buff, "Wsp:%d Mod:%d pStp:%d", oscillatorParam.waveShape, UImode, playingStep);
         gLCD->drawstring(0, col++, buff);
 
-        sprintf(buff, "RSO:%4d  CO :%4d", filterParam.resonance, filterParam.cutoff);
+        sprintf(buff, "RSO:%4d   CO :%4d", filterParam.resonance, filterParam.cutoff);
         gLCD->drawstring(0, col++, buff);
         sprintf(buff, "LVL:%4d   DUR:%4d", envelopeParam.level, envelopeParam.duration);
         gLCD->drawstring(0, col++, buff);