-
Notifications
You must be signed in to change notification settings - Fork 5
Added type annotations #13
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of changes, thanks for the submission!
Hi @tekktrik , Thank you for the comments! I have completed the changes. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I've created adafruit/Adafruit_CircuitPython_Display_Text#175 as well.
Updating https://github.com/adafruit/Adafruit_CircuitPython_RA8875 to 3.1.16 from 3.1.15: > Merge pull request adafruit/Adafruit_CircuitPython_RA8875#30 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_SI5351 to 1.3.6 from 1.3.5: > Merge pull request adafruit/Adafruit_CircuitPython_SI5351#28 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X to 3.6.7 from 3.6.6: > Merge pull request adafruit/Adafruit_CircuitPython_VL53L0X#36 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_PIOASM to 0.7.9 from 0.7.8: > Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#52 from prcutler/issue50-morse-patterns Updating https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display to 1.2.10 from 1.2.9: > Merge pull request adafruit/Adafruit_CircuitPython_Simple_Text_Display#13 from isacben/add-type-annotations
Hi!
This PR solves Missing Type Annotations #7
Please let me know if you have any comments.
I tested with Adafruit Feather RP2040 and the ST7789 display.
Thank you!