stevemarple / SoftWire

Software I2C implementation for Arduino and other Wiring-type environments
GNU Lesser General Public License v2.1
136 stars 31 forks source link

softwire i2c for liquid crystal lcd #35

Open RichJ123 opened 7 months ago

RichJ123 commented 7 months ago

Hi Couple of question if I may. 1.Is there any tested working softwire or softi2c lib for esp32 to control 16x2 liquid crystal lcd? 2.If it runs , will the original two i2c channels still work with other devices? (i already using twowire library to control 2 sensors, and normal i2c to control another 2sensors. I don't want any signal to mingle with the lcd so I look for alternative). Thanks for any attention. Rich J.