Refixed navigation showing

This commit is contained in:
Kenneth van Ewijk
2014-10-23 11:20:32 +02:00
parent 8d790ff754
commit c9e68a1de5
+8 -1
View File
@@ -20,7 +20,14 @@ public class WindDirection extends Grootheid{
public void displayGraph()
{
GUIboard.writePageToMatrix("", "West East", "");
GUIboard.clearBottom();
char[] charray = " West East".toCharArray();
IO.writeShort(0x40, '\n');
for(char ch : charray)
{
IO.writeShort(0x40, ch);
}
int x,y;
int radius = 15;