Ejemplo n.º 1
0
 def reset_white(self):
     black = FlipdotImage.newBlackFlipdotImage(self.width, self.height)
     self.matrix.show(black)
     white = FlipdotImage.newWhiteFlipdotImage(self.width, self.height)
     self.matrix.show(white)
Ejemplo n.º 2
0
 def reset_white(self):
     black = FlipdotImage.newBlackFlipdotImage(self.width, self.height)
     self.matrix.show(black)
     white = FlipdotImage.newWhiteFlipdotImage(self.width, self.height)
     self.matrix.show(white)
Ejemplo n.º 3
0
def black():
    blackImage = FlipdotImage.newBlackFlipdotImage(wandwidth, wandheight)
    matrix.show(blackImage)
    return minipage("blacked all")