Countdown Timer sketch for PCD8544 using Adafruit Library

RWSDev:
i'm not sure but it may be a problem with the older version of the IDE you are using ... I've tested it on 1.0.1 and 1.5.2 and it works just fine. Try one of those and let me know if that works.

I got it working with IDE 1.5.2 but not after changing pin setting in your code. According to the standard Adafruit_PCD8544 library the pin direction are:

Adafruit_PCD8544(int8_t SCLK, int8_t DIN, int8_t DC, int8_t CS, int8_t RST)

Thanks for helping out. I'm hoping to use part of your code in other projects.
Henk