Predefined int matrix to update via serial from Processing

They are only 1s and 0s. They can easily be stored as bytes which will halve the storage requirement.

If your programming skills are a little more advanced you could store 8 of them as bits in a single byte.

You can store the data in the EEPROM but be conscious that there is a limit to how many times you can write data to the EEPROM.

...R