Searching for SSD1396Wire.ccp ... looking
Can't seem to find the .ccp still looking
Depending on how the library is written it may not be necessary
Create the new folder, move the .h file to it and try compiling the sketch again and report back what happens
I did as you said, but I still got an error, so I asked A.I. and it told me there was a library named < esp8266-oled-ssd1306 Public From ThingPulse/esp8266-oled-ssd1306, that hade SSD1306Wire.h.
and after that, it WORKED! Thank you for your help, I worked on this for days and could not have solved it without your help.
Thank YOU!
I am glad it worked for you in the end and hopefully you will remember where library files should be put in future
Where possible it is preferable of you install libraries using the IDE Library Manager but not all libraries are available and some need installing manually
Thanks again
For the benefit of anyone else interested in using this library, I'll provide instructions for the correct way to install it:
If you are using Arduino Cloud
No action is needed. The library is preinstalled on the Arduino Cloud server.
If you are using Arduino IDE
- Select Sketch > Include Library > Manage Libraries... from the Arduino IDE menus to open the "Library Manager" view in the left side panel.
- In the "Filter your search" field, type
ESP8266 and ESP32 OLED driver for SSD1306 displays - Scroll down through the list of libraries until you see the "ESP8266 and ESP32 OLED driver for SSD1306 displays" entry.
- You will see an "INSTALL" button at the bottom of the entry. Click the button.
- Wait for the installation to finish.