Page 1 of 1

R147 with OLED Framed

Posted: 02 Mar 2017, 11:29
by velja
After many attepts to compile firmware with additional _P205_FrameOLED.ino I gave up. As I'm not Arduino user and I'm not familiar with that IDE I wish, if someone have will, to make firmware with that plugin for me that I can download it to ESP-01 OTA.

Thank you

Re: R147 with OLED Framed

Posted: 04 Mar 2017, 19:57
by costo
I had compile problems too.
I had to change a line in the esp8266-oled-ssd1306 library that can be found on the playground and needs to be copied into the library folder.

I had to changed in file SSD1306UI.h - line 29 -
#include "../esp8266-oled-SSD1306/SSD1306.h"
into this line:
#include <SSD1306.h>
After that the errors stopped and I could compile this plugin.

Maybe this is helpfull for you.