diff --git a/adafruit_circuitplayground/express.py b/adafruit_circuitplayground/express.py index ec89769..1fd8fcc 100755 --- a/adafruit_circuitplayground/express.py +++ b/adafruit_circuitplayground/express.py @@ -413,7 +413,7 @@ def adjust_touch_threshold(self, adjustment): @property def pixels(self): - """Sequence like object representing the ten NeoPixels around the outside + """Sequence-like object representing the ten NeoPixels around the outside of the CircuitPlayground. Each pixel is at a certain index in the sequence as labeled below. Colors can be RGB hex like 0x110000 for red where each two digits are a color (0xRRGGBB) or a tuple like (17, 0, 0) where (R, G, B).