Added support for graphs

Also added small bits of code to center the name on the matrix display.
This commit is contained in:
Kenneth van Ewijk
2014-10-11 20:05:47 +02:00
parent a0c37c1a23
commit eb3718cc0b
12 changed files with 311 additions and 171 deletions
+4
View File
@@ -83,4 +83,8 @@ public class Grootheid
GUIboard.writeLeftDigits(getMax());
GUIboard.writeRightDigits(getMin());
}
public void displayGraph()
{
}
}