badger2040 icon indicating copy to clipboard operation
badger2040 copied to clipboard

Examples and firmware for Badger 2040 and Badger 2040 W

Results 43 badger2040 issues
Sort by recently updated
recently updated
newest added

In order to conserve battery, both Badger 2040 and Badger 2040 W cut the power immediately after refreshing the display in *most* examples. This is great for battery life, but...

I would like to reopen this issue. The whitespace character is messing things up somehow. See: ![compare](https://github.com/pimoroni/pimoroni-pico/assets/386736/4fb8e47a-36d0-4111-893b-3073cf5f08b0) I used ` badger.text(strLine, x, y, scale=2,spacing=1,fixed_width=True)` (yeah I know spacing is not...

Hi, I sometimes run into issues when trying to send an update() or partial_update() while the display is already busy doing something. I thought I could just check for badger2040.BUSY.value()...

I just received my Badger2040 W. I read the getting started guide and found out how to the latest OS, and I've got that process working fine. However, once installed,...

In version 0.0.2, the [Badger2040.image()](https://github.com/pimoroni/pimoroni-pico/blob/main/libraries/badger2040/badger2040.cpp#L198) method looked like this: for(auto y = 0; y < dh; y++) { for(auto x = 0; x < dw; x++) { // work out...

bug

Hi, I was wondering if there is a guide on how to build the u2f file for the non-W version of this. The whole thing is very nice, and it...

Is it possible to connect an SD Card to Badger 2040 W using the microSD card module and the SPI interface? If so, which pins can I use?

I am getting the following error trying to initialize wifi network using `.connect`: ``` ampy.pyboard.PyboardError: ('exception', b'', b'Traceback (most recent call last):\r\n File "", line 19, in \r\n File "badger2040.py",...

Consider adding hints to pick a local NTP server, geographic and behind a NAT in examples/clock.py Also: a) Is it silly to wrap the Thonny bit in a conditional. I...