Results 396 comments of Robert Lipe

This summer, Rutger, right about the time I was landing *SM*, Dave committed changes to gfxbase that make it call isValidPixel to almost everything you an do in gfxbase that...

I grabbed the code gh repo clone mggates39/NightDriverStrip copied my secrets.h, then flashed it to my board via ~/.platformio/penv/bin/pio run --target upload -e mesmerizer ... and I don't see symbols...

OK, the instructions left off the branch git checkout dev/mgg_Multi_Ticker git status On branch dev/mgg_Multi_Ticker Your branch is up to date with 'origin/dev/mgg_Multi_Ticker'. fails to build: Compiling .pio/build/mesmerizer/src/jsonserializer.cpp.o In file...

Ah, you added a symbol to secrets.h that needs to be updated. Leaving it blank results in [ 69949][E][WiFiClientSecure.cpp:144] connect(): start_ssl_client: -32512 (W) (updateTickerCode)(C1) Error fetching data for company of...

Welcome! IR support is definitely there. I use it frequently. I have some work pending in that code that I'll clean up and submit some day. It's odd that even...

I just don't need a "peach" key. Most of what I was stabbing at was to make more general framework for dealing with remotes that aren't an exact match of...

> > > you are both designing hardware and software at the same time. I just > ordered a 44 key remote to test the code with a 44 key...

For the two most common remotes (You know, the $.34 ones on Ali and their 44 pin siblings...) I'd like the user to be able to pick if they have...

Right now, the bottom side of src/remotecontrol.cpp mostly sends commands to include/effectmanager.h. That's how it achieves "next effect" and such. There is a REST_API.md in the root directory that's a...

I don't think it's on the ESP32 modules or on chip, is it, Dave? I think it's on some dev boards; external to the "Espressif part". (It may sound pedantic...