Exemplo n.º 1
0
 def clearscreen(self):
     """
         will clear the screen,
         that is, swap buffer + actual frameb
     """
     self.informdriver()
     fblib.fbclearbuffer()
     fblib.fbclearscreen()
     return 0
Exemplo n.º 2
0
 def clearscreen(self):
     """
         will clear the screen,
         that is, swap buffer + actual frameb
     """
     self.informdriver()
     fblib.fbclearbuffer()
     fblib.fbclearscreen()
     return 0
Exemplo n.º 3
0
 def clear(self):
     """
         will clear the temp buffer
     """
     self.informdriver() 
     return fblib.fbclearbuffer()
Exemplo n.º 4
0
 def clear(self):
     """
         will clear the temp buffer
     """
     self.informdriver()
     return fblib.fbclearbuffer()