I'm looking for the sketch to restore the I2C eeprom with the images for feeding, waterchange, etc...
I found an old sketch on the google groups called AllIconLoad.pde and I modified it for the new Wire library but I'm still just seeing a black box when I have #define DisplayImages in ReefAngel_Features.h.
Restore EEPROM Icons
Re: Restore EEPROM Icons
Check if you got a jumper on JP1.
It's the write enable of the I2C eeprom.
It's the write enable of the I2C eeprom.
Roberto.
Re: Restore EEPROM Icons
I tried with the jumper on but no dice
Re: Restore EEPROM Icons
Can you confirm you wrote stuff to memory?
It may be something related to the #define not being set correctly when arduino compiles.
We may need to add something for the auto feature detect when arduino compiles the code
It may be something related to the #define not being set correctly when arduino compiles.
We may need to add something for the auto feature detect when arduino compiles the code
Roberto.
Re: Restore EEPROM Icons
I'll debug it and see what I can work out.