hello everybody
I use a PIC16F876 in this project
I work on an scrolling display consisting of 8 modules of 8x8 leds.
I can make the message scroll from right to left and from left to right. But for this I use two library different because to make the message scroll from left to right I need to mirror characters.
I would like to use a single library to save space in the memory of the PIC16F876.
I thus try to create a routine which mirror characters from a single library to be able to make the message scroll from right to left and from left to right.
If somebody can help me I would be grateful to him for it
Bookmarks