Brian Team
Brian Team
I've found that on boot when I run `epd_fullclear`, the entire screen is set a flat white and anything drawn stands out with a good contrast as expected. Over time...
Hello, Thanks for trying to make it so easy to order PCBAs from JLC, but for some reason I'm still having trouble with lots of parts not included in the...
The default implementation does not correctly configure TCD0 to output PWM on pin PA6 for the ATtiny 412. I went fairly deep into the megaTinyCore source code and I'm guessing...
When trying to initialize a session with my device, I'm receiving an `ESPSessionStatus` of `failedToConnect` with an internal parameter of `securityMismatch`. I've tracked that value to this if/else block in...
EDIT: I think there are some better approaches that have been posted more recently - make sure you check out all of the alternative approaches to see what suits you...
On macOS Sonoma 14.6.1, M1 MacBook Pro, I cannot build/install avr-gdb from home-brew. I have successfully installed the main toolchain with `brew install avr-gcc`. When executing `brew install avr-gdb`, all...
This is more of an FYI for anyone else that tries to use this on macOS than an issue I expect fixed, but I'll document it here in case anyone...
I am seeing an issue where `dmx_read` will occasionally return more than 513 bytes. This is an issue because it's basically a partial packet at the front, then the next...