Ron Evans
Ron Evans
Thanks for reporting this, @janaka @hunterboerner I know you had committed the original windows scanning code, did you run on Win7 or Win8+?
OK got it. Someone will have to dig into this who has a Win7 install.
Wow, I did not realize that the WinAVR install "semi-worked" on Win10. That is good news. I have been looking into using the latest avrdude version from their build server,...
A work-around for the above would be for the Gort install to save and put back the PATH as it was before as part of triggering the WinAVR install.
Hello @rck thank you for this contribution. I have changed the branch to `dev` as mentioned in our contribution guidelines here: https://github.com/tinygo-org/drivers/blob/master/CONTRIBUTING.md#how-to-use-our-github-repository The README has some merge conflicts that now...
This could be done with a Luma calculation https://stackoverflow.com/questions/596216/formula-to-determine-brightness-of-rgb-color but not sure that this would go in any particular driver. Seems to me like this would be some application specific...
If we were to run "smoke" tests by building the example for each driver, what would be the best way to do this? Download the latest released pre-built binary version...
I have implemented the build of one example per driver as a smoke test. Build is located here: https://circleci.com/gh/tinygo-org/drivers I will leave this issue open, as we still need more...
I just wonder if in this case, we should use the alpha channel for that? Your typical WS2812 does not support which is why `WriteColors()` currently ignores that data. Seems...
That's a much better idea.