Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sketch compilation when OPTION_DISPLAY 0 without display lib #75

Closed
prasimix opened this issue Jan 22, 2017 · 1 comment
Closed

Sketch compilation when OPTION_DISPLAY 0 without display lib #75

prasimix opened this issue Jan 22, 2017 · 1 comment
Assignees
Milestone

Comments

@prasimix
Copy link
Member

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).
@prasimix prasimix added this to the v1.0 milestone Jan 22, 2017
@prasimix prasimix changed the title Sketch compilation when OPTION_DISPLAY 0 Sketch compilation when OPTION_DISPLAY 0 without display lib Jan 22, 2017
mvladic added a commit that referenced this issue Jan 23, 2017
@prasimix prasimix modified the milestones: M4, v1.0 Jan 23, 2017
mvladic added a commit that referenced this issue Jan 23, 2017
mvladic added a commit that referenced this issue Jan 23, 2017
@prasimix
Copy link
Member Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants