fix status bar

This commit is contained in:
2025-10-25 23:13:01 +02:00
parent f5a780c1c8
commit 96f5b1f0ee

View File

@@ -56,9 +56,6 @@ private:
fb.drawPixel(x, y, true);
}
for (int x = 0; x < width; ++x)
fb.drawPixel(x, 0, false);
const int textY = 1;
const int bottomSeparatorY = textY + font16x8::kGlyphHeight + 1;
if (bottomSeparatorY < fillHeight) {