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

[BUG] The SD card on the LCD FYSETC_MINI_12864 screen cannot be read on the SKR Pro V1.1 motherboard #18671

Closed
yangwenxiong opened this issue Jul 16, 2020 · 12 comments

Comments

@yangwenxiong
Copy link
Contributor

Bug Description

The SD card on the LCD FYSETC_Mini12864 screen cannot be read on the SKR Pro V1.1 motherboard,
SD card init is OK ,But can not read SD content, I guess ,this is a Bug.

My Configurations

Steps to Reproduce

  1. #define FYSETC_MINI_12864_1_2 // Configration.h
  2. #define RGB_LED //Configration.h
  3. #define LED_CONTROL_MENU //Configration_adv.h

Expected behavior:
Can read SD content
Actual behavior:
Can not read SD content

Additional Information

  • Provide pictures or links to videos that clearly demonstrate the issue.
  • See How Can I Contribute for additional guidelines.
@yangwenxiong
Copy link
Contributor Author


IMG_20200716_144958
IMG_20200716_145006
IMG_20200716_145009

@ellensp
Copy link
Contributor

ellensp commented Jul 16, 2020

In your pins files is "#define SDCARD_CONNECTION LCD" but if you set this elsewhere the other definition takes precedence. make sure SDCARD_CONNECTION its disabled in Configuration_adv.h

@yangwenxiong
Copy link
Contributor Author

In your pins files is "#define SDCARD_CONNECTION LCD" but if you set this elsewhere the other definition takes precedence. make sure SDCARD_CONNECTION its disabled in Configuration_adv.h

Hi,The setup you're talking about I'm already disabled

@yangwenxiong
Copy link
Contributor Author

In your pins files is "#define SDCARD_CONNECTION LCD" but if you set this elsewhere the other definition takes precedence. make sure SDCARD_CONNECTION its disabled in Configuration_adv.h

It is possible to read SD CARDS normally on SKR 1.3, I have tried

@yangwenxiong
Copy link
Contributor Author

GTR V1.0 only displays the boot screen for about 30 seconds and then no more

@sl1pkn07
Copy link
Contributor

sorry for the offtopic, but strange you say about fysetc lcd and in the lcd you show in the pictures is a bigtreetech unit (link please?)

@boelle
Copy link
Contributor

boelle commented Jul 21, 2020

Configurations, please
Please ZIP up your Configuration.h and Configuration_adv.h files (as
requested in the Issue template) and drop them into your next reply.
We'll check them over and see if anything is amiss.

@yangwenxiong
Copy link
Contributor Author

Configurations, please
Please ZIP up your Configuration.h and Configuration_adv.h files (as
requested in the Issue template) and drop them into your next reply.
We'll check them over and see if anything is amiss.

Marlin.zip

@yangwenxiong
Copy link
Contributor Author

The latest version 2.0.6 appears to read the card, but GTRV1.0 does not display

@sjasonsmith
Copy link
Contributor

I tested on my SKR Pro and it was fine, but as @yangwenxiong said things were very messed up on the GTR.

I've added some GTR changes to a PR I already had open on the SKR Pro. I can now choose in Configuration_adv.h whether to use the SD on the display or onboard and they both seem to work properly.

#19047

@sjasonsmith
Copy link
Contributor

@yangwenxiong based on testing by myself or others I am assuming this is now resolved on both the SKR Pro and the GTR.

@github-actions
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants