Adam Wonak
Adam Wonak
Additional observation from @t-schreibs > Ran into an odd issue the other day. Probably not a support thing, but idk where else to drop this, and I'd be interested to...
If a script is left running for a long period of time, it can burn that screen into the oled and leave ghost images. We should update the docs with...
# Project Suggestion MicroPython supports static type checking ([at least up to Python version 3.6](https://github.com/micropython/micropython/issues/3727)). The EuroPi firmware code should add type hinting to help improve static analysis and documentation...
With the growing number of scripts, we are starting to see common functionality that might be beneficial to other scripts. Instead of copying & pasting or importing directly from other...
I have a project where I compile my binary with several different sets of build flags to support different firmware features (like reversed encoder or flipped OLED). It would be...
``` Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it. Sketch uses 29952 bytes (100%) of program storage space. Maximum is 29696 bytes. Global variables use 779 bytes (38%)...
Since I have folded in all of the functionality from Uncertainty, I would like to remove that script. I don't really have a mechanism for tracking downloads/installs yet so I...
I have been thinking about ways to help reduce memory usage with this library that might be useful to other folks. In my current use case, I only want to...