
if (turnaround) {
    turnaround = 0;
    LED0 = ~LED0;
    flash++;
    if ((flash & 3) == 0) {
        LcdWriteString("Hello World");
    } else {
        LcdClear();//clear
    }	
}
