dhylands / python_lcd

Python based library for talking to character based LCDs.
MIT License
298 stars 116 forks source link

Circuitpython port #26

Closed TarjanPeter closed 4 years ago

TarjanPeter commented 4 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 4 years ago

Thanks for the clarification. Squashed and implemented.