Results 6 issues of RetiredWizard

These changes should make the library a swap in replacement for code that uses the standard MicroPython builtin neopixel library. That is by replacing: import neopixel npixels = neopixel.NeoPixel(NeoPin,led_count) with:...

I'm using the latest nightly GENERIC-C3-USB build on an Adafruit Qt Py C3 MicroPython v1.19.1-831-g4f3780a15 on 2023-01-20; ESP32C3 module with ESP32C3 When running a tight loop that includes a NeoPixel.write()...

bug

Resubmitting after accidentally closing #10400 Updated after reviewing RTCounter.py. It turns out that RTCounter starts up and uses the second nrf rtc unit so piggybacking off of that this update...

port-nrf

This PR implements the [fix #74](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/84/commits/349529978c607bc4added21642594a98d96babe6) workaround on images that have a width greater than 128 pixels. I don't know if the PNG image format changes when the image width...

I've encountered this on several ESP boards, but most recently the QTPY ESP32-pico. I was expecting the difference between the "Full Circuitpython Install" and "Upgrade CircuitPython Bin Only" option to...

While playing around with and testing the new WHILE statements on CircuitPython, I noticed while running regression.bas that the OPEN for APPEND statement wasn't calculating the end of file correctly....