Outbreak 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 ?
Repetier Go to ui.h there is a long list of controllers predefined. Find the one you use and switch the pins for these: <p class="p1">#define UI_ENCODER_A 85</p> <p class="p1">#define UI_ENCODER_B 84</p> <p class="p1">#define UI_ENCODER_CLICK 83</p><p class="p1">just an example. But these define which pin has which function and if they are swapped swap it there as well.</p><p class="p1"></p>