<p>Because there's no device address, the I2C address is just the word address (here "word" is 8-bits, so it's the address of a byte). So this is all you need to read the whole thing from `glasgow repl i2c-initiator`:</p><p>(await iface.read(0, 128)).tobytes()</p><p>Dump that to a file and you get:</p>