-
- attempted to take your ili9488.py for a spin.
- using a 480x320 display.
display = ili9488.ILI9488(display_bus, width=480, height=320)
- getting a IndexError: index out of range on this line wh…
-
I tried to upload and compile the example for Adafruit Neopixel on my board but I got this error:
```hannes@hannes-GUSCHTAV ~/D/new_fw> platformio run -t upload
Processing generic-bk7231n-qfn32-tu…
-
It would be great to have a constant to identify Maixduino. Is there any?
I've seen this one in ArduinoCore-k210 , Arduino.h file
```c++
#ifndef KENDRYTE_K210
#define KENDRYTE_K210 1
#endif
```
…
-
Hi!
Can you help me to get one wire working for a WS2812 led strip? I have added overlays=w1-gpio to /boot/armbianEnv.txt, but no python libraries seem to work for it sadly.
Thank you for your h…
-
Hi,
For the holidays I was working on a WS2811 LED strip (5 meter, 3 LEDs per WS2811 chip) together with a Wemos D1 mini (ESP8266) as a controller.
The Neopixel library offers the NEO_KHZ400 opt…
mctrp updated
4 years ago
-
I am working on an esp32 vroom with Arduino IDE and Visual Micro and before upgrading the Neopixel library I could work with neopixel and fastled in one project. After updating the Neopixel library, …
-
Trying to use the great Neopixel library on a Libre board but it seems like it is not supported. Any thoughts on providing this ?
It appears for the bcm283x boards you utilize the _rpi_ws281x libra…
-
Hello everyone! I recently moved from an Arduino Uno Wifi Rev 2 to the Arduino Giga Wifi R1 (STM32H747 based MCU) and this library stopped working, likely because support beyond the older Due board ha…
-
I was trying to test #127 locally and it deleted the whole git repo where I was working. Nothing was lost as I didn't have any un-pushed work, but, OUCH.
I'm guessing it was because one step was `…
-
I have weird problem. I test [example code](https://github.com/adafruit/Adafruit_NeoPixel/blob/master/examples/simple/simple.ino) or [example with new operator](https://github.com/adafruit/Adafruit_Ne…