-
Notifications
You must be signed in to change notification settings - Fork 7
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] LCD Display just blank with backlight on, on Ender 2 Pro #61
Comments
Managed to solve it. I changed the content of the hc32f4/pins_CREALITY_ENDER2P_V24S4.h file to the following:
I currently don't have time to find out what was wrong to modify the pins file in the repository. Maybe I will find time at some point, or you have time to do it? |
Fixed and created a pull request on the main repo. LCD_PINS_RS was not defined |
Hi there, seems like i'm a bit late to this issue :). as you've already found out the CR10 display (or whatever it's actually called) is indeed supported on HC32, so the most likely cause of the issue is (as you've also already found) that the pins are defined incorrectly. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
The Build works fine for the HC32F460 Chip in Upstream with the corresponding board for the Ender 2 Pro. Serial Communication also works as far as I was able to test it.
However after flashing the screen is just blank. Reflashing to the Stock firmware makes it work again.
The Serial communication also prints out the correct build I built from Marlin.
I also noticed that the M100 - Free Memory gcode command is not implemented.
Is the LCD Screen already implemented for the HC32F460?
I tried multiple configurations, including the default config from marlin for my board and the official from creality in their repository for this CPU https://github.com/CrealityOfficial/Ender-2-Pro/tree/MCU_HDSC
Is there anything further I can test or help with?
Bug Timeline
new since HC32F460 support was recently added
Expected behavior
I expect, that after starting the printer, the LCD shows the splash screen and then shows the infoscreen.
Actual behavior
It starts, turns the LCD Backlight on, but no image.
Steps to Reproduce
Version of Marlin Firmware
bugfix-2.1.x
Printer model
Ender 2 Pro
Electronics
BOARD_CREALITY_ENDER2P_V24S4, HC32F460KCTA
LCD/Controller
stock, probably CR-10
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: