mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-07 06:56:43 +01:00
Force talking to I2C address 0x04 till I gigure out how we lost 0x03 - 0x07?
This commit is contained in:
parent
98c9a82d51
commit
311f026850
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user