You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
######### Update register Address and value #########
6
-
[int]$UpdateRegisterAddress=0x0C
7
-
[int]$UpdateValue=0xFF# for what I understood, it can be any value " A write operation of any 8-bit value to the Update Column Register is required to update the Data Registers"
8
-
9
-
Set-I2CRegister-Device $Device-Register $Register-Data $Value#Write the value
#In order to update the registers, we need to write something to the column register, accoding to the datasheet: "A write operation of any 8-bit value to the Update Column Register is required to update the Data Registers"
30
+
[int]$UpdateRegisterAddress=0x0C
31
+
[int]$UpdateValue=0xFF
32
+
33
+
#After executing this instruction, a Sad Joey should appear on your pHat :)
[int]$UpdateValue=0xFF# for what I understood, it can be any value " A write operation of any 8-bit value to the Update Column Register is required to update the Data Registers"
#In order to update the registers, we need to write something to the column register, accoding to the datasheet: "A write operation of any 8-bit value to the Update Column Register is required to update the Data Registers"
30
+
[int]$UpdateRegisterAddress=0x0C
31
+
[int]$UpdateValue=0xFF
32
+
#After executing this instruction, you should see the A letter on your Scroll pHat :)
0 commit comments