-
Notifications
You must be signed in to change notification settings - Fork 11
added typing for image, scs, and, reverse_bit num #23
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.
Thanks for working on this!
I have a few changes in mind that I think would be good to make.
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.
Latest version looks good to me. Thanks again for working on this @SebastienFauque!
I added one commit to put in the "unused" typing import which we need for when the library runs on microcontrollers.
Updating https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK to 0.3.14 from 0.3.13: > Merge pull request adafruit/Adafruit_CircuitPython_MONSTERM4SK#15 from SebastienFauque/main > Add upload url to release action > Add .venv to .gitignore Updating https://github.com/adafruit/Adafruit_CircuitPython_OV to 1.0.11 from 1.0.10: > Merge pull request adafruit/Adafruit_CircuitPython_OV#17 from patenaud/type_annotations > Add upload url to release action > Add .venv to .gitignore > Update .pylintrc for v2.15.5 > Fix release CI files > Update pylint to 2.15.5 > Updated pylint version to 2.13.0 > Switching to composite actions Updating https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay to 1.4.7 from 1.4.6: > Merge pull request adafruit/Adafruit_CircuitPython_SharpMemoryDisplay#23 from SebastienFauque/main > Add upload url to release action > Add .venv to .gitignore Updating https://github.com/adafruit/Adafruit_CircuitPython_hashlib to 1.4.11 from 1.4.10: > Merge pull request adafruit/Adafruit_CircuitPython_hashlib#22 from ChrisPappalardo/add-missing-type-annotations > Add upload url to release action > Add .venv to .gitignore Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
Added typing for the SharpMemoryDisplay. Should close issue: #17