Andreas

Results 89 comments of Andreas

Your panel is 1/8, so please use `begin(8)` and post a video of the pattern test again with more than one full cycle (all LEDs tun white, then off) if...

> Hi xsrf @xsrf > do you interesting this project to be a easyeda extension? just an info 😊 Thx for reaching out. Actually the folks from EasyEDA asked me...

Your advice is right, in general. But for fast / small updates using Ticker should be fine. Do you have numbers at what scale you run into issues? `fillCircleHelper` and...

Any other opinions on this? 🤔

@BillyDonahue thx a lot! I would have also suggested some kind of switch. I'm not familiar with a "weak function", I would have gone with a simple `#define ADAFRUIT_SKIP_YIELD`. Looks...

Btw. the reason why I use ticker is because of the initialization process of my project. When it starts, there are few blocking operations and not all of them are...

@BillyDonahue thx for the explanation! btw. isn't it `drawPixel()` that may slow down the execution of large drawing calls? At the end, `drawPixel()` might be lightning fast if it draws...

Just fyi, found a related issue https://github.com/witnessmenow/WiFi-Tetris-Clock/issues/8

@dwillmore thx, that helped ;) I've seen the `-tf` option to disable the power supply and hoped it would work when it just enables the power for flashing, but that...