Help Needed: Text output from the Macropad RP2040

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
adafruit_support_carter
 
Posts: 29189
Joined: Tue Nov 29, 2016 2:45 pm

Re: Help Needed: Text output from the Macropad RP2040

Post by adafruit_support_carter »

Thanks. That helps a lot. Still not sure what the actual issue is though. Not sure why you're ending up with a NoneType object there. The library should be taking care of that for you. Here's where it actually creates the library:
https://github.com/adafruit/Adafruit_Ci ... ad.py#L407

Can you try updating to the 7.0.0 release version (you're on alpha 5):
https://circuitpython.org/board/adafrui ... ad_rp2040/

And also update your libraries to latest as well:
https://circuitpython.org/libraries

And then just see if the the problems repeats.

User avatar
demsecure
 
Posts: 14
Joined: Tue Apr 19, 2016 11:19 am

Re: Help Needed: Text output from the Macropad RP2040

Post by demsecure »

Will try that and report back here.
Really appreciate all the time and help here

User avatar
demsecure
 
Posts: 14
Joined: Tue Apr 19, 2016 11:19 am

Re: Help Needed: Text output from the Macropad RP2040

Post by demsecure »

That worked!.. totally works as I expect now! This is fantastic! So grateful for the help!

User avatar
adafruit_support_carter
 
Posts: 29189
Joined: Tue Nov 29, 2016 2:45 pm

Re: Help Needed: Text output from the Macropad RP2040

Post by adafruit_support_carter »

Cool. Glad it's working. Still a bit of mystery what the original issue was. But you're working now. Thanks for letting us know. Have fun!

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”