Skip to content

Conversation

@CedarGroveStudios
Copy link
Contributor

Incorporated suggestion to initialize upon first use of crickit.onboard_pixel. Pixel brightness can also be set at any time crickit.onboard_pixel.brightness.

Example:

from adafruit_crickit import crickit
crickit.onboard_pixel.brightness = 0.01

# set Crickit on-board NeoPixel to purple
crickit.onboard_pixel[0] = (255, 24, 255)
# or
crickit.onboard_pixel.fill((255, 24, 255))

@CedarGroveStudios
Copy link
Contributor Author

Tested with CircuitPython 4.1.0 on PyBadge connected to a Crickit FeatherWing.

@caternuson caternuson requested a review from a team December 7, 2019 19:42
@ladyada ladyada merged commit 5534662 into adafruit:master Dec 7, 2019
@CedarGroveStudios
Copy link
Contributor Author

Noticed that Adabot isn't including this merge in the bundle. Is there another step or notification that I'll need to do?

@kattni
Copy link
Contributor

kattni commented Dec 16, 2019

@CedarGroveStudios There's nothing more for you to do. We needed to do a release on the library which it appears did not happen. I'll get it taken care of today!

@CedarGroveStudios
Copy link
Contributor Author

@kattni Thank you!

adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Dec 17, 2019
Updating https://github.com/adafruit/Adafruit_CircuitPython_Crickit to 2.2.0 from 2.1.6:
  > Merge pull request adafruit/Adafruit_CircuitPython_Crickit#24 from CedarGroveStudios/master
  > Merge pull request adafruit/Adafruit_CircuitPython_Crickit#21 from adafruit/dherrada-patch-1

Updating https://github.com/adafruit/Adafruit_CircuitPython_PyBadger to 1.0.1 from 0.9.4:
  > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#14 from makermelissa/master
  > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#13 from makermelissa/master
  > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#12 from makermelissa/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants