While following the Firebase book, after adding the Adafruit SSD1306 and Adafruit GFX library in Visual Studio Code I get the error as in image. My Plaformio.ini is
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
monitor_speed = 115200
lib_deps =
mobizt/Firebase Arduino Client Library for ESP8266 and ESP32 @ ^2.6.2
adafruit/DHT sensor library@^1.4.3
adafruit/Adafruit Unified Sensor@^1.1.4
adafruit/Adafruit SSD1306@^2.4.7
adafruit/Adafruit GFX Library@^1.10.12
What is wrong madam? https://drive.google.com/file/d/1xrtxQFTiutDzryphBr2CQkw89cx03FOg/view?usp=sharing
Hi.
I don’t know why you’re getting that issue.
But, you probably need to install the Adafruit_I2CDevice library.
Install that library and then, tell me if that solves the issue.
Regards,
Sara
When I searched “Adafruit_I2CDevice” in the library I got the suggestion “AdafruitBusIO ” is it OK?
I added “AdafruitBusIO” in the library and it got successfully compiled. Thank you very much for your prompt help.🙏