dhylands / python_lcd

Python based library for talking to character based LCDs.
MIT License
310 stars 119 forks source link

Circuitpython port #26

Closed TarjanPeter closed 5 years ago

TarjanPeter commented 5 years ago

Some minor changes were needed to make it work on Circuitpython (I tested on an Adafruit Trinket M0). Mostly it was about replacing time.sleep_ms and time.sleep_us with time.sleep plus a few more odds and ends.

TarjanPeter commented 5 years ago

Thanks for the clarification. Squashed and implemented.