Restore EEPROM Icons

Do you have a question on how to do something.
Ask in here.
Post Reply
KRavEN
Posts: 104
Joined: Sun Mar 17, 2013 8:21 am

Restore EEPROM Icons

Post by KRavEN »

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.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Restore EEPROM Icons

Post by rimai »

Check if you got a jumper on JP1.
It's the write enable of the I2C eeprom.
Roberto.
KRavEN
Posts: 104
Joined: Sun Mar 17, 2013 8:21 am

Re: Restore EEPROM Icons

Post by KRavEN »

I tried with the jumper on but no dice
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Restore EEPROM Icons

Post by rimai »

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
Roberto.
KRavEN
Posts: 104
Joined: Sun Mar 17, 2013 8:21 am

Re: Restore EEPROM Icons

Post by KRavEN »

I'll debug it and see what I can work out.
Post Reply