-
Notifications
You must be signed in to change notification settings - Fork 260
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
SH1106 compile error #138
Comments
I think I have the same problem to compilation like I write here: In file included from C:\Users\Darius\Desktop\rx5808-pro-diversity-develop\src\rx5808-pro-diversity\rx5808-pro-diversity.ino:38:0: settings_internal.h:56: error: 'Adafruit_SH1106' does not name a type #define OLED_CLASS Adafruit_SH1106
sketch\ui.h:23:12: note: in expansion of macro 'OLED_CLASS'
exit status 1 |
That error is due to the fact it doesn't load the SH1106 header file. #include <Adafruit_SH1106.h> Remember that you'll need to manually add the SH1106 Adafruit library to your arduino instalation. I can send a simple pull request to fix it. |
Pull request added |
trying to compile with SH1106 OLED enabled I keep getting this error:
Does someone know how to set that "type"? I'm still pretty noobish!
The text was updated successfully, but these errors were encountered: