-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Issue compiling for TronXY X5SA-Pro #29
Comments
So I've had a chance to test a couple of things out and managed to get a build to succeed albeit minus a couple of features... So with Hope this sheds some light. If anyone has any ideas, I don't mind testing. |
@rhapsodyv I'm tagging you as I'm not sure what else to do. Tried posting this to marlin but apparently this was closed as a non-bug, user-support question. I don't use fb nor the reprap forums so I'm back here. Worst yet (though not linked) I redownloaded the latest 2.0bf and I can't even compile a known working config, something to do with the new sanity checks |
Hello everyone!
I've followed the README.MD for the X5SA but for the X5SA-Pro. I've managed to go through all the issues that presented as I was moving forward.
But there's on that's got me scratching my head. The #define TFT_LVGL_UI option seems to fail at compiling. I've "seen" a couple of working setups; a couple of posts talking about issues with the LVGL but after successful compilation, a youtube video where the OP is showing the functioning screen/GUI so I must be missing something.
Description
When trying to compile with #define TFT_LVGL_UI (using VS Code), the terminal output is attached as a text file.
error log.txt
Steps to Reproduce
1- Test build with Marlin 2.0 bug fix (latest) and standard config files
2- Swapping configuration.h and configuations_adv.h with the examples>TronXY>X5SA
3- Modifications following the README.MD file from X5SA examples folder.
4- Enablin TFT_LVGL_UI
5- Compiling
Expected behavior: Successful compilation
Actual behavior: Failure to compile - #error xxxx requires a programmable LCD controler.
Included config files (with #define TFT_LVGL_UI enabled)
config.zip
The text was updated successfully, but these errors were encountered: