ah wow, didn't think of that! It works! Thanks so much! 🙂
Now I'm just wondering. I tried to build the O2O project from the terminal and its always saying:
Building main.cpp...
In file included from /root/Bela/projects/O2O/main.cpp:4:
In file included from /root/Bela/projects/O2O/u8g2/U8g2LinuxI2C.h:5:
In file included from /root/Bela/projects/O2O/u8g2/cppsrc/U8g2lib.h:53:
/root/Bela/projects/O2O/u8g2/cppsrc/U8x8lib.h:47:10: fatal error: 'u8x8.h' file not found
#include "u8x8.h"
I think somehow it doesnt refer to the subfolder u8g2 where the "u8x8.h" file is placed in. When building the project in the IDE it is no problem. Do I have to explicitly include the subfolder? I'm building the projects from the terminal with distcc, may this cause the problem somehow?