pic 16f887 memory question
I have a few questions regarding the memory on the pic 16f887. First, if I write to the EEPROM memory on the chip, will that limit the amount of words I can have in my program? Also, what kind of external memory can I have the '887 communicate with? Has anyone done this before successfully? I'm trying to write a program with a lot of LCDOUT commands (I'm using a 4x20 lcd). Each four line LCDOUT command uses a little over 200 words, and I can fit roughly 35-40 four line LCDOUT commands per chip. I'm trying to use around 1000 four line LCDOUT commands and I'm pretty stumped. What should I do? Thanks to everyone for your help.