Integrated version

Files at this revision

API Documentation at this revision

Comitter:
ryood
Date:
Thu May 04 09:42:36 2017 +0000
Parent:
17:5c8c173008cf
Commit message:
Display DCF version

Changed in this revision

BaseMachineUIController.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5c8c173008cf -r 6ba18820777d BaseMachineUIController.h
--- a/BaseMachineUIController.h	Fri Jan 06 11:57:49 2017 +0000
+++ b/BaseMachineUIController.h	Thu May 04 09:42:36 2017 +0000
@@ -165,6 +165,7 @@
         gLCD->clear();
         gLCD->drawstring(0, 0, TITLE_STR1);
         gLCD->drawstring(0, 1, TITLE_STR2);
+        gLCD->drawstring(0, 2, TITLE_STR3);
         gLCD->display();
         Thread::wait(1000);
 
@@ -650,6 +651,10 @@
         sprintf(buff, "LSF:%d SLT:%d", loadSaveFlag, eepromSlot);
         gLCD->drawstring(0, col++, buff);
 
+        col++;
+        gLCD->drawstring(0, col++, TITLE_STR2);
+        gLCD->drawstring(0, col++, TITLE_STR3);
+        
         /*
         sprintf(buff, "RSO:%4d   CO :%4d", filterParam.resonance, filterParam.cutoff);
         gLCD->drawstring(0, col++, buff);