Quote Originally Posted by pramarn
2.I use PIC 18-458 connect GLCD for show picture
I neet to draw meny picture but PIC 18F458 have flash memory 32K
it can't support my program( My program show picture 40 - 50 screen).
please guide me how to add memory to PIC 18F458

Thank you vrey much
You will probably have to use an external EEPROM or flash memory. Microchip has some serial EEPROMs up to 1Mbit. If you need even more storage, try Flash. I've actually used the Atmel Dataflash AT45DB321C for a datalogging application. It worked quite well.

Steve