Replacing Trinket with Arduino Uno in LCD screen Clock Project

Hi,

I want to build the circuit posted on the Adafruit website as follows:

They make use of an LCD screen, a DS1307 and a trinket. My question is: can I use an Arduino Uno in the place of the trinket? If so, how would you hook it up?

Thank you :slight_smile:

Looks like it - connect the I2C lines to SCL & SDA, select Uno as the board type, recompile & load the code.

Great! I appreciate the help