-
I'm trying to use the built-in DotStar led on the Adafruit ItsyBitsy nrf52840. I've confirmed on the pinout that it is an Apa102.
I initialize like so.
```rust
let port0 = hal::gpio::p0::Parts:…
-
Open from #40 to capture the physical indicator, as there is a pull request to add an indicator to the dashboard.
CAD created a physical sign we can use that will be lit by LEDs. Can connect that u…
-
Just quickly looking at the code, looks like `show()` reads past the end of the pixel buffer when in MONO mode. `show()` assumes the buffer is 3*n bytes long, but `update Length()` allocates a buffer …
-
I just installed micropython:
` MicroPython v1.8.7-7-gb5a1a20a3 on 2017-01-09; ESP module with ESP8266 `
onto my NodeMCU.
I tried the example code for APA102 driver at: https://docs.micropython.o…
-
The library and accompanying seems to work by bitbanging, but not with HW SPI.
To test with bitbanging, I used pins 13 and 14 for MOSI and CLK. There was some weirdness with the first LED, but it ge…
-
### CircuitPython version
```python
Adafruit CircuitPython 7.1.0 on 2021-12-28; Adafruit ItsyBitsy M4 Express with samd51g19
```
### Code/REPL
code.py (finally working version):
```pytho…
-
I, for example, want to use this on the beaglebone. Is it supported there?
It would be great if at a minimum the readme said which platforms are supported.
-
**Is your feature request related to a problem? Please describe.**
Besides the Adafruit NeoPixel led stripes the Adafruit DotStar LED stripes are widely used in the maker community. It seems like t…
-
-
Hi, i have a LPD8806 "DotStar" string with sequentially a RGB LED followed by a white LED. I used the DotStarTest.ino from the examples directory and uncommented (what is thought was) the right config…