-
Notifications
You must be signed in to change notification settings - Fork 25
macropad_grid_layout example not working #10
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
Comments
I think this is due to some refactoring that occurred recently in the display_text library. I will work on a fix for this today. In the meantime I think if you get a slightly older verison of the display_text library from the previous releases page: https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/releases/tag/2.18.6 it will not have the same error. You can download the mpy version that matches the major version of CircuitPython you are using and copy it to your device the same way that you would the one that you got out of the bundle. |
Thanks, 2.18.6 worked perfectly. Looking forward to all the keyboard fun 😄 |
Can you copy in the output of If you need to install |
@joedevivo This has been fixed now. It turned out that the fix was actually needed inside the DisplayIO_Layout library. It will get automatically included in the Bundle starting tomorrow. So you could grab versions from there starting tomorrow. Or if you want to get it today you can take the latest release from the Layout library release page here: https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/releases/tag/1.10.2 Once you have this new version of the Layout library you could go back to using the latest version of Display_Text |
Using the 2021 07 24 adafruit bundle, I get the following error
The text was updated successfully, but these errors were encountered: