I'm looking for advice on best way to proceed with a small pi project I'm making.
Overview
I'm making a countdown timer to my wifes due date for our first child. To achieve this I'm using an old RaspPi Model B and a WaveShare SpotPear 4Inch RPiLCD (A) and a 3D printed case with a python script to perform the countdown.
I have it all working OK except for that I need to make it stand alone as she works in an office where she will not be able to connect it to a network (wired or wireless) so I purchased a RTC to add into the Pi to give it a proper clock.
Issue comes when constructing the 3 components. The screen and the RTC both use the GPIO pins, with the screen taking all of the pins (I doubt all pins are required by the screen but the connector takes up all pins) and the RTC taking up 10 (2x5) whichi I doubt it uses all.
My question is, can I reloate the RTC elsewhere to other parts of the board? Is there a better product for doing this? I have uploaded pictures of all the components as well, all help is welcome and appreciated!
Cheeers,
Todd