Skip to content
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

Fix LCD AZSMZ 12864 display freeze with SD card #21128

Merged

Conversation

kpishere
Copy link
Contributor

…- FIX

Description

For reported bug #21112 ([BUG] LCD AZSMZ 12864 display freezes when SD card is present #21112) the following fixes a display problem that was specific to a SMART RAMPS board with an Arduino MEGA 2650 -- something that was only recently enabled.

Requirements

It is specific to users of SMART RAMPS board with a MEGA 2560.

Benefits

In the case of a SMART RAMPS board, pre-compiler directives were such that SPI was forced to be software emulated -- this was intended for the DUE. However, for the MAGA 2560, there is hardware SPI support on the same pins configured. Hence, adjust switches to allow use of hardware SPI for this case.

With that, the display works nicely with the SD Card in use now.

Configurations

Archive.zip

Related Issues

Fix for reported bug #21112

@thinkyhead thinkyhead changed the title [BUG] LCD AZSMZ 12864 display freezes when SD card is present #21112 … Fix LCD AZSMZ 12864 display freeze with SD card Feb 21, 2021
@thinkyhead thinkyhead merged commit fb8b421 into MarlinFirmware:bugfix-2.0.x Feb 21, 2021
kylix-rd pushed a commit to kylix-rd/Marlin that referenced this pull request Feb 22, 2021
kylix-rd pushed a commit to kylix-rd/Marlin that referenced this pull request Feb 22, 2021
@kpishere kpishere deleted the smart-ramps-mega-azsmz12864 branch February 24, 2021 13:43
zillarob pushed a commit to zillarob/Marlin that referenced this pull request Feb 25, 2021
vyacheslav-shubin pushed a commit to vyacheslav-shubin/Marlin that referenced this pull request Mar 10, 2021
vyacheslav-shubin pushed a commit to vyacheslav-shubin/Marlin that referenced this pull request Mar 10, 2021
W4tel-BiDi pushed a commit to W4tel-BiDi/Marlin that referenced this pull request Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants