Hi all.
I've been scratching my head for a bit now with a problem with the Cascata project
I have a fully functional LCD shield and UNO which work with all the standard sparkfun (and other) sketches for that Nokia LCD shield however I cannot get the Cascata sketch to run.
It compiles and loads without flagging any errors however it seems to do nothing, simply leaving any pre-existing screen display that might be on the LCD showing as a static image.
For example if I run the Sparkfun LCD clock sketch all is fine. However if I then load, compile and run the Cascata sketch all that happens is the clock display freezes at where ever it was.
This sort of indicates to me that the LCD cog memory isn't being updated from what ever state it was in when the previous sketch ceased running and the new one started.
The buttons don't appear to do anything and nothing changes on the screen when they're pressed.
The librariy .h files (for fix_fft, LCD_driver_progmem & logtable) are all included and in the same folder as the sketch. I have also tried them in the Arduino libraries folder with no success.
The sketch is the version downloaded from the companion website .
Any ideas as to what I'm probably stupidly missing are welcome.
Slim Haines G4IPZ
So any ideas?