Display Class for BaseMachine

Revision:
13:f95a117cddb8
Parent:
12:e6b2b72db313
--- a/ST7565_SequencerDisplay.h	Thu Nov 17 12:25:55 2016 +0000
+++ b/ST7565_SequencerDisplay.h	Fri Nov 25 12:12:40 2016 +0000
@@ -95,7 +95,7 @@
     
     void drawSequencePattern() {
         char buff[32];
-        sprintf(buff, "%02d", this->getSequencePattern());
+        sprintf(buff, "%02d", this->getSequencePattern() + 1);
         gLCD->drawstring(115, 2, "PT");
         gLCD->drawstring(115, 3, buff);
     }