dhylands / python_lcd

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

Added missing board entries. Fixed broken external link #47

Closed freemansoft closed 1 year ago

freemansoft commented 1 year ago

I tested the CircuitPython code on my PC under Python3 with "Blinka" connected to an MCP2221 and it ran fine. The test board was Microcenter's Inland LCD pack. https://community.microcenter.com/kb/articles/649-inland-1602-i2c-module

dhylands commented 1 year ago

Thanks