Here is my code, just to test for loops:
- Code: Select all
public class Test {
public static void main(String[] args) {
for (int i=0;i==7;) {
LCD.drawString("Hello!", 0, i);
}
Button.waitForAnyPress();
}
}
I am using the latest version of LeJOS with Eclipse and the plugin.
Any help would be appreciated.
