LDC Smart controller button act reverse

Hi, after i du the firmware update, my LCD smart controller pannel button acts like reversed. When i turn the switch, it enters menu, when i push the switch it scrols down.. How can i solve this ?

Comments

  • Go to ui.h there is a long list of controllers predefined. Find the one you use and switch the pins for these:







    #define UI_ENCODER_A 85

    #define UI_ENCODER_B 84

    #define UI_ENCODER_CLICK 83

    just an example. But these define which pin has which function and if they are swapped swap it there as well.


  • Thanks mate :)
Sign In or Register to comment.