Added Matrix Display Code

This commit is contained in:
Kenneth van Ewijk
2014-10-09 09:12:18 +02:00
parent e67251ad5f
commit ae35e497f9
+1
View File
@@ -92,6 +92,7 @@ public class RainRate {
GUIboard.writeUpperDigits(getCurrentRainRate());
GUIboard.writeLeftDigits(getMaxRainRate());
GUIboard.writeRightDigits(getMinRainRate());
GUIboard.writePageToMatrix("Regenval in mm/h", "Gemiddelde: " + avgRainRate, "");
}
}