-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSD1306Wire.h: No such file or directory #335
Comments
go to https://github.com/ThingPulse/esp8266-oled-ssd1306 |
i did that still the same error.. |
Isn't it the Arduino library?
…On Sat, Nov 19, 2022 at 7:47 PM mkubiak402 ***@***.***> wrote:
i did that still the same error..
—
Reply to this email directly, view it on GitHub
<#335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMHVLYRG7DVVXVR2KTTNUDWJBZXFANCNFSM5YPJ5VFQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
replace it with: it might work |
I am having this same exact issue. I followed the RetroRGB tutorial as well as tried to follow the Software Setup guide and I am still getting this error. Ive got 3 COM ports that show up and all 3 of them end up with the same exact error. I have installed the libraries, I tried compiling, I tried downloading gbs-control-master, extracting and removing -master, and nothing is working. Ive tried it on 2 ESP boards and the same thing is happening. What am I doing wrong here?? |
It's too bad no one ever took the time to respond to this until now, but I ran into the same thing after watching Voultar's GBS-Control video. The problem is that I put the libraries in the incorrect location... What helped me was to just use the Arduino IDE UI to install the libraries from the downloaded zip archives (eg. Sketch -> Include Library -> Add .ZIP Library) In this case I just browsed to the And I don't think this is a misstep in Voultar's video, it's just that I screwed up the steps myself 😜 |
I watched a video and looked at the guide here and over and over for how to install the software to the arduino and am getting an error with this
Arduino: 1.8.19 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 160 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:1MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
gbs-control:23:25: fatal error: SSD1306Wire.h: No such file or directory
#include "SSD1306Wire.h"
compilation terminated.
exit status 1
SSD1306Wire.h: No such file or directory
Invalid library found in E:\Arduino\libraries\ESPAsyncTCP-master: no headers files (.h) found in E:\Arduino\libraries\ESPAsyncTCP-master
Invalid library found in E:\Arduino\libraries\ESPAsyncWebServer-master: no headers files (.h) found in E:\Arduino\libraries\ESPAsyncWebServer-master
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
What do I do?
The text was updated successfully, but these errors were encountered: