Fixed graph displaying nav buttons
This commit is contained in:
+9
-2
@@ -1,4 +1,4 @@
|
|||||||
package weerstation;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
public class WindDirection extends Grootheid{
|
public class WindDirection extends Grootheid{
|
||||||
@@ -30,7 +30,14 @@ public class WindDirection extends Grootheid{
|
|||||||
|
|
||||||
public void displayGraph()
|
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 x,y;
|
||||||
int radius = 15;
|
int radius = 15;
|
||||||
|
|||||||
Reference in New Issue
Block a user