Hi Guys,
Not sure what I'm asking here, but I've found when my program writes to the LCD display,
there are sometimes glitches which I believe are being caused by interrupts.
I can update the display many times to minimise this effect, but in the end, the program has other stuff to do.

What I'd like to know is whether or not the interrupt is happening part way through LCDOUT commands
(which I suspect they would at assembler level).
I can't really turn them off because I'm using DT's elapsed timer, and turning off interrupts will cause error in the real time keeping.

Do I have to just update the display as much as possible and just live with it?