mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-23 07:22:24 +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]
|
greenVal = colors[1]
|
||||||
blueVal = colors[2]
|
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,
|
self.DeviceAddr,
|
||||||
pixel,
|
pixel,
|
||||||
redVal,
|
redVal,
|
||||||
|
Loading…
Reference in New Issue
Block a user