Force talking to I2C address 0x04 till I gigure out how we lost 0x03 - 0x07?

This commit is contained in:
j1nx 2021-05-06 15:32:31 +02:00
parent 98c9a82d51
commit 311f026850
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class mycroftSJ201:
greenVal = colors[1]
blueVal = colors[2]
commandOS = "i2cset -y 1 %d %d %d %d %d i " % (
commandOS = "i2cset -a -y 1 %d %d %d %d %d i " % (
self.DeviceAddr,
pixel,
redVal,