Yes, I am making a serial GLCD, but with a twist -- I need some decoding of the serial data. I have captured PWM data from an accelerometer with a 12F683, and converted it into digital data for tilt (signed) and temperature. The critical part of the serial link will be a pair of xBee's, which will be decoded by whatever chip is attached to the GLCD.
I could get a 16F877, 40-pin chip, but that would take until next Thursday. More important, I have never worked with a graphic display. My only experience with any display was with a serial Parallax around the first of the year. I have 16F1829 and 16F690 20-pin chips in my parts box and figured it would be a good learning experience to use one of them. In theory, at least, 20-pins might do everything I plan to do for now. I am pretty certain the final project will have a larger chip.
My question is simply what is the best way, if there is one, to divide up the 6 control signals between my available 4-pin (RA) and 2-pin (RB) ports.
Thank you for the code offer. You can be certain I will take you up on it, but right now, I would like to play with the display to get a better understanding of how it works rather than just making it work with someone else's code.
Regards, John