diff --git a/Firmware/lcd.cpp b/Firmware/lcd.cpp index e6a2d4c40..13d8c7106 100644 --- a/Firmware/lcd.cpp +++ b/Firmware/lcd.cpp @@ -786,8 +786,8 @@ void lcd_buttons_update(void) static const int8_t encrot_table[] PROGMEM = { 0, -1, 1, 2, 1, 0, 2, -1, - -1, 2, 0, 1, - 2, 1, -1, 0, + -1, -2, 0, 1, + -2, 1, -1, 0, }; static uint8_t enc_bits_old = 0;