dhylands / python_lcd

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

Add support for pycom devices #6

Closed cfaessler closed 7 years ago

dhylands commented 7 years ago

I'm planning on renaming esp8266_i2c_lcd.py to be machine_i2c_lcd.py

It looks like the only substantive difference (just by looking - I may have missed something) between esp8266_i2c_pcd.py and pycom_i2c_lcd.py is the default address.

Could you check is esp8266_i2c_lcd.py works for you under pycom?

cfaessler commented 7 years ago

Yes you are right. Should have checked it. The default address is the one of my tested LCD. I guess we could close the PR. Thanks