brunialti / MENWIZ

ARDUINO LCD menu library: short user code to manage complex menu structures
65 stars 25 forks source link

Menwiz not working with latest new LiquidCrystal - SoftI2CMaster #13

Open Humancell opened 9 years ago

Humancell commented 9 years ago

Hello,

I posted this under the 1.3.2 beta issue also. I'm using Menwiz perfectly with the LiquidCrystal libraries provided using the standard Analog pin 4,5 for I2C. The latest New LiquidCrystal library (v1.3.3) now provides a LiquidCrystal_SI2C library for "soft" I2C on any pins.

https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads/NewliquidCrystal_1.3.3.zip

I can run their examples and they work fine ... when I run my app using MenWiz using the SoftI2CLibrary it fails. It appears there might be an incompatibility?

I also opened an issue here: https://bitbucket.org/fmalpartida/new-liquidcrystal/issues/62/liquidcrystal_si2c-not-working-conflict

I was trying to understand the issue ... but it appears to be that the MenWiz app does not work ... the other examples, etc. do.

Is there anything custom that needs to be updated/fixed to utilize the latest "new" LiquidCrystal libs? Are there suggestions on debugging this?