diff --git a/library/modules/Screen.cpp b/library/modules/Screen.cpp index a78a36a3f..1fbc6bd65 100644 --- a/library/modules/Screen.cpp +++ b/library/modules/Screen.cpp @@ -130,7 +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]; - if (texpos) + else vp->screentexpos_interface[index] = texpos; return true; }