This commit is contained in:
赵鑫 2022-09-05 10:01:19 +08:00
parent 8f1eddd736
commit b07d16b30d

View File

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