You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If OPTION_DISPLAY 0 and display library is not present in Arduino library folder the sketch compilation should not return any error. Currently we get:
/tmp/arduino_modified_sketch_237845/eez_psu_sketch.ino:37:18: fatal error: UTFT.h: No such file or directory
#include <UTFT.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino Due (Programming Port).
The text was updated successfully, but these errors were encountered:
If
OPTION_DISPLAY 0
and display library is not present in Arduino library folder the sketch compilation should not return any error. Currently we get:The text was updated successfully, but these errors were encountered: