-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 issues with the HalloWing GPS Tour Guide project #1987
Comments
@dastels take a look? |
|
I checked busio and when this project was written the timeout was milliseconds as an int. I suspect that's the whole reason for the problems: itr was written for a previous version of CP and a lot has changed since then. |
@dastels ok wanna try it and see? if it doesnt fit it should be adaptable to an m4? |
I think you're right--I was using the latest version, CircuitPython 7.11. That's probably the cause of issue 2 as well. It looks like according to this that the backlight control was moved into a different object at some point |
I'm having trouble finding the correct bundle. Only the latest 3.x version is linked. The appropriate CP doesn't seem to include displayio. |
right you need to move it to CP 7, we dont generate MPYs for earlier versions anymore |
I've been trying to get this project working and I ran into 3 bugs with the current version of the sample code. Apologies for not just putting in a pull request but I am super rusty at using git:
https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/HalloWing_Tour_Guide/code.py
I can't imagine that the debouncer library is THAT heavyweight of a library but it seems to be just enough to run the HalloWing out of memory.
The text was updated successfully, but these errors were encountered: