public text_fields property
This commit is contained in:
parent
40ab11eadf
commit
39b3b1662b
1 changed files with 5 additions and 0 deletions
|
|
@ -567,3 +567,8 @@ class PortalBase:
|
|||
def display(self):
|
||||
"""The displayio.Display object for this device."""
|
||||
return self.graphics.display
|
||||
|
||||
|
||||
@property
|
||||
def text_fields(self):
|
||||
return self._text
|
||||
Loading…
Reference in a new issue