NightDriverStrip
NightDriverStrip copied to clipboard
NightDriver client for ESP32
**Problem** Brite: section of display goes over 100% if it has to reduce the brightness to keep within the designated power. I would think it would report the % reduced...
## Bug report **Problem** The ESP32 repeatedly keeps on rebooting due to an unhandled exception (std::bad_alloc) I don't know why exactly, but with the BROOKLYNROOM config, it happens the most....
**Problem** The code contains OTA support that worked when the project was small enough to fit in the default partition table. When the code grew, partitions_custom.csv was added to accommodate...
The pixel picker loop tries to find a black pixel, but there is an assertion later that the found pixel has to not be in the litPixel deque. However, there...
In the constructor for the PalleteFlameEffect, the arguments don't include the number of sparks. And the arguments given for FireEffect in that constructor have the sparking argument given twice. I...
## Description This begins to addresses Issue [341](https://github.com/PlummersSoftwareLLC/NightDriverStrip/issues/341) - Uses the FinHub API https://finnhub.io/docs/api/introduction. - Needs a free API Key stored in your secrets.h file. It can be an empty...
It looks like all of the M5 support has been unified into a single library, and the old individual stuff for the M5 Stick / Stack/ Plus/ Core2/ etc will...
## Bug report 32MB FLASH 8MB PRAM ESP32-S3-DevKitC1(ESP32-S3-DevKitC-1-N32R8V) **Problem** **Steps** 1. Modify env:demo to compile properly for the chip (#579) ``` [env:demo] extends = dev_esp32-s3 build_flags = -DDEMO=1 ${dev_esp32-s3.build_flags} ${psram_flags.build_flags}...
Issue I'm experiencing is multiple wifi SSID names showing up when WiFi configuration window is displayed. Additionally, no choices selected work with the correct password. I've tried multiple boards including...
The Hypnosis effect has a static declaration of two bytes per pixel that go into base RAM. These should be dynamically allocated using PreferPSRAM or similar. The only catch is...