diff --git a/src/graphics/Screen.h b/src/graphics/Screen.h index bb5d947e3..d5a2879cd 100644 --- a/src/graphics/Screen.h +++ b/src/graphics/Screen.h @@ -335,6 +335,7 @@ class Screen : public concurrency::OSThread #if defined(OLED_PL) + switch(last) { case 0xC3: { if (ch == 147) @@ -371,6 +372,7 @@ class Screen : public concurrency::OSThread #if defined(OLED_UA) || defined(OLED_RU) + switch(last) { case 0xC3: { SKIPREST = false; return (uint8_t)(ch | 0xC0);