-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Ender 2 Pro LCD_PINS_RS = PB15 #27074
Ender 2 Pro LCD_PINS_RS = PB15 #27074
Conversation
… tested on Ender 2 Pro
|
The version referred to in that PR was CR-FDM-V2.4.S4.170 …. Do you have a board with the identical number or is there some difference? |
Hi there, chipping in since this PR originated from a issue created on my dev repo shadow578#61. from what i can tell, #26903 was caused by redefinition of the removal of
So maybe this isn't a different board revision, but the same revision and the pinout provided by @SteveGotthardt is incorrect. |
Need someone with the actual board to check it. Since the information available is in conflict. But im inclined to think that n/c is not correct and ncc meant something else |
Here is the pin definition from the creality build: |
I asked SteveGotthardt to verify this pin on his board. @thinkyhead |
ef0bd97
into
MarlinFirmware:bugfix-2.1.x
added missing LCD_PINS_RS for Ender 2 Pro BOARD_CREALITY_ENDER2P_V24S4 and set to PB15
I tested it on the Ender 2 Pro and the LCD is now working. Before, just de backlight of the LCD was turned on but no image.
Description
This Pull Request defines the PB15 Pin, that is used as EXP_07 and then assigned to LCD_PINS_RS.
This is for the BOARD_CREALITY_ENDER2P_V24S4. The information was extracted from the Creality repository https://github.com/CrealityOfficial/Ender-2-Pro/tree/MCU_HDSC and tested on the Ender 2 Pro
Requirements
Benefits
This pull request makes the LCD of the Ender 2 Pro functional.
Configurations
Default Config files of the Marlin Config repository for this board.