MENWIZ: yet another character lcd menu wizard library

I inserted in github/brunialti/MENWIZ repository the new version 0.2.0 of MENWIZ using the New LiquidCrystal library. This should allow to support many LCD devices other than the I2C I used for testing.
The lcd object must be created inside the user sketch and only a reference to it must be passed to the MENWIZ library. The MENWIZ library does'nt require any change or conditional compiler directive for the use of an interface other than I2C.
Please use the examples as starting point and be carefull about the lib include sequence (this is a point of the Arduino compiler I'm not stil used ....)

Of course my library is still a beta version and not fully debugged. Use it (it is in the attached file) and let me know.

MENWIZ_0_2_0.rar (508 KB)

MENWIZ_0_2_0.zip (514 KB)