Page 1 of 1

Dev11 P036 FrameOled compile error

Posted: 17 Aug 2017, 20:42
by LisaM
_P036_FrameOLED.ino:22:20: fatal error: images.h: No such file or directory

:?: :?: :?:

Re: Dev11 P036 FrameOled compile error

Posted: 18 Aug 2017, 00:13
by Shardan
I've just downloaded the code from github and made a testcompile of DEV4096 with platformio, works.

Do you use the Arduino IDE? Then a library might not be in place.

Regards
Shardan

Re: Dev11 P036 FrameOled compile error

Posted: 18 Aug 2017, 10:29
by LisaM
Shardan wrote: 18 Aug 2017, 00:13 I've just downloaded the code from github and made a testcompile of DEV4096 with platformio, works.

Do you use the Arduino IDE? Then a library might not be in place.

Regards
Shardan
Sorry for the confusion, i used the Arduino IDE 1.8.3
You're are right, it's in the esp8266-oled-ssd1306 lib. For some reason during copy the images.h file was skipped...
Thx!

Re: Dev11 P036 FrameOled compile error

Posted: 18 Aug 2017, 11:55
by Shardan
Anytime :)