Skip to content

Commit 39b3b16

Browse files
committed
public text_fields property
1 parent 40ab11e commit 39b3b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

adafruit_portalbase/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,3 +567,8 @@ def splash(self):
567567
def display(self):
568568
"""The displayio.Display object for this device."""
569569
return self.graphics.display
570+
571+
572+
@property
573+
def text_fields(self):
574+
return self._text

0 commit comments

Comments
 (0)