Scroll pHat HD - Zero Response!

Hi,
Soldered my scroll phat hd, and sat it on my pi. Loaded some of the examples after the install to test if it was working. I’m not getting anything from it. When i press run i get a load of errors and at the bottom it says make sure your scroll phat is attached and double check your soldering (I did and it all seems fine!).

Any help would be great!

i2c enabled?
if you run sudo i2cdetect -y 1 is it detected?

I ran it and it spat out:
error: no i2c-bus specified!

Is i2c enabled in raspi-config?

What model PI is it? try sudo i2cdetect -y 0

Yeah it says it is. Its a Pi3

Ok, it should be sudo i2cdetect -y 1 then from terminal window.

You didn’t forget the 1 or 0 at the end maybe?