diff --git a/library/modules/Screen.cpp b/library/modules/Screen.cpp index 1fbc6bd65..b49db0d7e 100644 --- a/library/modules/Screen.cpp +++ b/library/modules/Screen.cpp @@ -130,8 +130,7 @@ static bool doSetTile_map(const Pen &pen, int x, int y) { long texpos = pen.tile; if (!texpos && pen.ch) texpos = init->font.large_font_texpos[(uint8_t)pen.ch]; - else - vp->screentexpos_interface[index] = texpos; + vp->screentexpos_interface[index] = texpos; return true; }