bug fixing...

This commit is contained in:
Robert Schauklies 2025-10-24 23:56:32 +02:00
parent 10bdaee926
commit 137a385707
2 changed files with 41 additions and 120 deletions

View file

@ -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.'''