-
-
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
[BUG] BLACK_STM32F407VE uses 12864 to cause scrambling #14079
Comments
I've tested this smart controller before PR submission and it was working. I'll test this smart controller again with the latest code. |
I'm new to the STM world. Curiosity question. Are you using this to control a printer? If yes, how are you connecting to the steppers, heaters, fans, … ? |
I will make PCB drawings and hand them to the factory for production |
Don't use 3.3V to power the screen. Use 5V instead. |
@FLYmaker |
Can you compile a bootloader for this motherboard and upload firmware via SD card |
To really make use of the "upload firmware via SD card" feature the code should also have the USB MMC capability added in and a method added to Marlin of invoking the firmware upload feature (usually it is sending the CPU through reset). |
It's wonderful to see the STM32F4's finding their way into Marlin :) |
Lack of Activity |
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. |
Description
Steps to Reproduce
#ifndef MOTHERBOARD
#define MOTHERBOARD 1810
#endif
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
[and so on...]
Expected behavior: [What you expect to happen]
Actual behavior: Screen messy code 。Partial normal
Configuration.zip
Additional Information
Configuration.h
andConfiguration_adv.h
files.The text was updated successfully, but these errors were encountered: