Hello.

I have 16F876 and 5x7 pixel led display. Rows of display are connected to PORTB.1-7 and columns to PORTC.1-5.

I wrote a simple multiplex program which displays static character on display. However, I want to scroll some text on display, from right to left, via 1 pixel increments. All code examples I've found, use HC595 or similar to wire the led display, so code is based on SHIFTOUT. Since I'm not using such register, I have no way to shift out something.

Any ideas?