Thanks for porting the library.
When I tried to compile your samples, I had to make some changes to get it to work.
- I had to change #include "PCD8544.h" to .c
- I had to make the type of the variables in the samples match those used in the library (static int8_t instead of int)
Zep