Kenneth zn matrix display teruggezet

This commit is contained in:
jancoow
2014-10-09 09:39:36 +02:00
parent 6ef5354b1d
commit 399d130e70
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ public class RainRate {
GUIboard.writeUpperDigits(getCurrentRainRate());
GUIboard.writeLeftDigits(getMaxRainRate());
GUIboard.writeRightDigits(getMinRainRate());
GUIboard.writePageToMatrix("Regenval in mm/h", "Gemiddelde: " + avgRainRate, "");
}
}