Use a HEX editor, create your Menus (i used HEXWorkshop from bpsoft), then dump it in your EEPROM with a EEPROM programmer or else fancy method, like a custom PC application which will send the EEPROM dump to your PIC via Rs232 or USB.
An then, depending your EEPROM you really just need I2CREAD/SHIFTIN then a LCDOUT.
That's one method, you can also use the following method using the code space.
http://www.pbpgroup.com/modules/wfse...p?articleid=10
And there's a load of different version of it in this forum to.
HTH
Bookmarks