Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeoPixel Implementation #3

Open
wallarug opened this issue Sep 3, 2019 · 0 comments
Open

NeoPixel Implementation #3

wallarug opened this issue Sep 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@wallarug
Copy link
Member

wallarug commented Sep 3, 2019

Please implement NeoPixels in CircuitPython Seesaw:

seesaw/include/RegisterMap.h

//* ============== NEOPIXEL =================== *//
#define SEESAW_NEOPIXEL_BASE 0x0E

	/****** STATUS *****/
	#define SEESAW_NEOPIXEL_STATUS 0x00
	
	/****** PIN *****/
	#define SEESAW_NEOPIXEL_PIN 0x01
	
	/****** SPEED *****/
	#define SEESAW_NEOPIXEL_SPEED 0x02
	
	/****** BUFFER LENGTH *****/
	#define SEESAW_NEOPIXEL_BUF_LENGTH 0x03
	
	/****** BUFFER DATA *****/
	#define SEESAW_NEOPIXEL_BUF 0x04
	
	/****** SHOW *****/
	#define SEESAW_NEOPIXEL_SHOW 0x05

Documentation can be found here: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/neopixel

How to guide for CircuitPython here: https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel

@wallarug wallarug added the enhancement New feature or request label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant