-
Board
ESP32 Dev Module
Device Description
ESP32 DEVKIT V1 DOIT
Hardware Configuration
No
Core Version
v3.0.2
IDE Name
Arduino IDE 2.3.2
Operating System
Windows 11
Flash freque…
-
Hi,
I'm trying to light up an 8x8 RGB LED WS2812B 5050, uploaded a simple code matrixtest
#include
#include
#include
#define PIN 6
#define mw 8
#define mh 8
#define NUMMATRIX (mw*mh)
CR…
-
add text color for the following settings:
- [ ] day
- [ ] date
- [ ] clock
- [ ] message
colors applys the same way that `preserve logo color` option works
-
We're adding LEDs to Suzy's switchboard, which is covered in wires. The plan is to basically run strands of LEDs underneath the existing wiring. We're thinking about using the [NeoMatrix library](http…
-
Hi,
first of all thank you for the great work.
So, I was trying to compile the Aurora example using a Teensy 4.0 and Smartmatrix Shield V5 but I get an error message in line 400:
Arduino: …
-
The example code works fine on my ESP32, but when I integrate your lib in a much bigger code base that uses DMA and probably one code to push to the RGBPanels (in the SmartMatrix library), your librar…
-
Howdy,
I have some amount of people using my direct LED Matrix driving code, which supports tricolor LED matrixes, and PWM values for each color.
I've added a method to your library in 2015 to sup…
-
I'm not sure if they are worth fixing/easy to fix. Full list attached:
[out.txt](https://github.com/FastLED/FastLED/files/4356359/out.txt)
```
libraries/FastLED/colorutils.h: In copy constructor …
-
Hi Marc,
I wanted to ask you how do I have to modify the neomatrix_config.h file in order to change the matrix size from 64 x 64 to 128 x 128 or other dimensions. I'm using Teensy 3.5 and Smartmatr…
-
It appears that a non-interlaced 64x64 GIF can be decoded by AnimatedGIFs set with a smaller max size (definitely 64x32, possibly 32x32). Interlaced GIFs have issues. Can the interlaced code be impr…