DJDevon3
DJDevon3
I 3rd this motion.
Some if not all of it could be avoided if there was a drop down option for "all file types" which is a common thing in many programs. With Mu...
Please take a look at my [proposed fix](https://github.com/DJDevon3/My_Circuit_Python_Projects/tree/main/Boards/raspberrypi/Adafruit%20Feather%20RP2040%20Prop-Maker/SingleSparkleFix). There does seem to be an issue with the way sparkle behaves by itself when not used with pulse. Only file edited...
Seems like what you want isn't a single sparkle but sparkle pulse. remove the import for sparkle and remove it from the animation sequence. change the animation sequence to use...
I have a weather related script running on an Adafruit ESP32-S3 Feather with 9.0 that publishes to AdafruitIO. It's been just as stable as 8.x but I'm probably catching and...
As Danh pointed out I'm missing an import for the error handler. It should be ```py from adafruit_minimqtt.adafruit_minimqtt import MMQTTException ``` `import adafruit_minimqtt.adafruit_minimqtt as MQTT` at the top of my...
@brentru this issue was part of [#7907](https://github.com/adafruit/circuitpython/issues/7907) I was beta testing on a specific board. I'm no longer testing but from what I can remember yes it helped but the...
My thought process was if there's support for the M4 with that shield then it might work on the M7 iMX. It didn't even get past the import for RGBmatrix....
I've never seen that layer map before. Was unaware you could cherry pick layers like that, that helps! Thank you. I'll try `from adafruit_matrixportal.graphics import Graphics` which should give me...
Merged but never closed? The referenced PR 59 & 66 were resolved too.