Philip Howard
                                            Philip Howard
                                        
                                    @aficustree it's highly possible in your case that +5v on an input is simply not a high enough voltage to register as a digital "HIGH" since it will read about...
I'm afraid the Dockerfile was contributed by @alexellis and I don't have the first clue how to get it working. I'm crossing fingers that invoking his good name will cause...
Thanks fellow Phil @ptbw 😁 So it looks like this line in the Dockerfile should be replaced? https://github.com/pimoroni/blinkt/blob/3969699c8c72d1699c237fd80141b5c037460277/Dockerfile#L1 And also some documentation tweaks to state it should be run privileged?...
This library is intended to be more beginner-friendly and highly specific to our Blinkt! add-on board, but what you suggest is very relevant for the direction I'd like to take...
You can now find a minimal library for APA102 pixels here - https://github.com/pimoroni/apa102-python
Note; I have created custom linker scripts for PICO and our boards which I know the flash sizes of. If this stands a chance of being merged before the next...
Aha, thank you for the examples, I shall look into those when I have time and see if I can make this workable.
Updated to a much cleaner solution. The `pico_set_linker_script` function does not permit multiple linker scripts, so the variable approach that works elsewhere doesn't quite work as gracefully here. In lieu...
Your suggested approach has the consequence of making it easier to locate objects in the filesystem - ie an initialized filesystem image - at compile time. That could prove a...
I'm not totally sure `--defsym` does what we want here, it seems extraordinarily difficult to pass any values from the CMake tooling into the linker, outside of loading a per-board...