bug fixing...
This commit is contained in:
parent
10bdaee926
commit
137a385707
2 changed files with 41 additions and 120 deletions
|
|
@ -125,7 +125,9 @@ class TFT(object) :
|
|||
|
||||
def size( self ) :
|
||||
return self._size
|
||||
|
||||
def reset_pos(self):
|
||||
self.x = 0
|
||||
self.y = 0
|
||||
# @micropython.native
|
||||
def on( self, aTF = True ) :
|
||||
'''Turn display on or off.'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue