-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER not working #1830
Comments
No, I took the last archive, taking the delta printer settings from examples in the subfolder and got this error |
That may be the problem.. The DAMN specific files. We should just include some specific file after the configuration.h and Cheers Alex
|
http://pastebin.com/jfGBa8fA my conf. |
Would you please test to insert
in line 46 of 'Conditionals.h'. If you can still compile without errors, please insert the same line into line 5 of 'Configuration_adv.h' right after #include "Conditionals.h" Than please report back. |
AnHardt, got error: Conditionals.h:46:6: error: #error "Test error" |
Ok. to see if your problem is gone. |
hmm... works. what it's mean? |
ok. I downloaded the latest build for today, filled in Arduino and nothing happened. screen clean. http://pastebin.com/fWTFBSET |
it did not work until I uncommented line #define |
We can not define all dispays at once - they conflict with each other. |
In |
AnHardt, I think, for so many screens - it's time to start a separate procedure, by analogy with motherboards |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
screen is not earned until I added the following parameters:
define DOGLCD
define SDSUPPORT
define U8GLIB_ST7920
The text was updated successfully, but these errors were encountered: