This commit is contained in:
赵鑫 2022-09-05 10:01:46 +08:00
parent b07d16b30d
commit 97553c6241

View File

@ -35,7 +35,7 @@ const sensehat = {
flipV(redraw=true) 垂直反转 flipV(redraw=true) 垂直反转
setRotation(r, redraw=true) 设置旋转r初始为0r只能设置为0/90/180/270 setRotation(r, redraw=true) 设置旋转r初始为0r只能设置为0/90/180/270
*/ */
get pixels() => { this.led.getPixels() }, get pixels() { return this.led.getPixels() },
}, },
} }