LCD-I2C 16x2 não roda no ESP8266

Não consigo conectar o display LCD-I2C ao ESP8266. toda vez que eu rodo o programa aparece um aviso "a biblioteca LiquidCrystal_I2C alega rodar em arquitetura(s) avr e pode ser incompatível com sua placa atual, que roda em arquitetura(s) esp8266".

Gostaria de uma ajuda para resolver esse problema.

I can't connect the LCD-I2C display to the ESP8266. every time I run the program appears a warning "the LiquidCrystal_I2C library claims to run on architecture(s) avr and may be incompatible with its current board, which runs on architecture(s) esp8266". I would like some help to solve this problem.

And that is essentially correct in both respects.

Whatever random "LiquidCrystal_I2C" you may be using may not run on the ESP8266.

And those libraries do not work with the current versions of the I²C backpacks. :worried:

E isso é essencialmente correto em ambos os aspectos.

Qualquer que seja o "LiquidCrystal_I2C" aleatório que você possa estar usando pode não ser executado no ESP8266.

E essas bibliotecas não funcionam com as versões atuais das mochilas I²C. :worried:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.