File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 34
34
from time import sleep
35
35
from micropython import const
36
36
from adafruit_seesaw .keypad import Keypad , KeyEvent
37
- from adafruit_seesaw .neopixel import NeoPixel
37
+ from adafruit_seesaw .neopixel import NeoPixel , GRB
38
38
39
39
_NEO_TRELLIS_ADDR = const (0x2E )
40
40
@@ -76,6 +76,7 @@ def __init__(
76
76
_NEO_TRELLIS_NEOPIX_PIN ,
77
77
_NEO_TRELLIS_NUM_KEYS ,
78
78
brightness = self ._brightness ,
79
+ pixel_order = GRB ,
79
80
)
80
81
81
82
def activate_key (self , key , edge , enable = True ):
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ Table of Contents
34
34
.. toctree ::
35
35
:caption: Other Links
36
36
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 >
38
39
CircuitPython Reference Documentation <https://docs.circuitpython.org >
39
40
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
40
41
Discord Chat <https://adafru.it/discord >
You can’t perform that action at this time.
0 commit comments