LiquidCrystal problem

I would like to add that I had a similar problem. The solution is simple: remove the "cli" statements from the delayMicroseconds(). They don't work anyway since the interupts will be executed once SREG is restored (thus before the delay returns).

Cheers, Udo