Scrolling with LCD1x16

Hi,

Because the 1x16 is to manage as a 2x8 the scrolling is not correct.

How to get an horizontal scrolling for the 16 chars?

Thanks

You are going to have to do that in software. You will have to maintain the display information in some sort of buffer, manage that buffer, and rewrite the entire display for each desired horizontal shift.

Is it worth the trouble?

Don

Hi Don,

Thanks!

Because I don't know how to do that!!!