update
This commit is contained in:
parent
b07d16b30d
commit
97553c6241
@ -35,7 +35,7 @@ const sensehat = {
|
|||||||
flipV(redraw=true) 垂直反转
|
flipV(redraw=true) 垂直反转
|
||||||
setRotation(r, redraw=true) 设置旋转,r初始为0,r只能设置为0/90/180/270
|
setRotation(r, redraw=true) 设置旋转,r初始为0,r只能设置为0/90/180/270
|
||||||
*/
|
*/
|
||||||
get pixels() => { this.led.getPixels() },
|
get pixels() { return this.led.getPixels() },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user