Skip to content

Commit a14018f

Browse files
Merge branch 'sync-upstream'
2 parents 5d67deb + 12fe157 commit a14018f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

adafruit_neotrellis/neotrellis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from time import sleep
3535
from micropython import const
3636
from adafruit_seesaw.keypad import Keypad, KeyEvent
37-
from adafruit_seesaw.neopixel import NeoPixel
37+
from adafruit_seesaw.neopixel import NeoPixel, GRB
3838

3939
_NEO_TRELLIS_ADDR = const(0x2E)
4040

@@ -76,6 +76,7 @@ def __init__(
7676
_NEO_TRELLIS_NEOPIX_PIN,
7777
_NEO_TRELLIS_NUM_KEYS,
7878
brightness=self._brightness,
79+
pixel_order=GRB,
7980
)
8081

8182
def activate_key(self, key, edge, enable=True):

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Table of Contents
3434
.. toctree::
3535
:caption: Other Links
3636

37-
Download <https://github.com/adafruit/adafruit_CircuitPython_NeoTrellis/releases/latest>
37+
Download from GitHub <https://github.com/adafruit/adafruit_CircuitPython_NeoTrellis/releases/latest>
38+
Download Library Bundle <https://circuitpython.org/libraries>
3839
CircuitPython Reference Documentation <https://docs.circuitpython.org>
3940
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
4041
Discord Chat <https://adafru.it/discord>

0 commit comments

Comments
 (0)