Skip to content

Commit 8799411

Browse files
author
Alvaro Figueroa
committed
Clarifying comment about neopixel/onboard led
1 parent f08b101 commit 8799411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pyportal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class PyPortal:
130130
:param default_bg: The path to your default background image file or a hex color.
131131
Defaults to 0x000000.
132132
:param status_neopixel: The pin for the status NeoPixel. Use ``board.NEOPIXEL`` for the on-board
133-
NeoPixel. Defaults to ``None``, no status LED
133+
NeoPixel. Defaults to ``None``, not the status LED
134134
:param str text_font: The path to your font file for your data text display.
135135
:param text_position: The position of your extracted text on the display in an (x, y) tuple.
136136
Can be a list of tuples for when there's a list of json_paths, for example

0 commit comments

Comments
 (0)