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

[2.0.x] Anet A6 Full graphic controller #9255

Closed
Xcorpia07 opened this issue Jan 20, 2018 · 2 comments
Closed

[2.0.x] Anet A6 Full graphic controller #9255

Xcorpia07 opened this issue Jan 20, 2018 · 2 comments

Comments

@Xcorpia07
Copy link


Bug Report

  • Description: Anet A6 Full Graphic Controller Don't Work
  • Expected behaviour: LCD Work ok
  • Actual behaviour: LCD Show pixel but wrong.
  • Steps to reproduce:
    • Compile Firmware
    • Send to Anet A6

Configuration.zip

687474703a2f2f696d616765732e7461706174616c6b2d63646e2e636f6d2f31352f31302f32372f39636431646139363238626533656130343366396137643037353938383765312e6a7067

I have a Anet A6 with original Board. I use Marlin 1.1.x and I haven't this problem. In the last week I tried all bugfix 2.0.x of every day and the problem persist.

I see the problem same Full graphic controller issues under Arduino >1.0.6 #3815

Now I can solved this problem commeting this line in ultralcd_st7920_u8glib_rrd_AVR.cpp

//set optimization so ARDUINO optimizes this file
//#pragma GCC optimize (3)

@AnHardt
Copy link
Member

AnHardt commented Feb 14, 2018

Of cause you can slow down the transfer code by optimising it for size instead of for speed.
But what you get is a 'somehow' slower code.
We speeded up the code as far as we could to slow it down with defined delays. This way we can fine tune the code to be slow enough to avoid errors but not wasting time like not optimizing for speed does.

@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 Jan 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants