MarekB:
Not a mac user so I guess I won't help you with absolute paths on mac. Should it not start with something like /Users/... (macos - How to tell full path of file on Mac? - Super User)If the compiler has issues finding fonts then just put them in the same directory as your .ino (or maybe putting them in the same folder as ili9341_due.h will work too). Personally I am using Visual Studio with Visual Micro addon. Maybe somebody can chime in on how to fix those paths.
Ok thanks i'm gonna try that right now...
One more question, I have a challenge for you guys. Since i'm not getting through maybe some one out there could give me a clue.
I have a rotary encoder left right and press. defined in my sketch as the following :
int RotaryEntryLeft = 24; // Rotary Potentiometer Left Turn
int RotaryEntryPress = 26; // Rotary Potentiometer Press Button
int RotaryEntryRight = 28; // Rotary Potentiometer Right Turn
That will be used to browse in menu by rotating left right, select by short press, enter by double press and on/off by long press.
Now my problem is the following I do not know how to figure out. When the Due is powered there will be " Off Line! " printed on the screen, and I have managed to make the tat backlight to fade in and out so that the print visualy disapear. Fine but the long press on the button to enter the main program how can i do that.. PLEASE NEED HELP
Thanks in advance k