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 f08b101 commit 8799411Copy full SHA for 8799411
adafruit_pyportal.py
@@ -130,7 +130,7 @@ class PyPortal:
130
:param default_bg: The path to your default background image file or a hex color.
131
Defaults to 0x000000.
132
:param status_neopixel: The pin for the status NeoPixel. Use ``board.NEOPIXEL`` for the on-board
133
- NeoPixel. Defaults to ``None``, no status LED
+ NeoPixel. Defaults to ``None``, not the status LED
134
:param str text_font: The path to your font file for your data text display.
135
:param text_position: The position of your extracted text on the display in an (x, y) tuple.
136
Can be a list of tuples for when there's a list of json_paths, for example
0 commit comments