adafruit / Adafruit_CircuitPython_EPD

e paper driver for circuit python
MIT License
40 stars 19 forks source link

Added type annotations. #64

Closed sdomoszlai13 closed 1 year ago

sdomoszlai13 commented 1 year ago

I'm not sure however if the type annotations are exact enough. Please let me know how they're supposed to be done if the current way is wrong.

sdomoszlai13 commented 1 year ago

Thanks for the suggestions, I'll implement them! And yes, I'm planning to add type annotations in other files in this library as well.