Hel Gibbons
Hel Gibbons
Would be nice if `main.py` could check for a custom `launcher.py` before resorting to the built-in one. It currently uses the built-in version even if there a customised `launcher.py` on...
They can mostly be deduced from the JPG functions, but they would be less of a mystery if we added them to the relevant readmes :)
I was getting timeout errors (as per https://github.com/micropython/micropython/issues/7129 ) with certain (Samsung) SD cards with the compiled sdcard.mpy in micropython/examples/common. These were resolved when I switched to [the most recent...
Add backlight control to the Display Pack / Display Pack 2.0 examples :)
Should help with #965
When using high ADC pin numbers, you now need to init `ADC(machine.Pin(29))` instead of `ADC(29)`, for example. As per: https://forums.pimoroni.com/t/pico-lipo-not-reading-battery-voltage/25060/ More info/discussion at https://github.com/micropython/micropython/issues/10947
Makes the default Plasma Stick example a little more conservative with its brightness. This should hopefully stop it from drawing a load of current and making your USB controller fall...
Updated install instructions for when #182 is merged.