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

Flickering Display #2061

Closed
nicedevil007 opened this issue Jul 18, 2021 · 4 comments
Closed

Flickering Display #2061

nicedevil007 opened this issue Jul 18, 2021 · 4 comments
Assignees
Labels
support Something isn't working with the users setup

Comments

@nicedevil007
Copy link

Describe the bug
I have a Biqu BX and the display starts flickering after I switch to Octodash. On normal Marlin Mode or Touch UI everything seems to be fine.

To Reproduce
Steps to reproduce the behavior:

  1. Install Octodash as described in the Wiki
  2. Switch to Octodash
  3. Starting flickering

Expected behavior
No flickering at all

General Information:

  • Raspberry Pi 4
  • OctoPi (latest official built)
  • OctoDash Version (latest official built)
  • OctoPrint Version (latest official built)
@nicedevil007 nicedevil007 added the bug Something isn't working label Jul 18, 2021
@UnchartedBull
Copy link
Owner

UnchartedBull commented Jul 19, 2021

That is the one that can switch the display between Marlin and Raspberry Pi right? Please double-check all connections and make sure that everything is snug. This most likely is a hardware issue.

I don't know why TouchUI Is fine, maybe it has something to do with that way OctoDash is rendering. I don't have any influence to that part of the code though, so if you're sure that your hardware is all good, please try reinstalling as well.

@BiquOwner
Copy link

BiquOwner commented Jul 25, 2021

I just setup my Biqu Bx just recently. Signed up to Github to leave this info for you.
I setup OctoDash because of Teaching Techs instructions on Youtube. https://www.youtube.com/watch?v=bfhhUVJkP_s

You need to follow these instructions to setup the screen properly. I had this exact problem.
https://github.com/bigtreetech/OctoBTT

  • If you are a BX machine model user, you will need to add the following fragment lines to the RaspberryPi boot/config.txt file to display them correctly on screen:

    max_usb_current=1
    hdmi_group=2
    hdmi_mode=87
    hdmi_cvt 1024 600 60
    hdmi_drive=1


Good Luck :)

@nicedevil007
Copy link
Author

That fixed everything! Thank you, no hardware issue!

@UnchartedBull UnchartedBull added support Something isn't working with the users setup and removed bug Something isn't working labels Jul 25, 2021
@UnchartedBull
Copy link
Owner

Thanks for the help @BiquOwner! And great that everything is working now as it should :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

3 participants