diff --git a/Extensions/Smooth_font.cpp b/Extensions/Smooth_font.cpp index 56e623c..c36581d 100644 --- a/Extensions/Smooth_font.cpp +++ b/Extensions/Smooth_font.cpp @@ -431,7 +431,7 @@ void TFT_eSPI::drawGlyph(uint16_t code) startWrite(); // Avoid slow ESP32 transaction overhead for every pixel int16_t fillwidth = 0; - uint16_t fillheight = 0; + int16_t fillheight = 0; // Fill area above glyph if (_fillbg) {