A
A
Alan Chernov2019-04-24 18:52:00
Arduino
Alan Chernov, 2019-04-24 18:52:00

Why does it give an I_I2C error in an example from the LiquidMenu library?

swears at this line:
LiquidMenu menu(lcd);
Use the LiquidMenu-1.4.0 library version 1.4.0 from the folder: C:\Program Files (x86)\arduino-nightly\libraries\LiquidMenu-1.4.0
Use the LiquidCrystal library version 1.0.7 from the folder: C:\Program Files ( x86)\arduino-nightly\libraries\LiquidCrystal
exit status 1
no matching function for call to 'LiquidMenu::LiquidMenu(LiquidCrystal_I2C&)'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kalapanga, 2019-04-24
@kalapanga

So do you have an I2C display or not? Judging by the text of the display library, you are using LiquidCrystal (not for I2C), and with the menu you are trying to use an object of the LiquidCrystal_I2C class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question