-
Hi
Could you add functionality like
Continuous endless scroll
??
Thru all lines?
For many this should be better solution.
Many thanks
BaGRoS
-
Tried to use with neomatrix for SmartMatrix output to try on my 64x64 panel but I just get black
Not tried smaller matrix, need to dig out my ws2812 16x16
-
The DS3232RTC library has changed significantly - with 1.3.0 the sketch compiles just fine, but as soon as you update to v2 (or 2.0.1), it fails to compile as follows:
```
Compiling sketch...
"Pa…
-
When running a sketch that uses FastLED output such as APA102, there is a period where most of the LEDs are set to a random color, almost as if the CRGB array is set as uninitialized. So if I run my o…
-
I recently encountered such a problem when using platformio to compile firmware, I don't know where I went wrong, and I don't know how to solve it
Processing normal_ESP32_4M316k (board: esp32_4M;…
-
-
The new build ESP_Easy_mega_20221105_neopixel_ESP32_4M316k.bin don't work with neopixel:
21267 : Info : WIFI : Disconnected! Reason: '(8) Assoc leave' Connected for 21 s
21268 : Info : WIFI : …
-
In the Framebuffer_GFX.cpp line 152:
```
return (uint32_t)(c.r
-
Hi,
Great Library here and many thanks for sharing.
Using a 128x64 panel with the ICN2037BP driver chip, I was able to successfully compile the project and try some of the examples supplied with…
-
ArduinoIDE (and probably other) don't like Library names with spaces in it:
`Adafruit GFX Library`
`Adafruit NeoMatrix`
`SparkFun SCD4x Arduino Library`
Also it seems that due to this some libra…