Using millis instead of delay to scroll display on OLED

Hi there,

I wonder if someone can help?

I am creating a 3phase voltage meter using Arduino, 3 x ZMPT101B boards and an OLED display.

I've got the code sorted to measure voltage and display it on the OLED.

However, as soon as I start to scroll the OLED screen between displaying Live 1, then Live 2, then Live 3 and then N the voltage doesn't display properly. I'm guessing this is because I am using delay as opposed to millis?

Can anyone help?

I've followed all the 'How To' guides but I cant get it to work!

Cheers,

Tim

I can see nothing wrong with the code that you have not posted

Before you do post it please take a look at Read this before posting a programming question and follow the instructions on posting code