First, you need to determine if it is I2C or SPI interface. If it is I2C (most likely), read the manual on I2CREAD and I2CWRITE. It has a very nice schematic and details exactly what you need to do to get it hooked up. Then you will need to setup some method of downloading the data to the EEPROM from you computer (likely through the PIC itself).Originally Posted by pramarn
If your LCD data will fit into the remaining program flash memory, this is a good option. In this case, read the manual on READCODE, WRITECODE. Also read Darrel Taylor's example of How to store and retrieve strings in Code SpaceOriginally Posted by pramarn
Hope this help get you started in the right direction,
Steve




Bookmarks