diff --git a/examples/companion_radio/ui-new/QuickMsgScreen.h b/examples/companion_radio/ui-new/QuickMsgScreen.h index cd2a033b..b58c24fe 100644 --- a/examples/companion_radio/ui-new/QuickMsgScreen.h +++ b/examples/companion_radio/ui-new/QuickMsgScreen.h @@ -290,7 +290,7 @@ class QuickMsgScreen : public UIScreen { d.fillRect(x + 1, y + 3, 1, 1); d.fillRect(x + 2, y + 2, 1, 1); d.fillRect(x + 3, y + 1, 1, 1); - d.fillRect(x + 4, y, 1, 2); + d.fillRect(x + 4, y, 1, 1); break; case ACK_FAIL: // "✗" no confirmation for (int i = 0; i < 4; i++) {