-
* CircuitPython Kernel version: 0.3.2
* Python version: 3.9.7
* Operating System: Mac OSX
* Board: (sysname='samd21', nodename='samd21', release='4.1.2', version='4.1.2 on 2019-12-18', machine='Ada…
-
## Bug Report
### Current behavior
```
alranel@MacBook-Pro libraries % arduino-cli lib update-index
Updating index: library_index.json downloaded
alranel@MacBook-Pro libraries % arduino-cli l…
-
```cpp
#include "FastLED.h"
CRGB leds[1];
void setup() {
FastLED.addLeds(leds, 1);
}
void loop() {
leds[0] = CRGB::Red;
FastLED.show();
delay(500);
leds[0] = CRGB::Black;
Fast…
-
An array of RGB LEDs + a spectrometer might not be the best match-up. RGB LEDs + a sensor designed for a single color value (e.g. [RGB Color Sensor with IR filter and White LED - TCS34725](https://www…
-
What is the recommended way of using Dot Stars when there's something else that's also using SPI, for example an SD card ?
I'm thinking that if you're using a level shifter (E.g: 74AHCT125), you c…
-
The itsybitsy m0 and some other adafruit boards have an integrated DotStar LED. There is currently no support for it in TinyGo as far as I can tell.
Here is the arduino library for DotStar LEDs: h…
-
Hi I'm actually using your Library on an ESP8266 project, controlling 30 devices with 6 Dotstars each via OSC Protocol. I choose SPI mode to save as much time as possible and everything went nice at f…
-
For boards that have onboard (internal) DotStars:
- Adafruit Trinket M0
- Itsy Bitsy M0 Express
- Adafruit PyRuler
- Adafruit GEMMA M0
- Adafruit Itsybitsy m4
- others?
add `#def`s for the …
-
The "Color" helper method should be defined as static as it does not use any member variables:
https://github.com/adafruit/Adafruit_DotStar/blob/master/Adafruit_DotStar.h#L56
https://github.com/adaf…
-
As requested, this is your reminder... ;-)
"**Hagbard V2.1070** Thank you. I think I know what the issue is. I made a change to read the color_order from the config, and apparently for dotstar the…