ST7565 Success
I’ve spent the last several days unsuccessfully trying to get the ST7565 to work with the Arduino Due. I’ve been trying to port ladyada’s ST7565 library to the SAM core without much luck.
One of the things I knew going into this project was that I wanted the alarm clock to be compatible with Arduino. Ideally I’m going to expose as many of the Arduino’s pins on the final product in an accessible way so people can slap on shields and extend the clock to make it better.
This then begs the question: which Arduino? I have both a Uno and a Due. While I like the simplicity, support and cost of the Uno, the Due seems more future proof. My ST7575 already takes up over half the available pins on an Uno, and I haven’t even added any clocks, GPS, wakeup lights or the million or so other things this clock is going to do to it. Plus I’m sure the extra speed on the Due will come in handy. So Due it is.