We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f4a7 commit ece1abeCopy full SHA for ece1abe
adafruit_esp32s2tft/__init__.py
@@ -63,6 +63,9 @@ class ESP32S2TFT(PortalBase):
63
portrait/rotated
64
:param scale: Default scale is 1, but can be an integer of 1 or greater
65
:param debug: Turn on debug print outs. Defaults to False.
66
+ :param use_network: Enable network initialization. Defaults to True.
67
+ Setting to False will allow you to use the library without a secrets.py
68
+ file with wifi configuration in it.
69
70
"""
71
0 commit comments