MarlinFirmware / U8glib-HAL

Customized U8glib for use in Marlin 2.0
Other
45 stars 33 forks source link

REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER Random Movement #9

Closed SISLANGER closed 5 years ago

SISLANGER commented 5 years ago

Hi, so the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER is working fine, except the menu is erratic, sometime it will move to next item, sometimes it won't, sometimes it will jump four or five spaces after not doing anything.

Push click ok, display ok, just the scrolling issue

SKR v1.3, Marlin 2

Bob-the-Kuhn commented 5 years ago

Have you tried playing with the settings in the ENCODER SETTINGS in configuration.h?

SISLANGER commented 5 years ago

Yes up and down with the settings, but still no joy sometimes will go the wrong way was fine on the gen 1.4

4 pulses is the best yet but still 50/50 it will go where I want it to go.

On 27 Apr 2019, at 22:42, Bob Kuhn notifications@github.com wrote:

Have you tried playing with the settings in the ENCODER SETTINGS in configuration.h?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Bob-the-Kuhn commented 5 years ago

The BTN_EN1 & BTN_EN2 signals are just switch contacts. Perhaps the problem is the pull up resistors within the CPU are too weak to overcome the noise. I suggest adding 1K - 10K pullup resistors to those lines.

On way to access the signals is to press another 10 pin connector onto the EXP2 cable and then create some insulated resistor jumpers to go from +5V to pins 3 and 5.

SISLANGER commented 5 years ago

@bob-the-Kuhn thank you will give that a go.

SISLANGER commented 5 years ago

Turns out it was the LCD got a replacement and not a problem, strange it was working fine on the Gen 1.4 an hour before hand.